#080514

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

Shades of Black Russian #080514

Tints of Black Russian #080514

Color information

#080514 (or 0x080514) is unknown color: approx Black Russian. HEX triplet: 08, 05 and 14. RGB value is (8,5,20). Sum of RGB (Red+Green+Blue) = 8+5+20=33 (4% of max value = 765). Red value is 8 (3.52% from 255 or 24.24% from 33); Green value is 5 (2.34% from 255 or 15.15% from 33); Blue value is 20 (8.20% from 255 or 60.61% from 33); Max value from RGB is 20 - color contains mainly: blue. Hex color #080514 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080514 is #F7FAEB. Grayscale: #070707. Windows color (decimal): -16251628 or 1312008. OLE color: 1312008.

HSL color Cylindrical-coordinate representation of color #080514: hue angle of 252º degrees, saturation: 0.6, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #080514 is Cyan = 0.60, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB8520-
CMYK0.600.7500.92
HSL252º60%4.9%-
HSV(B)252º75%7.84%-
XYZ0.280.210.69-
YUV7.61134.99128.28-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 24.24%
GREEN value IS 5 (2.34% from 255) = 15.15%
BLUE value IS 20 (8.20% from 255) = 60.61%
R=24.24%
G=15.15%
B=60.61%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal85200.600.7500.92252604.9
Hex85143C4B05Cfc3c5
Octal10524741130134374745
Binary10001011010011110010010110101110011111100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080514; }

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

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

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

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

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

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

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

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