Black (Neutral)
#0C150B
RGB: 12, 21, 11
Color OverviewHEX #0C150B
#0C150B Color Code Information
In the RGB color space, #0C150B is composed of 5% red, 8% green, and 4% blue. In the HSL color space, it has a hue of 114°, saturation of 31%, and lightness of 6%.
HEX
#0C150B
RGB
12, 21, 11
HSL
114°, 31%, 6%
HSV
114°, 48%, 8%
CMYK
43%, 0%, 48%, 92%
Name Match
Black
Closest StandardShades of #0C150B (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #0C150B (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #0C150B (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #0C150B
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #0C150B Background
Contrast Ratio against Pure White (#FFFFFF):18.62 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #0C150B Background
Contrast Ratio against Pure Black (#000000):1.13 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #0C150B;
}
.element {
color: #0C150B;
background-color: #0C150B;
border-color: #0C150B;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#0C150B] text-[#0C150B] border-[#0C150B]"> Content styled with #0C150B </div>