COLOR #011412

HEX: #011412
RGB: (1,20,18)

Color info

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

RGB color model

#011412 color RGB value is (1,20,18).

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

RGB channels and saturation

R 1 of 255 = 0%
G 20 of 255 = 8%
B 18 of 255 = 7%

1
20
18

R + G + B ~ 5%. #011412 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 20 + 18 = 39 (100%)
R 1 of 39 ~ 2.56%
G 20 of 39 ~ 51.28%
B 18 of 39 ~ 46.15%

%51.28
%46.15

CMYK color model

#011412 color CMYK value is (95,0,10,92).

  • cyan value is 95.00%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 92.16%
CMYK:
(95,0,10,92)
C95M0Y10K92 
(95%,0%,10%,92%)
(0.95/0.00/0.10/0.92)	

CMYK percentages

%95
%0
%10
%92.16

Codes

Color #011412 in popluar color models

011412
RGB12018
HSL174°90.48%4.12%
HSB/HSV174°95.00%7.84%
CMYK95.00%0.00%10.00%
92.16%

Color #011412 in popluar number systems.

HEX011412
Decimal12018
Binary11010010010
Octal12422

Shades and tints

Shades of #011412

#011412
(1,20,18)
#011311
(1,19,17)
#011210
(1,18,16)
#01110F
(1,17,15)
#01100E
(1,16,14)
#010F0D
(1,15,13)
#010E0C
(1,14,12)
#010D0B
(1,13,11)
#010C0A
(1,12,10)
#010B09
(1,11,9)
#010A08
(1,10,8)
#000000
(0,0,0)

Tints of #011412

#011412
(1,20,18)
#182927
(24,41,39)
#2F3E3C
(47,62,60)
#465351
(70,83,81)
#5D6866
(93,104,102)
#747D7B
(116,125,123)
#8B9290
(139,146,144)
#A2A7A5
(162,167,165)
#B9BCBA
(185,188,186)
#D0D1CF
(208,209,207)
#E7E6E4
(231,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #011412; }

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

This text font color is #011412.


Background Color

.myBgColor { background-color: #011412; }

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

This div background color is #011412.


Border color

.myBorderColor { border: 1px solid #011412; }

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

This div border color is #011412.


Opacity

.myOpacity80 { color: #011412; opacity: 0.8; }

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

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

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

This text has shadow with #011412 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #011412 on black background.


Color preview on white background

This text has color #011412 on white background.



Black color preview on #011412 background

This text has black color on #011412 background.


White color preview on #011412 background

This text has white color on #011412 background.