COLOR #14011E

HEX: #14011E
RGB: (20,1,30)

Color info

#14011E contains red, green and blue colors in about the same proportion. Web safe color of #14011E is #000033 (or #003).

RGB color model

#14011E color RGB value is (20,1,30).

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

RGB channels and saturation

R 20 of 255 = 8%
G 1 of 255 = 0%
B 30 of 255 = 12%

20
1
30

R + G + B ~ 7%. #14011E is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 1 + 30 = 51 (100%)
R 20 of 51 ~ 39.22%
G 1 of 51 ~ 1.96%
B 30 of 51 ~ 58.82%

%39.22
%58.82

CMYK color model

#14011E color CMYK value is (33,97,0,88).

  • cyan value is 33.33%
  • magenta value is 96.67%
  • yellow value is 0.00%
  • key color value is 88.24%
CMYK:
(33,97,0,88)
C33M97Y0K88 
(33%,97%,0%,88%)
(0.33/0.97/0.00/0.88)	

CMYK percentages

%33.33
%96.67
%0
%88.24

Codes

Color #14011E in popluar color models

14011E
RGB20130
HSL279°93.55%6.08%
HSB/HSV279°96.67%11.76%
CMYK33.33%96.67%0.00%
88.24%

Color #14011E in popluar number systems.

HEX14011E
Decimal20130
Binary10100111110
Octal24136

Shades and tints

Shades of #14011E

#14011E
(20,1,30)
#13011C
(19,1,28)
#12011A
(18,1,26)
#110118
(17,1,24)
#100116
(16,1,22)
#0F0114
(15,1,20)
#0E0112
(14,1,18)
#0D0110
(13,1,16)
#0C010E
(12,1,14)
#0B010C
(11,1,12)
#0A010A
(10,1,10)
#000000
(0,0,0)

Tints of #14011E

#14011E
(20,1,30)
#291832
(41,24,50)
#3E2F46
(62,47,70)
#53465A
(83,70,90)
#685D6E
(104,93,110)
#7D7482
(125,116,130)
#928B96
(146,139,150)
#A7A2AA
(167,162,170)
#BCB9BE
(188,185,190)
#D1D0D2
(209,208,210)
#E6E7E6
(230,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #14011E; }

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

This text font color is #14011E.


Background Color

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

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

This div background color is #14011E.


Border color

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

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

This div border color is #14011E.


Opacity

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

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

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

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

This text has shadow with #14011E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14011E on black background.


Color preview on white background

This text has color #14011E on white background.



Black color preview on #14011E background

This text has black color on #14011E background.


White color preview on #14011E background

This text has white color on #14011E background.