#02011E

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

Shades of Black Russian #02011E

Tints of Black Russian #02011E

Color information

#02011E (or 0x02011E) is unknown color: approx Black Russian. HEX triplet: 02, 01 and 1E. RGB value is (2,1,30). Sum of RGB (Red+Green+Blue) = 2+1+30=33 (4% of max value = 765). Red value is 2 (1.17% from 255 or 6.06% from 33); Green value is 1 (0.78% from 255 or 3.03% from 33); Blue value is 30 (12.11% from 255 or 90.91% from 33); Max value from RGB is 30 - color contains mainly: blue. Hex color #02011E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02011E is #FDFEE1. Grayscale: #040404. Windows color (decimal): -16645858 or 1966338. OLE color: 1966338.

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

Color convert

RGB2130-
CMYK0.930.9700.88
HSL242.07º93.55%6.08%-
HSV(B)242.07º96.67%11.76%-
XYZ0.270.131.24-
YUV4.61142.33126.14-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 6.06%
GREEN value IS 1 (0.78% from 255) = 3.03%
BLUE value IS 30 (12.11% from 255) = 90.91%
R=6.06%
G=3.03%
B=90.91%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal21300.930.9700.88242.0793.556.08
Hex211E5D61058f25e6
Octal213613514101303621366
Binary101111101011101110000101011000111100101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02011E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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