Noble Black
#202124
Noble Black, represented by the hex value #202124, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #202124 | |
|---|---|---|
| RGB | rgb(32, 33, 36) | |
| HSL | hsl(225, 6%, 13%) | |
| CMYK | cmyk(11%, 8%, 0%, 86%) | |
| LAB | lab(13, 0, -2) | |
| OKLCH | oklch(0.25 0.006 271) |
Color harmonies
Tints & shades
Code snippets
color: #202124;
background-color: #202124;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF202124)
/* Swift / UIKit */
UIColor(red: 0.13, green: 0.13, blue: 0.14, alpha: 1.0)