Html Css Color HEX #080818 Black Russian

📋 copy color: '#080818'

red 8 ◦ green 8 ◦ blue 24

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

Shades of Black Russian #080818

Tints of Black Russian #080818

RGB

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

 GREEN value IS 8 (3.52% from 255) = 20%

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

R = 20%
G = 20%
B = 60%

CMYK

 C value IS 0.67

 M value IS 0.67

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#080818 (or 0x080818) is known color: Black Russian. HEX triplet: 08, 08 and 18. RGB value is (8,8,24). Sum of RGB (Red+Green+Blue) = 8+8+24=40 (5% of max value = 765). Red value is 8 (3.52% from 255 or 20% from 40); Green value is 8 (3.52% from 255 or 20% from 40); Blue value is 24 (9.77% from 255 or 60% from 40); Max value from RGB is 24 - color contains mainly: blue. Hex color #080818 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080818 is #F7F7E7. Grayscale: #090909. Windows color (decimal): -16250856 or 1574920. OLE color: 1574920.

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

Color convert

RGB 8 8 24 -
CMYK 0.67 0.67 0 0.91
HSL 240º 0.5% 0.06% -
HSV(B) 240º 0.67% 0.09% -
XYZ 0.35 0.29 0.9 -
YUV 9.82 136 126.7 -
System Red Green Blue C M Y K H S L
Decimal 8 8 24 0.67 0.67 0 0.91 240 0.5 0.06
Hex 8 8 18 43 43 0 5B F0 32 6
Octal 10 10 30 103 103 0 133 360 62 6
Binary 1000 1000 11000 1000011 1000011 0 1011011 11110000 110010 110

Color Harmonies of #080818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080818

Black with #080818

Text Example


Text Example

White with #080818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080818; }

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

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

background-color css

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

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

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

border-color css

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

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

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