Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
What the Hex?
Search
Christian Naths
July 23, 2012
Programming
2
190
What the Hex?
A beginners guide to understanding hex colour values, commonly used in CSS.
Christian Naths
July 23, 2012
Tweet
Share
More Decks by Christian Naths
See All by Christian Naths
Fundamental Design Principles – For People Who Can't Design Good.
christiannaths
4
2.4k
Other Decks in Programming
See All in Programming
メモリ不足との戦い〜大量データを扱うアプリでの実践例〜
kwzr
1
860
CSC509 Lecture 05
javiergs
PRO
0
290
GitHub Actions × AWS OIDC連携の仕組みと経緯を理解する
ota1022
0
240
CSC509 Lecture 01
javiergs
PRO
1
430
Serena MCPのすすめ
wadakatu
4
900
階層構造を表現するデータ構造とリファクタリング 〜1年で10倍成長したプロダクトの変化と課題〜
yuhisatoxxx
3
910
Breaking Up with Big ViewModels — Without Breaking Your Architecture (droidcon Berlin 2025)
steliosf
PRO
1
330
Чего вы не знали о строках в Python – Василий Рябов, PythoNN
sobolevn
0
160
SpecKitでどこまでできる? コストはどれくらい?
leveragestech
0
520
タスクの特性や不確実性に応じた最適な作業スタイルの選択(ペアプロ・モブプロ・ソロプロ)と実践 / Optimal Work Style Selection: Pair, Mob, or Solo Programming.
honyanya
3
140
CSC509 Lecture 03
javiergs
PRO
0
330
XP, Testing and ninja testing ZOZ5
m_seki
2
280
Featured
See All Featured
Building Better People: How to give real-time feedback that sticks.
wjessup
368
20k
Intergalactic Javascript Robots from Outer Space
tanoku
273
27k
Making Projects Easy
brettharned
119
6.4k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
48
9.7k
The Cost Of JavaScript in 2023
addyosmani
53
9k
Embracing the Ebb and Flow
colly
88
4.8k
Writing Fast Ruby
sferik
629
62k
[RailsConf 2023] Rails as a piece of cake
palkan
57
5.9k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
140
34k
The Language of Interfaces
destraynor
162
25k
Build The Right Thing And Hit Your Dates
maggiecrowley
37
2.9k
Reflections from 52 weeks, 52 projects
jeffersonlam
352
21k
Transcript
WHAT THE HEX? 1
THE CONVERSION Dec 0 1 2 3 4 5 6
7 8 9 10 11 12 Hex 00 01 02 03 04 05 06 07 08 09 0A 0B 0C Dec 13 14 15 16 17 18 19 20 21 22 23 24 25 Hex 0D 0E 0F 10 11 12 13 14 15 16 17 18 19 Dec 243244 245 246 247 248 249 250 251 252 253 254 255 Hex F3 F4 F5 F6 F7 FC FD 2
3
7F 10 21 R G B 4
27 36 4C R G B 5
R G B EF BD 43 6
R G B D8 9D A3 7
EC E2 24 R G B 8
21 CE 04 R G B 9
4C 3C 2F R G B 10
http://yizzle.com/whatthehex/ PRACTICE! 11