#080911

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

Shades of Black Russian #080911

Tints of Black Russian #080911

Color information

#080911 (or 0x080911) is unknown color: approx Black Russian. HEX triplet: 08, 09 and 11. RGB value is (8,9,17). Sum of RGB (Red+Green+Blue) = 8+9+17=34 (4% of max value = 765). Red value is 8 (3.52% from 255 or 23.53% from 34); Green value is 9 (3.91% from 255 or 26.47% from 34); Blue value is 17 (7.03% from 255 or 50% from 34); Max value from RGB is 17 - color contains mainly: blue. Hex color #080911 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080911 is #F7F6EE. Grayscale: #090909. Windows color (decimal): -16250607 or 1116424. OLE color: 1116424.

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

Color convert

RGB8917-
CMYK0.530.4700.93
HSL233.33º36%4.9%-
HSV(B)233.33º52.94%6.67%-
XYZ0.30.290.57-
YUV9.61132.17126.85-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 23.53%
GREEN value IS 9 (3.91% from 255) = 26.47%
BLUE value IS 17 (7.03% from 255) = 50%
R=23.53%
G=26.47%
B=50%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal89170.530.4700.93233.33364.9
Hex8911352F05De9245
Octal10112165570135351445
Binary10001001100011101011011110101110111101001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080911; }

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

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

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

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

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

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

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

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