Html Css Color HEX #01010E Black Russian

📋 copy color: '#01010E'

red 1 ◦ green 1 ◦ blue 14

#01010E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Russian #01010E

Tints of Black Russian #01010E

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 value IS 0.93

 M value IS 0.93

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#01010E (or 0x01010E) is known color: 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

RGB 1 1 14 -
CMYK 0.93 0.93 0 0.95
HSL 240º 0.87% 0.03% -
HSV(B) 240º 0.93% 0.05% -
XYZ 0.1 0.06 0.42 -
YUV 2.48 134.5 126.94 -
System Red Green Blue C M Y K H S L
Decimal 1 1 14 0.93 0.93 0 0.95 240 0.87 0.03
Hex 1 1 E 5D 5D 0 5F F0 57 3
Octal 1 1 16 135 135 0 137 360 127 3
Binary 1 1 1110 1011101 1011101 0 1011111 11110000 1010111 11

Color Harmonies of #01010E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01010E

Black with #01010E

Text Example


Text Example

White with #01010E

Text Example


Text Example

HTML Codes & Css Web 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>