The Count’s Black
#102030
Looking for the precise values behind The Count’s Black (#102030)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #102030 | |
|---|---|---|
| RGB | rgb(16, 32, 48) | |
| HSL | hsl(210, 50%, 13%) | |
| CMYK | cmyk(67%, 33%, 0%, 81%) | |
| LAB | lab(11, -2, -13) | |
| OKLCH | oklch(0.24 0.038 250) |
Color harmonies
Tints & shades
Code snippets
color: #102030;
background-color: #102030;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF102030)
/* Swift / UIKit */
UIColor(red: 0.06, green: 0.13, blue: 0.19, alpha: 1.0)