King Kong
#161410
King Kong, represented by the hex value #161410, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #161410 | |
|---|---|---|
| RGB | rgb(22, 20, 16) | |
| HSL | hsl(40, 16%, 7%) | |
| CMYK | cmyk(0%, 9%, 27%, 91%) | |
| LAB | lab(6, 0, 3) | |
| OKLCH | oklch(0.19 0.008 85) |
Color harmonies
Tints & shades
Code snippets
color: #161410;
background-color: #161410;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF161410)
/* Swift / UIKit */
UIColor(red: 0.09, green: 0.08, blue: 0.06, alpha: 1.0)