Html Css Color HEX #040421 Black Russian

📋 copy color: '#040421'

red 4 ◦ green 4 ◦ blue 33

#040421
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Russian #040421

Tints of Black Russian #040421

RGB

 RED value IS 4 (1.95% from 255) = 9.76%

 GREEN value IS 4 (1.95% from 255) = 9.76%

 BLUE value IS 33 (13.28% from 255) = 80.49%

R = 9.76%
G = 9.76%
B = 80.49%

CMYK

 C value IS 0.88

 M value IS 0.88

 Y value IS 0

 K value IS 0.87

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#040421 (or 0x040421) is known color: Black Russian. HEX triplet: 04, 04 and 21. RGB value is (4,4,33). Sum of RGB (Red+Green+Blue) = 4+4+33=41 (5% of max value = 765). Red value is 4 (1.95% from 255 or 9.76% from 41); Green value is 4 (1.95% from 255 or 9.76% from 41); Blue value is 33 (13.28% from 255 or 80.49% from 41); Max value from RGB is 33 - color contains mainly: blue. Hex color #040421 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040421 is #FBFBDE. Grayscale: #070707. Windows color (decimal): -16514015 or 2163716. OLE color: 2163716.

HSL color Cylindrical-coordinate representation of color #040421: hue angle of 240º degrees, saturation: 0.78, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #040421 is Cyan = 0.88, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 4 4 33 -
CMYK 0.88 0.88 0 0.87
HSL 240º 0.78% 0.07% -
HSV(B) 240º 0.88% 0.13% -
XYZ 0.37 0.22 1.46 -
YUV 7.31 142.5 125.64 -
System Red Green Blue C M Y K H S L
Decimal 4 4 33 0.88 0.88 0 0.87 240 0.78 0.07
Hex 4 4 21 58 58 0 57 F0 4E 7
Octal 4 4 41 130 130 0 127 360 116 7
Binary 100 100 100001 1011000 1011000 0 1010111 11110000 1001110 111

Color Harmonies of #040421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040421

Black with #040421

Text Example


Text Example

White with #040421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040421; }

 p { color: rgb(4,4,33); }

 H1.HeaderClassName
 {
   color: #040421;
 }
 .AnyTagClassName
 {
   color: #040421;
 }
</style>

background-color css

<style>
 a { background-color: #040421; }

 a { background-color: rgb(4,4,33); }

 div.DivClassName
 {
   background-color: #040421;
 }
 .BgClassName
 {
   background-color: #040421;
 }
</style>

border-color css

<style>
 span { border-color: #040421; }

 span { border-color: rgb(4,4,33); }

 td.TdClassName
 {
   border-color: #040421;
 }
 .TagClassName
 {
   border-color: #040421;
 }
</style>