Moonless Night
#3c393d
Moonless Night, represented by the hex value #3c393d, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #3c393d | |
|---|---|---|
| RGB | rgb(60, 57, 61) | |
| HSL | hsl(285, 3%, 23%) | |
| CMYK | cmyk(2%, 7%, 0%, 76%) | |
| LAB | lab(24, 2, -2) | |
| OKLCH | oklch(0.35 0.008 318) |
Color harmonies
Tints & shades
Code snippets
color: #3c393d;
background-color: #3c393d;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-zinc-500 /* ≈ #71717b */
/* Flutter */
Color(0xFF3C393D)
/* Swift / UIKit */
UIColor(red: 0.24, green: 0.22, blue: 0.24, alpha: 1.0)