#080819

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

Shades of Black Russian #080819

Tints of Black Russian #080819

Color information

#080819 (or 0x080819) is unknown color: approx Black Russian. HEX triplet: 08, 08 and 19. RGB value is (8,8,25). Sum of RGB (Red+Green+Blue) = 8+8+25=41 (5% of max value = 765). Red value is 8 (3.52% from 255 or 19.51% from 41); Green value is 8 (3.52% from 255 or 19.51% from 41); Blue value is 25 (10.16% from 255 or 60.98% from 41); Max value from RGB is 25 - color contains mainly: blue. Hex color #080819 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080819 is #F7F7E6. Grayscale: #090909. Windows color (decimal): -16250855 or 1640456. OLE color: 1640456.

HSL color Cylindrical-coordinate representation of color #080819: hue angle of 240º degrees, saturation: 0.52, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #080819 is Cyan = 0.68, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB8825-
CMYK0.680.6800.90
HSL240º51.52%6.47%-
HSV(B)240º68%9.8%-
XYZ0.360.30.96-
YUV9.94136.5126.62-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 19.51%
GREEN value IS 8 (3.52% from 255) = 19.51%
BLUE value IS 25 (10.16% from 255) = 60.98%
R=19.51%
G=19.51%
B=60.98%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal88250.680.6800.9024051.526.47
Hex8819444405Af0346
Octal1010311041040132360646
Binary1000100011001100010010001000101101011110000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080819; }

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

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

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

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

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

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

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

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