Underworld
#1e231c
Underworld, represented by the hex value #1e231c, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #1e231c | |
|---|---|---|
| RGB | rgb(30, 35, 28) | |
| HSL | hsl(103, 11%, 12%) | |
| CMYK | cmyk(14%, 0%, 20%, 86%) | |
| LAB | lab(13, -4, 4) | |
| OKLCH | oklch(0.25 0.015 137) |
Color harmonies
Tints & shades
Code snippets
color: #1e231c;
background-color: #1e231c;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF1E231C)
/* Swift / UIKit */
UIColor(red: 0.12, green: 0.14, blue: 0.11, alpha: 1.0)