#080120

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

Shades of Black Russian #080120

Tints of Black Russian #080120

Color information

#080120 (or 0x080120) is unknown color: approx Black Russian. HEX triplet: 08, 01 and 20. RGB value is (8,1,32). Sum of RGB (Red+Green+Blue) = 8+1+32=41 (5% of max value = 765). Red value is 8 (3.52% from 255 or 19.51% from 41); Green value is 1 (0.78% from 255 or 2.44% from 41); Blue value is 32 (12.89% from 255 or 78.05% from 41); Max value from RGB is 32 - color contains mainly: blue. Hex color #080120 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080120 is #F7FEDF. Grayscale: #060606. Windows color (decimal): -16252640 or 2097416. OLE color: 2097416.

HSL color Cylindrical-coordinate representation of color #080120: hue angle of 253.55º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #080120 is Cyan = 0.75, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB8132-
CMYK0.750.9700.87
HSL253.55º93.94%6.47%-
HSV(B)253.55º96.88%12.55%-
XYZ0.370.181.38-
YUV6.63142.32128.98-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 19.51%
GREEN value IS 1 (0.78% from 255) = 2.44%
BLUE value IS 32 (12.89% from 255) = 78.05%
R=19.51%
G=2.44%
B=78.05%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal81320.750.9700.87253.5593.946.47
Hex81204B61057fe5e6
Octal1014011314101273761366
Binary100011000001001011110000101010111111111101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080120; }

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

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

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

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

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

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

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

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