#080513

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

Shades of Black Russian #080513

Tints of Black Russian #080513

Color information

#080513 (or 0x080513) is unknown color: approx Black Russian. HEX triplet: 08, 05 and 13. RGB value is (8,5,19). Sum of RGB (Red+Green+Blue) = 8+5+19=32 (4% of max value = 765). Red value is 8 (3.52% from 255 or 25% from 32); Green value is 5 (2.34% from 255 or 15.62% from 32); Blue value is 19 (7.81% from 255 or 59.38% from 32); Max value from RGB is 19 - color contains mainly: blue. Hex color #080513 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080513 is #F7FAEC. Grayscale: #070707. Windows color (decimal): -16251629 or 1246472. OLE color: 1246472.

HSL color Cylindrical-coordinate representation of color #080513: hue angle of 252.86º degrees, saturation: 0.58, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #080513 is Cyan = 0.58, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB8519-
CMYK0.580.7400.93
HSL252.86º58.33%4.71%-
HSV(B)252.86º73.68%7.45%-
XYZ0.270.210.64-
YUV7.49134.49128.36-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 25%
GREEN value IS 5 (2.34% from 255) = 15.62%
BLUE value IS 19 (7.81% from 255) = 59.38%
R=25%
G=15.62%
B=59.38%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal85190.580.7400.93252.8658.334.71
Hex85133A4A05Dfd3a5
Octal10523721120135375725
Binary10001011001111101010010100101110111111101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080513; }

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

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

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

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

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

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

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

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