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
AI Agent 時代的開發者生存指南
eddie
4
2.1k
実践Claude Code:20の失敗から学ぶAIペアプログラミング
takedatakashi
18
8.4k
その面倒な作業、「Dart」にやらせませんか? Flutter開発者のための業務効率化
yordgenome03
1
140
開発組織の戦略的な役割と 設計スキル向上の効果
masuda220
PRO
8
1.5k
Domain-centric? Why Hexagonal, Onion, and Clean Architecture Are Answers to the Wrong Question
olivergierke
3
960
品質ワークショップをやってみた
nealle
0
620
Go言語はstack overflowの夢を見るか?
logica0419
0
520
フロントエンド開発のためのブラウザ組み込みAI入門
masashi
7
3.4k
20251016_Rails News ~Rails 8.1の足音を聴く~
morimorihoge
3
720
バッチ処理を「状態の記録」から「事実の記録」へ
panda728
PRO
0
190
Range on Rails ―「多重範囲型」という新たな選択肢が、複雑ロジックを劇的にシンプルにしたワケ
rizap_tech
0
6.8k
Goで実践するドメイン駆動開発 AIと歩み始めた新規プロダクト開発の現在地
imkaoru
4
890
Featured
See All Featured
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
34
2.3k
Why You Should Never Use an ORM
jnunemaker
PRO
59
9.6k
Build your cross-platform service in a week with App Engine
jlugia
233
18k
Writing Fast Ruby
sferik
630
62k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.6k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
116
20k
How To Stay Up To Date on Web Technology
chriscoyier
791
250k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
35
3.2k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
21
1.2k
Being A Developer After 40
akosma
91
590k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
23
1.5k
A better future with KSS
kneath
239
18k
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