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
grapheme_strrev関数が採択されました(あと雑感)
youkidearitai
PRO
1
190
AIによる開発の民主化を支える コンテキスト管理のこれまでとこれから
mulyu
3
2.2k
atmaCup #23でAIコーディングを活用した話
ml_bear
4
710
株式会社 Sun terras カンパニーデック
sunterras
0
1.9k
TROCCOで実現するkintone+BigQueryによるオペレーション改善
ssxota
0
110
CopilotKit + AG-UIを学ぶ
nearme_tech
PRO
1
110
Premier Disciplin for Micro Frontends Multi Version/ Framework Scenarios @OOP 2026, Munic
manfredsteyer
PRO
0
200
文字コードの話
qnighy
43
16k
The Ralph Wiggum Loop: First Principles of Autonomous Development
sembayui
0
3.7k
PJのドキュメントを全部Git管理にしたら、一番喜んだのはAIだった
nanaism
0
220
「ブロックテーマでは再現できない」は本当か?
inc2734
0
1.1k
Ruby x Terminal
a_matsuda
5
510
Featured
See All Featured
How to Talk to Developers About Accessibility
jct
2
140
My Coaching Mixtape
mlcsv
0
63
Unsuck your backbone
ammeep
671
58k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
35
2.4k
What Being in a Rock Band Can Teach Us About Real World SEO
427marketing
0
180
The agentic SEO stack - context over prompts
schlessera
0
670
Scaling GitHub
holman
464
140k
Design of three-dimensional binary manipulators for pick-and-place task avoiding obstacles (IECON2024)
konakalab
0
370
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
16
1.9k
How Software Deployment tools have changed in the past 20 years
geshan
0
32k
Stewardship and Sustainability of Urban and Community Forests
pwiseman
0
130
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
128
55k
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