HSL(52, 7%, 7%)

Very Dark Black — Black color

Adjust Color

Color Information

Color Name

Very Dark Black

Color Family

Black

Warm / Cool

🔴 Warm

Temperature

N/A

CSS Class

bg-[hsl(52,7%,7%)]

Color Conversions

Format Value CSS Usage
HSL hsl(52, 7%, 7%) color: hsl(52, 7%, 7%)
HEX #131311 color: #131311
RGB rgb(19, 19, 17) color: rgb(19, 19, 17)
CMYK cmyk(0%, 0%, 11%, 93%)
HSV hsv(60, 11%, 7%)
HWB hwb(60 6% 93%) color: hwb(60 6% 93%)
OKLCH oklch(0.1859 0.004 106.78) color: oklch(0.1859 0.004 106.78)
Lab lab(5.82 -0.42 1.13) color: lab(5.82 -0.42 1.13)
LCH lch(5.82 1.21 110.39) color: lch(5.82 1.21 110.39)

Color Theory

Complementary

Triadic

Analogous

Tetradic (Square)

Split-Complementary

Accessibility (WCAG)

White text on color

Black text on color

Color on white bg

Colored text

Contrast Ratios

vs White 18.6:1
vs Black 1.13:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: FAIL ✗

AAA Normal (7:1)

on White: PASS ✓

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#131311 — rgb(19, 19, 17)

Deuteranopia (Green-blind)

#131312 — rgb(19, 19, 18)

Tritanopia (Blue-blind)

#131212 — rgb(19, 18, 18)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(52, 7%, 7%);

text

color: hsl(52, 7%, 7%);

border

border: 2px solid hsl(52, 7%, 7%);

gradient light

background: linear-gradient(to right, hsl(52, 7%, 27%), hsl(52, 7%, 7%));

gradient dark

background: linear-gradient(to right, hsl(52, 7%, 7%), hsl(52, 7%, 0%))

hex

background-color: #131311;

tailwind

bg-[hsl(52,7%,7%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(52, 7%, 7%, 0.4);

css variable

--color-primary: hsl(52, 7%, 7%);

Related Colors

Use Cases for Very Dark Black

UI elements Web design Branding Graphic design Print design

Frequently Asked Questions

What are all the color codes for HSL(52, 7%, 7%)?

HEX: #131311 | RGB: rgb(19, 19, 17) | CMYK: 0%, 0%, 11%, 93% | HSV: 60°, 11%, 7%. Copy any format from the conversion table above.

What colors go well with #131311?

The complementary color is HSL(232, 7%, 7%). For a triadic harmony, use hues 52°, 172°, and 292°. For analogous combinations, try hues 22° and 82°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(52, 7%, 7%) in CSS?

As HSL: color: hsl(52, 7%, 7%); — As HEX: color: #131311; — As RGB: color: rgb(19, 19, 17); — Tailwind CSS: bg-[hsl(52,7%,7%)] — CSS variable: --color-primary: hsl(52, 7%, 7%);