COLOR #01120E

HEX: #01120E
RGB: (1,18,14)

Color info

#01120E contains red, green and blue colors in about the same proportion. Web safe color of #01120E is #000000 (or #000).

RGB color model

#01120E color RGB value is (1,18,14).

  • red value is 1;
  • green value is 18;
  • blue value is 14.
RGB:
(1,18,14)
(0%,7%,5%)

RGB channels and saturation

R 1 of 255 = 0%
G 18 of 255 = 7%
B 14 of 255 = 5%

1
18
14

R + G + B ~ 4%. #01120E is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 18 + 14 = 33 (100%)
R 1 of 33 ~ 3.03%
G 18 of 33 ~ 54.55%
B 14 of 33 ~ 42.42%

%54.55
%42.42

CMYK color model

#01120E color CMYK value is (94,0,22,93).

  • cyan value is 94.44%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 92.94%
CMYK:
(94,0,22,93)
C94M0Y22K93 
(94%,0%,22%,93%)
(0.94/0.00/0.22/0.93)	

CMYK percentages

%94.44
%0
%22.22
%92.94

Codes

Color #01120E in popluar color models

01120E
RGB11814
HSL166°89.47%3.73%
HSB/HSV166°94.44%7.06%
CMYK94.44%0.00%22.22%
92.94%

Color #01120E in popluar number systems.

HEX01120E
Decimal11814
Binary1100101110
Octal12216

Shades and tints

Shades of #01120E

#01120E
(1,18,14)
#01110D
(1,17,13)
#01100C
(1,16,12)
#010F0B
(1,15,11)
#010E0A
(1,14,10)
#010D09
(1,13,9)
#010C08
(1,12,8)
#010B07
(1,11,7)
#010A06
(1,10,6)
#010905
(1,9,5)
#010804
(1,8,4)
#000000
(0,0,0)

Tints of #01120E

#01120E
(1,18,14)
#182723
(24,39,35)
#2F3C38
(47,60,56)
#46514D
(70,81,77)
#5D6662
(93,102,98)
#747B77
(116,123,119)
#8B908C
(139,144,140)
#A2A5A1
(162,165,161)
#B9BAB6
(185,186,182)
#D0CFCB
(208,207,203)
#E7E4E0
(231,228,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01120E color. Also use rgb(1,18,14) instead hex code.

Text Font Color

.myTextColor { color: #01120E; }

<p style="color:#01120E">This sample text font color is #01120E.</p>

This text font color is #01120E.


Background Color

.myBgColor { background-color: #01120E; }

<div style="background-color:#01120E">Inner text</div>

This div background color is #01120E.


Border color

.myBorderColor { border: 1px solid #01120E; }

<div style="border:3px solid #01120E">Div</div>

This div border color is #01120E.


Opacity

.myOpacity80 { color: #01120E; opacity: 0.8; }

<p style="color:#01120E;opacity:0.8;">80%</p>

Text with #01120E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #01120E;}

<p style="text-shadow: 3px 3px 1px #01120E">Text here.</p>

This text has shadow with #01120E color.

.textShadow {text-shadow: 3px 3px 1px #01120E, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #01120E, 5px 5px 20px red">Text here.</p>

This text has shadow with #01120E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#01120E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#01120E, Direction=45, Strength=4)">Text</p>

This text has shadow with #01120E and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #01120E;
  -webkit-box-shadow:	1px 1px 3px 2px #01120E;
  box-shadow:		1px 1px 3px 2px #01120E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #01120E;
-webkit-box-shadow: 1px 1px 3px 2px #01120E;
box-shadow:1px 1px 3px 2px #01120E;">
Div content here</div>
This div box has shadow with color #01120E.

Preview

Color preview on black background

This text has color #01120E on black background.


Color preview on white background

This text has color #01120E on white background.



Black color preview on #01120E background

This text has black color on #01120E background.


White color preview on #01120E background

This text has white color on #01120E background.