Html Css Color HEX #040420 Black Russian

📋 copy color: '#040420'

red 4 ◦ green 4 ◦ blue 32

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

Shades of Black Russian #040420

Tints of Black Russian #040420

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 80%

R = 10%
G = 10%
B = 80%

CMYK

 C value IS 0.87

 M value IS 0.87

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#040420 (or 0x040420) is known color: Black Russian. HEX triplet: 04, 04 and 20. RGB value is (4,4,32). Sum of RGB (Red+Green+Blue) = 4+4+32=40 (5% of max value = 765). Red value is 4 (1.95% from 255 or 10% from 40); Green value is 4 (1.95% from 255 or 10% from 40); Blue value is 32 (12.89% from 255 or 80% from 40); Max value from RGB is 32 - color contains mainly: blue. Hex color #040420 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040420 is #FBFBDF. Grayscale: #070707. Windows color (decimal): -16514016 or 2098180. OLE color: 2098180.

HSL color Cylindrical-coordinate representation of color #040420: 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 #040420 is Cyan = 0.87, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 4 4 32 -
CMYK 0.87 0.87 0 0.87
HSL 240º 0.78% 0.07% -
HSV(B) 240º 0.88% 0.13% -
XYZ 0.35 0.22 1.39 -
YUV 7.19 142 125.72 -
System Red Green Blue C M Y K H S L
Decimal 4 4 32 0.87 0.87 0 0.87 240 0.78 0.07
Hex 4 4 20 57 57 0 57 F0 4E 7
Octal 4 4 40 127 127 0 127 360 116 7
Binary 100 100 100000 1010111 1010111 0 1010111 11110000 1001110 111

Color Harmonies of #040420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040420

Black with #040420

Text Example


Text Example

White with #040420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040420; }

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

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

background-color css

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

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

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

border-color css

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

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

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