#01011E

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

Shades of Black Russian #01011E

Tints of Black Russian #01011E

Color information

#01011E (or 0x01011E) is unknown color: approx Black Russian. HEX triplet: 01, 01 and 1E. RGB value is (1,1,30). Sum of RGB (Red+Green+Blue) = 1+1+30=32 (4% of max value = 765). Red value is 1 (0.78% from 255 or 3.12% from 32); Green value is 1 (0.78% from 255 or 3.12% from 32); Blue value is 30 (12.11% from 255 or 93.75% from 32); Max value from RGB is 30 - color contains mainly: blue. Hex color #01011E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01011E is #FEFEE1. Grayscale: #040404. Windows color (decimal): -16711394 or 1966337. OLE color: 1966337.

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

Color convert

RGB1130-
CMYK0.970.9700.88
HSL240º93.55%6.08%-
HSV(B)240º96.67%11.76%-
XYZ0.260.121.24-
YUV4.31142.5125.64-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 3.12%
GREEN value IS 1 (0.78% from 255) = 3.12%
BLUE value IS 30 (12.11% from 255) = 93.75%
R=3.12%
G=3.12%
B=93.75%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal11300.970.9700.8824093.556.08
Hex111E6161058f05e6
Octal113614114101303601366
Binary11111101100001110000101011000111100001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01011E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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