Black Sheep
#0f0d0d
Looking for the precise values behind Black Sheep (#0f0d0d)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #0f0d0d | |
|---|---|---|
| RGB | rgb(15, 13, 13) | |
| HSL | hsl(0, 7%, 5%) | |
| CMYK | cmyk(0%, 13%, 13%, 94%) | |
| LAB | lab(4, 1, 0) | |
| OKLCH | oklch(0.16 0.003 18) |
Color harmonies
Tints & shades
Code snippets
color: #0f0d0d;
background-color: #0f0d0d;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF0F0D0D)
/* Swift / UIKit */
UIColor(red: 0.06, green: 0.05, blue: 0.05, alpha: 1.0)