COLOR #01120D

HEX: #01120D
RGB: (1,18,13)

Color info

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

RGB color model

#01120D color RGB value is (1,18,13).

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

RGB channels and saturation

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

1
18
13

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

Portions of RGB colors in percentages

R + G + B =
1 + 18 + 13 = 32 (100%)
R 1 of 32 ~ 3.13%
G 18 of 32 ~ 56.25%
B 13 of 32 ~ 40.63%

%56.25
%40.63

CMYK color model

#01120D color CMYK value is (94,0,28,93).

  • cyan value is 94.44%
  • magenta value is 0.00%
  • yellow value is 27.78%
  • key color value is 92.94%
CMYK:
(94,0,28,93)
C94M0Y28K93 
(94%,0%,28%,93%)
(0.94/0.00/0.28/0.93)	

CMYK percentages

%94.44
%0
%27.78
%92.94

Codes

Color #01120D in popluar color models

01120D
RGB11813
HSL162°89.47%3.73%
HSB/HSV162°94.44%7.06%
CMYK94.44%0.00%27.78%
92.94%

Color #01120D in popluar number systems.

HEX01120D
Decimal11813
Binary1100101101
Octal12215

Shades and tints

Shades of #01120D

#01120D
(1,18,13)
#01110C
(1,17,12)
#01100B
(1,16,11)
#010F0A
(1,15,10)
#010E09
(1,14,9)
#010D08
(1,13,8)
#010C07
(1,12,7)
#010B06
(1,11,6)
#010A05
(1,10,5)
#010904
(1,9,4)
#010803
(1,8,3)
#000000
(0,0,0)

Tints of #01120D

#01120D
(1,18,13)
#182723
(24,39,35)
#2F3C39
(47,60,57)
#46514F
(70,81,79)
#5D6665
(93,102,101)
#747B7B
(116,123,123)
#8B9091
(139,144,145)
#A2A5A7
(162,165,167)
#B9BABD
(185,186,189)
#D0CFD3
(208,207,211)
#E7E4E9
(231,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #01120D; }

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

This text font color is #01120D.


Background Color

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

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

This div background color is #01120D.


Border color

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

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

This div border color is #01120D.


Opacity

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

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

Text with #01120D 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 #01120D;}

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

This text has shadow with #01120D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01120D on black background.


Color preview on white background

This text has color #01120D on white background.



Black color preview on #01120D background

This text has black color on #01120D background.


White color preview on #01120D background

This text has white color on #01120D background.