Html Css Color HEX #080418 Black Russian

📋 copy color: '#080418'

red 8 ◦ green 4 ◦ blue 24

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

Shades of Black Russian #080418

Tints of Black Russian #080418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 66.67%

R = 22.22%
G = 11.11%
B = 66.67%

CMYK

 C value IS 0.67

 M value IS 0.83

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#080418 (or 0x080418) is known color: Black Russian. HEX triplet: 08, 04 and 18. RGB value is (8,4,24). Sum of RGB (Red+Green+Blue) = 8+4+24=36 (4% of max value = 765). Red value is 8 (3.52% from 255 or 22.22% from 36); Green value is 4 (1.95% from 255 or 11.11% from 36); Blue value is 24 (9.77% from 255 or 66.67% from 36); Max value from RGB is 24 - color contains mainly: blue. Hex color #080418 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080418 is #F7FBE7. Grayscale: #070707. Windows color (decimal): -16251880 or 1573896. OLE color: 1573896.

HSL color Cylindrical-coordinate representation of color #080418: hue angle of 252º degrees, saturation: 0.71, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #080418 is Cyan = 0.67, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 8 4 24 -
CMYK 0.67 0.83 0 0.91
HSL 252º 0.71% 0.05% -
HSV(B) 252º 0.83% 0.09% -
XYZ 0.31 0.2 0.89 -
YUV 7.48 137.33 128.37 -
System Red Green Blue C M Y K H S L
Decimal 8 4 24 0.67 0.83 0 0.91 252 0.71 0.05
Hex 8 4 18 43 53 0 5B FC 47 5
Octal 10 4 30 103 123 0 133 374 107 5
Binary 1000 100 11000 1000011 1010011 0 1011011 11111100 1000111 101

Color Harmonies of #080418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080418

Black with #080418

Text Example


Text Example

White with #080418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080418; }

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

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

background-color css

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

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

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

border-color css

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

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

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