Black Box
#0f282f
Here's everything about the color Black Box (#0f282f) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #0f282f | |
|---|---|---|
| RGB | rgb(15, 40, 47) | |
| HSL | hsl(193, 52%, 12%) | |
| CMYK | cmyk(68%, 15%, 0%, 82%) | |
| LAB | lab(14, -8, -8) | |
| OKLCH | oklch(0.26 0.033 219) |
Color harmonies
Tints & shades
Code snippets
color: #0f282f;
background-color: #0f282f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF0F282F)
/* Swift / UIKit */
UIColor(red: 0.06, green: 0.16, blue: 0.18, alpha: 1.0)