Noir
#312b27
Noir, represented by the hex value #312b27, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #312b27 | |
|---|---|---|
| RGB | rgb(49, 43, 39) | |
| HSL | hsl(24, 11%, 17%) | |
| CMYK | cmyk(0%, 12%, 20%, 81%) | |
| LAB | lab(18, 2, 4) | |
| OKLCH | oklch(0.29 0.011 56) |
Color harmonies
Tints & shades
Code snippets
color: #312b27;
background-color: #312b27;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-zinc-500 /* ≈ #71717b */
/* Flutter */
Color(0xFF312B27)
/* Swift / UIKit */
UIColor(red: 0.19, green: 0.17, blue: 0.15, alpha: 1.0)