Html Css Color HEX #080518 Black Russian

📋 copy color: '#080518'

red 8 ◦ green 5 ◦ blue 24

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

Shades of Black Russian #080518

Tints of Black Russian #080518

RGB

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

 GREEN value IS 5 (2.34% from 255) = 13.51%

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

R = 21.62%
G = 13.51%
B = 64.86%

CMYK

 C value IS 0.67

 M value IS 0.79

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#080518 (or 0x080518) is known color: Black Russian. HEX triplet: 08, 05 and 18. RGB value is (8,5,24). Sum of RGB (Red+Green+Blue) = 8+5+24=37 (4% of max value = 765). Red value is 8 (3.52% from 255 or 21.62% from 37); Green value is 5 (2.34% from 255 or 13.51% from 37); Blue value is 24 (9.77% from 255 or 64.86% from 37); Max value from RGB is 24 - color contains mainly: blue. Hex color #080518 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080518 is #F7FAE7. Grayscale: #070707. Windows color (decimal): -16251624 or 1574152. OLE color: 1574152.

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

Color convert

RGB 8 5 24 -
CMYK 0.67 0.79 0 0.91
HSL 249.47º 0.66% 0.06% -
HSV(B) 249.47º 0.79% 0.09% -
XYZ 0.32 0.23 0.89 -
YUV 8.06 136.99 127.96 -
System Red Green Blue C M Y K H S L
Decimal 8 5 24 0.67 0.79 0 0.91 249.47 0.66 0.06
Hex 8 5 18 43 4F 0 5B F9 42 6
Octal 10 5 30 103 117 0 133 371 102 6
Binary 1000 101 11000 1000011 1001111 0 1011011 11111001 1000010 110

Color Harmonies of #080518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080518

Black with #080518

Text Example


Text Example

White with #080518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080518; }

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

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

background-color css

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

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

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

border-color css

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

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

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