COLOR #14011D

HEX: #14011D
RGB: (20,1,29)

Color info

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

RGB color model

#14011D color RGB value is (20,1,29).

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

RGB channels and saturation

R 20 of 255 = 8%
G 1 of 255 = 0%
B 29 of 255 = 11%

20
1
29

R + G + B ~ 6%. #14011D is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 1 + 29 = 50 (100%)
R 20 of 50 ~ 40%
G 1 of 50 ~ 2%
B 29 of 50 ~ 58%

%40
%58

CMYK color model

#14011D color CMYK value is (31,97,0,89).

  • cyan value is 31.03%
  • magenta value is 96.55%
  • yellow value is 0.00%
  • key color value is 88.63%
CMYK:
(31,97,0,89)
C31M97Y0K89 
(31%,97%,0%,89%)
(0.31/0.97/0.00/0.89)	

CMYK percentages

%31.03
%96.55
%0
%88.63

Codes

Color #14011D in popluar color models

14011D
RGB20129
HSL281°93.33%5.88%
HSB/HSV281°96.55%11.37%
CMYK31.03%96.55%0.00%
88.63%

Color #14011D in popluar number systems.

HEX14011D
Decimal20129
Binary10100111101
Octal24135

Shades and tints

Shades of #14011D

#14011D
(20,1,29)
#13011B
(19,1,27)
#120119
(18,1,25)
#110117
(17,1,23)
#100115
(16,1,21)
#0F0113
(15,1,19)
#0E0111
(14,1,17)
#0D010F
(13,1,15)
#0C010D
(12,1,13)
#0B010B
(11,1,11)
#0A0109
(10,1,9)
#000000
(0,0,0)

Tints of #14011D

#14011D
(20,1,29)
#291831
(41,24,49)
#3E2F45
(62,47,69)
#534659
(83,70,89)
#685D6D
(104,93,109)
#7D7481
(125,116,129)
#928B95
(146,139,149)
#A7A2A9
(167,162,169)
#BCB9BD
(188,185,189)
#D1D0D1
(209,208,209)
#E6E7E5
(230,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #14011D; }

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

This text font color is #14011D.


Background Color

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

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

This div background color is #14011D.


Border color

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

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

This div border color is #14011D.


Opacity

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

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

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

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

This text has shadow with #14011D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14011D on black background.


Color preview on white background

This text has color #14011D on white background.



Black color preview on #14011D background

This text has black color on #14011D background.


White color preview on #14011D background

This text has white color on #14011D background.