#080516

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

Shades of Black Russian #080516

Tints of Black Russian #080516

Color information

#080516 (or 0x080516) is unknown color: approx Black Russian. HEX triplet: 08, 05 and 16. RGB value is (8,5,22). Sum of RGB (Red+Green+Blue) = 8+5+22=35 (4% of max value = 765). Red value is 8 (3.52% from 255 or 22.86% from 35); Green value is 5 (2.34% from 255 or 14.29% from 35); Blue value is 22 (8.98% from 255 or 62.86% from 35); Max value from RGB is 22 - color contains mainly: blue. Hex color #080516 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080516 is #F7FAE9. Grayscale: #070707. Windows color (decimal): -16251626 or 1443080. OLE color: 1443080.

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

Color convert

RGB8522-
CMYK0.640.7700.91
HSL250.59º62.96%5.29%-
HSV(B)250.59º77.27%8.63%-
XYZ0.30.220.79-
YUV7.84135.99128.12-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 22.86%
GREEN value IS 5 (2.34% from 255) = 14.29%
BLUE value IS 22 (8.98% from 255) = 62.86%
R=22.86%
G=14.29%
B=62.86%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal85220.640.7700.91250.5962.965.29
Hex8516404D05Bfb3f5
Octal105261001150133373775
Binary100010110110100000010011010101101111111011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080516; }

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

 H1.HeaderClassName
 {
   color: #080516;
 }
 .AnyTagClassName
 {
   color: #080516;
 }
</style>
background-color css

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

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

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

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

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

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