Black (Neutral)
#160E0E
RGB: 22, 14, 14
Color OverviewHEX #160E0E

#160E0E Color Code Information

In the RGB color space, #160E0E is composed of 9% red, 5% green, and 5% blue. In the HSL color space, it has a hue of 0°, saturation of 22%, and lightness of 7%.

HEX
#160E0E
RGB
22, 14, 14
HSL
0°, 22%, 7%
HSV
0°, 36%, 9%
CMYK
0%, 36%, 36%, 91%
Name Match
Black
Closest Standard

Shades of #160E0E (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #160E0E (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #160E0E (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #160E0E

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #160E0E Background
Contrast Ratio against Pure White (#FFFFFF):19.03 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #160E0E Background
Contrast Ratio against Pure Black (#000000):1.1 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #160E0E;
}

.element {
  color: #160E0E;
  background-color: #160E0E;
  border-color: #160E0E;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#160E0E] text-[#160E0E] border-[#160E0E]">
  Content styled with #160E0E
</div>