#080811

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

Shades of Black Russian #080811

Tints of Black Russian #080811

Color information

#080811 (or 0x080811) is unknown color: approx Black Russian. HEX triplet: 08, 08 and 11. RGB value is (8,8,17). Sum of RGB (Red+Green+Blue) = 8+8+17=33 (4% of max value = 765). Red value is 8 (3.52% from 255 or 24.24% from 33); Green value is 8 (3.52% from 255 or 24.24% from 33); Blue value is 17 (7.03% from 255 or 51.52% from 33); Max value from RGB is 17 - color contains mainly: blue. Hex color #080811 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080811 is #F7F7EE. Grayscale: #080808. Windows color (decimal): -16250863 or 1116168. OLE color: 1116168.

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

Color convert

RGB8817-
CMYK0.530.5300.93
HSL240º36%4.9%-
HSV(B)240º52.94%6.67%-
XYZ0.290.270.57-
YUV9.03132.5127.27-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 24.24%
GREEN value IS 8 (3.52% from 255) = 24.24%
BLUE value IS 17 (7.03% from 255) = 51.52%
R=24.24%
G=24.24%
B=51.52%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal88170.530.5300.93240364.9
Hex8811353505Df0245
Octal10102165650135360445
Binary10001000100011101011101010101110111110000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080811; }

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

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

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

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

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

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

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

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