#080916

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

Shades of Black Russian #080916

Tints of Black Russian #080916

Color information

#080916 (or 0x080916) is unknown color: approx Black Russian. HEX triplet: 08, 09 and 16. RGB value is (8,9,22). Sum of RGB (Red+Green+Blue) = 8+9+22=39 (5% of max value = 765). Red value is 8 (3.52% from 255 or 20.51% from 39); Green value is 9 (3.91% from 255 or 23.08% from 39); Blue value is 22 (8.98% from 255 or 56.41% from 39); Max value from RGB is 22 - color contains mainly: blue. Hex color #080916 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080916 is #F7F6E9. Grayscale: #0A0A0A. Windows color (decimal): -16250602 or 1444104. OLE color: 1444104.

HSL color Cylindrical-coordinate representation of color #080916: hue angle of 235.71º degrees, saturation: 0.47, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #080916 is Cyan = 0.64, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB8922-
CMYK0.640.5900.91
HSL235.71º46.67%5.88%-
HSV(B)235.71º63.64%8.63%-
XYZ0.340.30.8-
YUV10.18134.67126.44-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 20.51%
GREEN value IS 9 (3.91% from 255) = 23.08%
BLUE value IS 22 (8.98% from 255) = 56.41%
R=20.51%
G=23.08%
B=56.41%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal89220.640.5900.91235.7146.675.88
Hex8916403B05Bec2f6
Octal101126100730133354576
Binary100010011011010000001110110101101111101100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080916; }

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

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

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

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

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

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

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

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