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