#080816

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

Shades of Black Russian #080816

Tints of Black Russian #080816

Color information

#080816 (or 0x080816) is unknown color: approx Black Russian. HEX triplet: 08, 08 and 16. RGB value is (8,8,22). Sum of RGB (Red+Green+Blue) = 8+8+22=38 (5% of max value = 765). Red value is 8 (3.52% from 255 or 21.05% from 38); Green value is 8 (3.52% from 255 or 21.05% from 38); Blue value is 22 (8.98% from 255 or 57.89% from 38); Max value from RGB is 22 - color contains mainly: blue. Hex color #080816 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080816 is #F7F7E9. Grayscale: #090909. Windows color (decimal): -16250858 or 1443848. OLE color: 1443848.

HSL color Cylindrical-coordinate representation of color #080816: hue angle of 240º 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 #080816 is Cyan = 0.64, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB8822-
CMYK0.640.6400.91
HSL240º46.67%5.88%-
HSV(B)240º63.64%8.63%-
XYZ0.330.280.8-
YUV9.6135126.86-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 21.05%
GREEN value IS 8 (3.52% from 255) = 21.05%
BLUE value IS 22 (8.98% from 255) = 57.89%
R=21.05%
G=21.05%
B=57.89%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal88220.640.6400.9124046.675.88
Hex8816404005Bf02f6
Octal1010261001000133360576
Binary1000100010110100000010000000101101111110000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080816; }

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

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

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

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

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

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

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

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