#01021E

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

Shades of Black Russian #01021E

Tints of Black Russian #01021E

Color information

#01021E (or 0x01021E) is unknown color: approx Black Russian. HEX triplet: 01, 02 and 1E. RGB value is (1,2,30). Sum of RGB (Red+Green+Blue) = 1+2+30=33 (4% of max value = 765). Red value is 1 (0.78% from 255 or 3.03% from 33); Green value is 2 (1.17% from 255 or 6.06% 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 #01021E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01021E is #FEFDE1. Grayscale: #040404. Windows color (decimal): -16711138 or 1966593. OLE color: 1966593.

HSL color Cylindrical-coordinate representation of color #01021E: hue angle of 237.93º 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 #01021E is Cyan = 0.97, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB1230-
CMYK0.970.9300.88
HSL237.93º93.55%6.08%-
HSV(B)237.93º96.67%11.76%-
XYZ0.270.141.24-
YUV4.89142.17125.22-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal12300.970.9300.88237.9393.556.08
Hex121E615D058ee5e6
Octal123614113501303561366
Binary110111101100001101110101011000111011101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01021E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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