#080E20

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

Shades of Black Russian #080E20

Tints of Black Russian #080E20

Color information

#080E20 (or 0x080E20) is unknown color: approx Black Russian. HEX triplet: 08, 0E and 20. RGB value is (8,14,32). Sum of RGB (Red+Green+Blue) = 8+14+32=54 (7% of max value = 765). Red value is 8 (3.52% from 255 or 14.81% from 54); Green value is 14 (5.86% from 255 or 25.93% from 54); Blue value is 32 (12.89% from 255 or 59.26% from 54); Max value from RGB is 32 - color contains mainly: blue. Hex color #080E20 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080E20 is #F7F1DF. Grayscale: #0E0E0E. Windows color (decimal): -16249312 or 2100744. OLE color: 2100744.

HSL color Cylindrical-coordinate representation of color #080E20: hue angle of 225º degrees, saturation: 0.6, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #080E20 is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB81432-
CMYK0.750.5600.87
HSL225º60%7.84%-
HSV(B)225º75%12.55%-
XYZ0.520.471.43-
YUV14.26138.01123.54-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 14.81%
GREEN value IS 14 (5.86% from 255) = 25.93%
BLUE value IS 32 (12.89% from 255) = 59.26%
R=14.81%
G=25.93%
B=59.26%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal814320.750.5600.87225607.84
Hex8E204B38057e13c8
Octal1016401137001273417410
Binary10001110100000100101111100001010111111000011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080E20; }

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

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

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

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

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

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

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

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