Dark Matter
#110101
Looking for the precise values behind Dark Matter (#110101)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #110101 | |
|---|---|---|
| RGB | rgb(17, 1, 1) | |
| HSL | hsl(0, 89%, 4%) | |
| CMYK | cmyk(0%, 94%, 94%, 93%) | |
| LAB | lab(1, 5, 2) | |
| OKLCH | oklch(0.12 0.04 26) |
Color harmonies
Tints & shades
Code snippets
color: #110101;
background-color: #110101;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-zinc-500 /* ≈ #71717b */
/* Flutter */
Color(0xFF110101)
/* Swift / UIKit */
UIColor(red: 0.07, green: 0.00, blue: 0.00, alpha: 1.0)