Black (Neutral)
#16051D
RGB: 22, 5, 29
Color OverviewHEX #16051D

#16051D Color Code Information

In the RGB color space, #16051D is composed of 9% red, 2% green, and 11% blue. In the HSL color space, it has a hue of 283°, saturation of 71%, and lightness of 7%.

HEX
#16051D
RGB
22, 5, 29
HSL
283°, 71%, 7%
HSV
283°, 83%, 11%
CMYK
24%, 83%, 0%, 89%
Name Match
Black
Closest Standard

Shades of #16051D (Darker Variations)

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

Tints of #16051D (Lighter Variations)

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

Tones of #16051D (Muted Variations)

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

Color Harmonies for #16051D

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 #16051D Background
Contrast Ratio against Pure White (#FFFFFF):19.56 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #16051D Background
Contrast Ratio against Pure Black (#000000):1.07 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #16051D;
}

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