#080119

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

Shades of Black Russian #080119

Tints of Black Russian #080119

Color information

#080119 (or 0x080119) is unknown color: approx Black Russian. HEX triplet: 08, 01 and 19. RGB value is (8,1,25). Sum of RGB (Red+Green+Blue) = 8+1+25=34 (4% of max value = 765). Red value is 8 (3.52% from 255 or 23.53% from 34); Green value is 1 (0.78% from 255 or 2.94% from 34); Blue value is 25 (10.16% from 255 or 73.53% from 34); Max value from RGB is 25 - color contains mainly: blue. Hex color #080119 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080119 is #F7FEE6. Grayscale: #050505. Windows color (decimal): -16252647 or 1638664. OLE color: 1638664.

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

Color convert

RGB8125-
CMYK0.680.9600.90
HSL257.5º92.31%5.1%-
HSV(B)257.5º96%9.8%-
XYZ0.290.140.93-
YUV5.83138.82129.55-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 23.53%
GREEN value IS 1 (0.78% from 255) = 2.94%
BLUE value IS 25 (10.16% from 255) = 73.53%
R=23.53%
G=2.94%
B=73.53%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal81250.680.9600.90257.592.315.1
Hex8119446005A1025c5
Octal1013110414001324021345
Binary100011100110001001100000010110101000000101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080119; }

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

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

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

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

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

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

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

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