HSL(352, 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(352,7%,7%)]

Color Conversions

Format Value CSS Usage
HSL hsl(352, 7%, 7%) color: hsl(352, 7%, 7%)
HEX #131111 color: #131111
RGB rgb(19, 17, 17) color: rgb(19, 17, 17)
CMYK cmyk(0%, 11%, 11%, 93%)
HSV hsv(0, 11%, 7%)
HWB hwb(0 6% 93%) color: hwb(0 6% 93%)
OKLCH oklch(0.18 0.0033 17.46) color: oklch(0.18 0.0033 17.46)
Lab lab(5.24 0.78 0.28) color: lab(5.24 0.78 0.28)
LCH lch(5.24 0.83 19.75) color: lch(5.24 0.83 19.75)

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.82:1
vs Black 1.12: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)

#121211 — rgb(18, 18, 17)

Deuteranopia (Green-blind)

#121211 — rgb(18, 18, 17)

Tritanopia (Blue-blind)

#131111 — rgb(19, 17, 17)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

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

gradient dark

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

hex

background-color: #131111;

tailwind

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

box shadow

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

css variable

--color-primary: hsl(352, 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(352, 7%, 7%)?

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

What colors go well with #131111?

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

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

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