COLOR #14121D

HEX: #14121D RGB: (20,18,29)

Color info

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

RGB color model

#14121D color RGB value is (20,18,29).

RGB: (20,18,29) (8%, 7%, 11%)

RGB channels and saturation

R 20 of 255 = 8%
G 18 of 255 = 7%
B 29 of 255 = 11%

20
18
29

R + G + B ~ 9%. #14121D is dark color.

Portions of RGB colors in percentages

R + G + B = 20 + 18 + 29 = 67 (100%)
R 20 of 67 ~ 29.85%
G 18 of 67 ~ 26.87%
B 29 of 67 ~ 43.28'%

%29.85
%26.87
%43.28

CMYK color model

#14121D color CMYK value is (31,38,0,89).

  • cyan value is 31.03%
  • magenta value is 37.93%
  • yellow value is 0.00%
  • key color value is 88.63%

CMYK: (31,38,0,89)
C31M38Y0K89 (31%, 38%, 0%, 89%)
(0.31 / 0.38 / 0.00 / 0.89)

CMYK percentages

%31.03
%37.93
%0
%88.63

Codes

Color #14121D in popluar color models

14 12 1D
RGB 20 18 29
HSL 251° 23.40% 9.22%
HSB/HSV 251° 37.93% 11.37%
CMYK 31.03% 37.93% 0.00%
88.63%

Color #14121D in popluar number systems.

HEX 14 12 1D
Decimal 20 18 29
Binary 10100 10010 11101
Octal 24 22 35

Shades and tints

Shades of #14121D

#14121D
(20,18,29)
#13111B
(19,17,27)
#121019
(18,16,25)
#110F17
(17,15,23)
#100E15
(16,14,21)
#0F0D13
(15,13,19)
#0E0C11
(14,12,17)
#0D0B0F
(13,11,15)
#0C0A0D
(12,10,13)
#0B090B
(11,9,11)
#0A0809
(10,8,9)
#000000
(0,0,0)

Tints of #14121D

#14121D
(20,18,29)
#292731
(41,39,49)
#3E3C45
(62,60,69)
#535159
(83,81,89)
#68666D
(104,102,109)
#7D7B81
(125,123,129)
#929095
(146,144,149)
#A7A5A9
(167,165,169)
#BCBABD
(188,186,189)
#D1CFD1
(209,207,209)
#E6E4E5
(230,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #14121D; }

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

This text font color is #14121D.

Background Color

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

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

This div background color is #14121D.

Border color

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

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

This div border color is #14121D.

Opacity

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

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

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

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

This text has shadow with #14121D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #14121D.

Preview

Color preview on black background

This text has color #14121D on black background.


Color preview on white background

This text has color #14121D on white background.


Black color preview on #14121D background

This text has black color on #14121D background.


White color preview on #14121D background

This text has white color on #14121D background.


Related colors

Complementary color

Complementary color for #hex is #EBEDE2.


I love getcolorcode.com

Triadic colors

1 #1D1412 and #121D14 with #14121D are triadic colors.

2 #1D1214 and #12141D with #14121D are triadic colors.