Ink Black
#252024
Ink Black, represented by the hex value #252024, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #252024 | |
|---|---|---|
| RGB | rgb(37, 32, 36) | |
| HSL | hsl(312, 7%, 14%) | |
| CMYK | cmyk(0%, 14%, 3%, 85%) | |
| LAB | lab(13, 3, -2) | |
| OKLCH | oklch(0.25 0.011 333) |
Color harmonies
Tints & shades
Code snippets
color: #252024;
background-color: #252024;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF252024)
/* Swift / UIKit */
UIColor(red: 0.15, green: 0.13, blue: 0.14, alpha: 1.0)