Skip to main content

Black

#040405 aka “Hulu Dark” by Hulu

Black is a cool dark color with the hex code #040405. Also known as "Hulu Dark" by Hulu . This muted hue can be represented as RGB 4, 4, 5 in digital design or CMYK 20%, 20%, 0%, 98% for print applications. Find matching Pantone color. Currently, 1 brand uses this color in their visual identity, making it a proven choice for professional branding and web design.

Black color values

HEX
#040405
RGB
4, 4, 5
HSL
240°, 11%, 2%
CMYK
20, 20, 0, 98

About this color

Black sits at 240° on the color wheel with 11% saturation and 2% lightness, placing it in the blue segment of the spectrum. Its restrained 11% saturation keeps the hue subtle — present but not assertive, making it easy to layer over or under more expressive colors. Near-black lightness makes it read as a deep, absorptive tone — color is implied more than seen.

In digital environments, Black is rendered as rgb(4, 4, 5), where the blue channel is highest at 5, though it sits close to the other channels. Low saturation at this depth produces the kind of sophisticated, near-neutral dark that works for application shells, sidebars, and dark-mode base layers.

For print, Black translates to a CMYK breakdown of 20C 20M 0Y 98K. The dominant black channel (98%) does most of the tonal work here — cyan, magenta, and yellow contribute minimally, so the printed result will be a deep, near-neutral tone that reads differently from its screen equivalent. In brand applications, this exact value is specified as Hulu Dark.

How to use Black

CSS Variable

:root {
  --brand-primary: #040405;
  --brand-primary-rgb: 4, 4, 5;
}

Define as a CSS custom property for consistent theming across your site.

Tailwind Config

colors: {
  brand: '#040405',
}

Add to your Tailwind config to use classes like bg-brand.

Print Design (CMYK)

C: 20%
M: 20%
Y: 0%
K: 98%

Use these CMYK values in Adobe Illustrator, InDesign, or print specifications.

RGB for Screens

rgb(4, 4, 5)
rgba(4, 4, 5, 0.8)

Use RGB notation for compatibility or add alpha channel for transparency.

Brands using Black

1 brand uses this color in their identity

Frequently asked questions

What color is #040405?
#040405 is Black, a cool dark color with RGB values of 4, 4, 5. It has a hue of 240°, 11% saturation, and 2% lightness in the HSL color space.
What is the RGB value of #040405?
The RGB color code for #040405 is rgb(4, 4, 5). This means it contains 4 red, 4 green, and 5 blue in the RGB color model.
Is Black a warm or cool color?
Black (#040405) is a cool color with a hue between 120-300° on the color wheel.
How do I use #040405 in CSS?
You can use #040405 in CSS with: background-color: #040405; or color: #040405; or as an RGB value: rgb(4, 4, 5). For print design, use CMYK: 20%, 20%, 0%, 98%.