Html Css Color HEX #080420 Black Russian

📋 copy color: '#080420'

red 8 ◦ green 4 ◦ blue 32

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

Shades of Black Russian #080420

Tints of Black Russian #080420

RGB

 RED value IS 8 (3.52% from 255) = 18.18%

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

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

R = 18.18%
G = 9.09%
B = 72.73%

CMYK

 C value IS 0.75

 M value IS 0.87

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#080420 (or 0x080420) is known color: Black Russian. HEX triplet: 08, 04 and 20. RGB value is (8,4,32). Sum of RGB (Red+Green+Blue) = 8+4+32=44 (5% of max value = 765). Red value is 8 (3.52% from 255 or 18.18% from 44); Green value is 4 (1.95% from 255 or 9.09% from 44); Blue value is 32 (12.89% from 255 or 72.73% from 44); Max value from RGB is 32 - color contains mainly: blue. Hex color #080420 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080420 is #F7FBDF. Grayscale: #080808. Windows color (decimal): -16251872 or 2098184. OLE color: 2098184.

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

Color convert

RGB 8 4 32 -
CMYK 0.75 0.87 0 0.87
HSL 248.57º 0.78% 0.07% -
HSV(B) 248.57º 0.88% 0.13% -
XYZ 0.4 0.24 1.39 -
YUV 8.39 141.33 127.72 -
System Red Green Blue C M Y K H S L
Decimal 8 4 32 0.75 0.87 0 0.87 248.57 0.78 0.07
Hex 8 4 20 4B 57 0 57 F9 4E 7
Octal 10 4 40 113 127 0 127 371 116 7
Binary 1000 100 100000 1001011 1010111 0 1010111 11111001 1001110 111

Color Harmonies of #080420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080420

Black with #080420

Text Example


Text Example

White with #080420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080420; }

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

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

background-color css

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

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

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

border-color css

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

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

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