#080B11

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

Shades of Black Russian #080B11

Tints of Black Russian #080B11

Color information

#080B11 (or 0x080B11) is unknown color: approx Black Russian. HEX triplet: 08, 0B and 11. RGB value is (8,11,17). Sum of RGB (Red+Green+Blue) = 8+11+17=36 (4% of max value = 765). Red value is 8 (3.52% from 255 or 22.22% from 36); Green value is 11 (4.69% from 255 or 30.56% from 36); Blue value is 17 (7.03% from 255 or 47.22% from 36); Max value from RGB is 17 - color contains mainly: blue. Hex color #080B11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080B11 is #F7F4EE. Grayscale: #0A0A0A. Windows color (decimal): -16250095 or 1116936. OLE color: 1116936.

HSL color Cylindrical-coordinate representation of color #080B11: hue angle of 220º 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 #080B11 is Cyan = 0.53, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB81117-
CMYK0.530.3500.93
HSL220º36%4.9%-
HSV(B)220º52.94%6.67%-
XYZ0.320.330.58-
YUV10.79131.51126.01-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 22.22%
GREEN value IS 11 (4.69% from 255) = 30.56%
BLUE value IS 17 (7.03% from 255) = 47.22%
R=22.22%
G=30.56%
B=47.22%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal811170.530.3500.93220364.9
Hex8B11352305Ddc245
Octal10132165430135334445
Binary10001011100011101011000110101110111011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080B11; }

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

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

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

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

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

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

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

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