#080411

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

Shades of Black Russian #080411

Tints of Black Russian #080411

Color information

#080411 (or 0x080411) is unknown color: approx Black Russian. HEX triplet: 08, 04 and 11. RGB value is (8,4,17). Sum of RGB (Red+Green+Blue) = 8+4+17=29 (3% of max value = 765). Red value is 8 (3.52% from 255 or 27.59% from 29); Green value is 4 (1.95% from 255 or 13.79% from 29); Blue value is 17 (7.03% from 255 or 58.62% from 29); Max value from RGB is 17 - color contains mainly: blue. Hex color #080411 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080411 is #F7FBEE. Grayscale: #060606. Windows color (decimal): -16251887 or 1115144. OLE color: 1115144.

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

Color convert

RGB8417-
CMYK0.530.7600.93
HSL258.46º61.9%4.12%-
HSV(B)258.46º76.47%6.67%-
XYZ0.240.180.55-
YUV6.68133.83128.94-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 27.59%
GREEN value IS 4 (1.95% from 255) = 13.79%
BLUE value IS 17 (7.03% from 255) = 58.62%
R=27.59%
G=13.79%
B=58.62%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal84170.530.7600.93258.4661.94.12
Hex8411354C05D1023e4
Octal10421651140135402764
Binary100010010001110101100110001011101100000010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080411; }

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

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

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

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

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

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

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

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