#080518

Color #080518 Black Russian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Russian #080518

Tints of Black Russian #080518

Color information

#080518 (or 0x080518) is unknown color: approx 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

RGB8524-
CMYK0.670.7900.91
HSL249.47º65.52%5.69%-
HSV(B)249.47º79.17%9.41%-
XYZ0.320.230.89-
YUV8.06136.99127.96-

RGB Variations

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

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 (Cyan) values IS 0.67
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal85240.670.7900.91249.4765.525.69
Hex8518434F05Bf9426
Octal1053010311701333711026
Binary1000101110001000011100111101011011111110011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>