Melancholia
#12390d
Melancholia, represented by the hex value #12390d, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #12390d | |
|---|---|---|
| RGB | rgb(18, 57, 13) | |
| HSL | hsl(113, 63%, 14%) | |
| CMYK | cmyk(68%, 0%, 77%, 78%) | |
| LAB | lab(20, -22, 22) | |
| OKLCH | oklch(0.31 0.083 141) |
Color harmonies
Tints & shades
Code snippets
color: #12390d;
background-color: #12390d;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF12390D)
/* Swift / UIKit */
UIColor(red: 0.07, green: 0.22, blue: 0.05, alpha: 1.0)