COLOR #14121A

HEX: #14121A
RGB: (20,18,26)

Color info

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

RGB color model

#14121A color RGB value is (20,18,26).

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

RGB channels and saturation

R 20 of 255 = 8%
G 18 of 255 = 7%
B 26 of 255 = 10%

20
18
26

R + G + B ~ 8%. #14121A is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 18 + 26 = 64 (100%)
R 20 of 64 ~ 31.25%
G 18 of 64 ~ 28.13%
B 26 of 64 ~ 40.63%

%31.25
%28.13
%40.63

CMYK color model

#14121A color CMYK value is (23,31,0,90).

  • cyan value is 23.08%
  • magenta value is 30.77%
  • yellow value is 0.00%
  • key color value is 89.80%
CMYK:
(23,31,0,90)
C23M31Y0K90 
(23%,31%,0%,90%)
(0.23/0.31/0.00/0.90)	

CMYK percentages

%23.08
%30.77
%0
%89.8

Codes

Color #14121A in popluar color models

14121A
RGB201826
HSL255°18.18%8.63%
HSB/HSV255°30.77%10.20%
CMYK23.08%30.77%0.00%
89.80%

Color #14121A in popluar number systems.

HEX14121A
Decimal201826
Binary101001001011010
Octal242232

Shades and tints

Shades of #14121A

#14121A
(20,18,26)
#131118
(19,17,24)
#121016
(18,16,22)
#110F14
(17,15,20)
#100E12
(16,14,18)
#0F0D10
(15,13,16)
#0E0C0E
(14,12,14)
#0D0B0C
(13,11,12)
#0C0A0A
(12,10,10)
#0B0908
(11,9,8)
#0A0806
(10,8,6)
#000000
(0,0,0)

Tints of #14121A

#14121A
(20,18,26)
#29272E
(41,39,46)
#3E3C42
(62,60,66)
#535156
(83,81,86)
#68666A
(104,102,106)
#7D7B7E
(125,123,126)
#929092
(146,144,146)
#A7A5A6
(167,165,166)
#BCBABA
(188,186,186)
#D1CFCE
(209,207,206)
#E6E4E2
(230,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #14121A; }

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

This text font color is #14121A.


Background Color

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

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

This div background color is #14121A.


Border color

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

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

This div border color is #14121A.


Opacity

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

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

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

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

This text has shadow with #14121A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14121A on black background.


Color preview on white background

This text has color #14121A on white background.



Black color preview on #14121A background

This text has black color on #14121A background.


White color preview on #14121A background

This text has white color on #14121A background.