#080511

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

Shades of Black Russian #080511

Tints of Black Russian #080511

Color information

#080511 (or 0x080511) is unknown color: approx Black Russian. HEX triplet: 08, 05 and 11. RGB value is (8,5,17). Sum of RGB (Red+Green+Blue) = 8+5+17=30 (3% of max value = 765). Red value is 8 (3.52% from 255 or 26.67% from 30); Green value is 5 (2.34% from 255 or 16.67% from 30); Blue value is 17 (7.03% from 255 or 56.67% from 30); Max value from RGB is 17 - color contains mainly: blue. Hex color #080511 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080511 is #F7FAEE. Grayscale: #070707. Windows color (decimal): -16251631 or 1115400. OLE color: 1115400.

HSL color Cylindrical-coordinate representation of color #080511: hue angle of 255º degrees, saturation: 0.55, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #080511 is Cyan = 0.53, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB8517-
CMYK0.530.7100.93
HSL255º54.55%4.31%-
HSV(B)255º70.59%6.67%-
XYZ0.260.20.56-
YUV7.26133.49128.52-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 26.67%
GREEN value IS 5 (2.34% from 255) = 16.67%
BLUE value IS 17 (7.03% from 255) = 56.67%
R=26.67%
G=16.67%
B=56.67%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal85170.530.7100.9325554.554.31
Hex8511354705Dff374
Octal10521651070135377674
Binary10001011000111010110001110101110111111111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080511; }

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

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

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

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

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

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

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

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