#01010E

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

Shades of Black Russian #01010E

Tints of Black Russian #01010E

Color information

#01010E (or 0x01010E) is unknown color: approx Black Russian. HEX triplet: 01, 01 and 0E. RGB value is (1,1,14). Sum of RGB (Red+Green+Blue) = 1+1+14=16 (2% of max value = 765). Red value is 1 (0.78% from 255 or 6.25% from 16); Green value is 1 (0.78% from 255 or 6.25% from 16); Blue value is 14 (5.86% from 255 or 87.5% from 16); Max value from RGB is 14 - color contains mainly: blue. Hex color #01010E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01010E is #FEFEF1. Grayscale: #020202. Windows color (decimal): -16711410 or 917761. OLE color: 917761.

HSL color Cylindrical-coordinate representation of color #01010E: hue angle of 240º degrees, saturation: 0.87, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #01010E is Cyan = 0.93, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB1114-
CMYK0.930.9300.95
HSL240º86.67%2.94%-
HSV(B)240º92.86%5.49%-
XYZ0.10.060.42-
YUV2.48134.5126.94-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 6.25%
GREEN value IS 1 (0.78% from 255) = 6.25%
BLUE value IS 14 (5.86% from 255) = 87.5%
R=6.25%
G=6.25%
B=87.5%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal11140.930.9300.9524086.672.94
Hex11E5D5D05Ff0573
Octal111613513501373601273
Binary111110101110110111010101111111110000101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01010E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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