COLOR #141420

HEX: #141420
RGB: (20,20,32)

Color info

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

RGB color model

#141420 color RGB value is (20,20,32).

  • red value is 20;
  • green value is 20;
  • blue value is 32.
RGB:
(20,20,32)
(8%,8%,13%)

RGB channels and saturation

R 20 of 255 = 8%
G 20 of 255 = 8%
B 32 of 255 = 13%

20
20
32

R + G + B ~ 10%. #141420 is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 20 + 32 = 72 (100%)
R 20 of 72 ~ 27.78%
G 20 of 72 ~ 27.78%
B 32 of 72 ~ 44.44%

%27.78
%27.78
%44.44

CMYK color model

#141420 color CMYK value is (38,38,0,87).

  • cyan value is 37.50%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 87.45%
CMYK:
(38,38,0,87)
C38M38Y0K87 
(38%,38%,0%,87%)
(0.38/0.38/0.00/0.87)	

CMYK percentages

%37.5
%37.5
%0
%87.45

Codes

Color #141420 in popluar color models

141420
RGB202032
HSL240°23.08%10.20%
HSB/HSV240°37.50%12.55%
CMYK37.50%37.50%0.00%
87.45%

Color #141420 in popluar number systems.

HEX141420
Decimal202032
Binary1010010100100000
Octal242440

Shades and tints

Shades of #141420

#141420
(20,20,32)
#13131E
(19,19,30)
#12121C
(18,18,28)
#11111A
(17,17,26)
#101018
(16,16,24)
#0F0F16
(15,15,22)
#0E0E14
(14,14,20)
#0D0D12
(13,13,18)
#0C0C10
(12,12,16)
#0B0B0E
(11,11,14)
#0A0A0C
(10,10,12)
#000000
(0,0,0)

Tints of #141420

#141420
(20,20,32)
#292934
(41,41,52)
#3E3E48
(62,62,72)
#53535C
(83,83,92)
#686870
(104,104,112)
#7D7D84
(125,125,132)
#929298
(146,146,152)
#A7A7AC
(167,167,172)
#BCBCC0
(188,188,192)
#D1D1D4
(209,209,212)
#E6E6E8
(230,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #141420; }

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

This text font color is #141420.


Background Color

.myBgColor { background-color: #141420; }

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

This div background color is #141420.


Border color

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

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

This div border color is #141420.


Opacity

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

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

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

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

This text has shadow with #141420 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #141420 on black background.


Color preview on white background

This text has color #141420 on white background.



Black color preview on #141420 background

This text has black color on #141420 background.


White color preview on #141420 background

This text has white color on #141420 background.