Blackout
#0e0702
Looking for the precise values behind Blackout (#0e0702)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #0e0702 | |
|---|---|---|
| RGB | rgb(14, 7, 2) | |
| HSL | hsl(25, 75%, 3%) | |
| CMYK | cmyk(0%, 50%, 86%, 95%) | |
| LAB | lab(2, 2, 3) | |
| OKLCH | oklch(0.14 0.021 68) |
Color harmonies
Tints & shades
Code snippets
color: #0e0702;
background-color: #0e0702;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-zinc-500 /* ≈ #71717b */
/* Flutter */
Color(0xFF0E0702)
/* Swift / UIKit */
UIColor(red: 0.05, green: 0.03, blue: 0.01, alpha: 1.0)