Black (Neutral)
#030C0C
RGB: 3, 12, 12
Color OverviewHEX #030C0C
#030C0C Color Code Information
In the RGB color space, #030C0C is composed of 1% red, 5% green, and 5% blue. In the HSL color space, it has a hue of 180°, saturation of 60%, and lightness of 3%.
HEX
#030C0C
RGB
3, 12, 12
HSL
180°, 60%, 3%
HSV
180°, 75%, 5%
CMYK
75%, 0%, 0%, 95%
Name Match
Black
Closest StandardShades of #030C0C (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #030C0C (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #030C0C (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #030C0C
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 #030C0C Background
Contrast Ratio against Pure White (#FFFFFF):19.78 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #030C0C Background
Contrast Ratio against Pure Black (#000000):1.06 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #030C0C;
}
.element {
color: #030C0C;
background-color: #030C0C;
border-color: #030C0C;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#030C0C] text-[#030C0C] border-[#030C0C]"> Content styled with #030C0C </div>