#02091E

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

Shades of Black Russian #02091E

Tints of Black Russian #02091E

Color information

#02091E (or 0x02091E) is unknown color: approx Black Russian. HEX triplet: 02, 09 and 1E. RGB value is (2,9,30). Sum of RGB (Red+Green+Blue) = 2+9+30=41 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.88% from 41); Green value is 9 (3.91% from 255 or 21.95% from 41); Blue value is 30 (12.11% from 255 or 73.17% from 41); Max value from RGB is 30 - color contains mainly: blue. Hex color #02091E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02091E is #FDF6E1. Grayscale: #090909. Windows color (decimal): -16643810 or 1968386. OLE color: 1968386.

HSL color Cylindrical-coordinate representation of color #02091E: hue angle of 225º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #02091E is Cyan = 0.93, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB2930-
CMYK0.930.7000.88
HSL225º87.5%6.27%-
HSV(B)225º93.33%11.76%-
XYZ0.360.31.27-
YUV9.3139.68122.79-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4.88%
GREEN value IS 9 (3.91% from 255) = 21.95%
BLUE value IS 30 (12.11% from 255) = 73.17%
R=4.88%
G=21.95%
B=73.17%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal29300.930.7000.8822587.56.27
Hex291E5D46058e1586
Octal2113613510601303411306
Binary101001111101011101100011001011000111000011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02091E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02091E; }

 p { color: rgb(2,9,30); }

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

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

 a { background-color: rgb(2,9,30); }

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

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

 span { border-color: rgb(2,9,30); }

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