#080E21

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

Shades of Black Russian #080E21

Tints of Black Russian #080E21

Color information

#080E21 (or 0x080E21) is unknown color: approx Black Russian. HEX triplet: 08, 0E and 21. RGB value is (8,14,33). Sum of RGB (Red+Green+Blue) = 8+14+33=55 (7% of max value = 765). Red value is 8 (3.52% from 255 or 14.55% from 55); Green value is 14 (5.86% from 255 or 25.45% from 55); Blue value is 33 (13.28% from 255 or 60% from 55); Max value from RGB is 33 - color contains mainly: blue. Hex color #080E21 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080E21 is #F7F1DE. Grayscale: #0E0E0E. Windows color (decimal): -16249311 or 2166280. OLE color: 2166280.

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

Color convert

RGB81433-
CMYK0.760.5800.87
HSL225.6º60.98%8.04%-
HSV(B)225.6º75.76%12.94%-
XYZ0.530.481.5-
YUV14.37138.51123.46-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 14.55%
GREEN value IS 14 (5.86% from 255) = 25.45%
BLUE value IS 33 (13.28% from 255) = 60%
R=14.55%
G=25.45%
B=60%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal814330.760.5800.87225.660.988.04
Hex8E214C3A057e23d8
Octal1016411147201273427510
Binary10001110100001100110011101001010111111000101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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