COLOR #141521

HEX: #141521 RGB: (20,21,33)

Color info

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

RGB color model

#141521 color RGB value is (20,21,33).

RGB: (20,21,33) (8%, 8%, 13%)

RGB channels and saturation

R 20 of 255 = 8%
G 21 of 255 = 8%
B 33 of 255 = 13%

20
21
33

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

Portions of RGB colors in percentages

R + G + B = 20 + 21 + 33 = 74 (100%)
R 20 of 74 ~ 27.03%
G 21 of 74 ~ 28.38%
B 33 of 74 ~ 44.59'%

%27.03
%28.38
%44.59

CMYK color model

#141521 color CMYK value is (39,36,0,87).

  • cyan value is 39.39%
  • magenta value is 36.36%
  • yellow value is 0.00%
  • key color value is 87.06%

CMYK: (39,36,0,87)
C39M36Y0K87 (39%, 36%, 0%, 87%)
(0.39 / 0.36 / 0.00 / 0.87)

CMYK percentages

%39.39
%36.36
%0
%87.06

Codes

Color #141521 in popluar color models

14 15 21
RGB 20 21 33
HSL 235° 24.53% 10.39%
HSB/HSV 235° 39.39% 12.94%
CMYK 39.39% 36.36% 0.00%
87.06%

Color #141521 in popluar number systems.

HEX 14 15 21
Decimal 20 21 33
Binary 10100 10101 100001
Octal 24 25 41

Shades and tints

Shades of #141521

#141521
(20,21,33)
#13141E
(19,20,30)
#12131B
(18,19,27)
#111218
(17,18,24)
#101115
(16,17,21)
#0F1012
(15,16,18)
#0E0F0F
(14,15,15)
#0D0E0C
(13,14,12)
#0C0D09
(12,13,9)
#0B0C06
(11,12,6)
#0A0B03
(10,11,3)
#000000
(0,0,0)

Tints of #141521

#141521
(20,21,33)
#292A35
(41,42,53)
#3E3F49
(62,63,73)
#53545D
(83,84,93)
#686971
(104,105,113)
#7D7E85
(125,126,133)
#929399
(146,147,153)
#A7A8AD
(167,168,173)
#BCBDC1
(188,189,193)
#D1D2D5
(209,210,213)
#E6E7E9
(230,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #141521; }

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

This text font color is #141521.

Background Color

.myBgColor { background-color: #141521; }

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

This div background color is #141521.

Border color

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

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

This div border color is #141521.

Opacity

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

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

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

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

This text has shadow with #141521 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #141521.

Preview

Color preview on black background

This text has color #141521 on black background.


Color preview on white background

This text has color #141521 on white background.


Black color preview on #141521 background

This text has black color on #141521 background.


White color preview on #141521 background

This text has white color on #141521 background.


Related colors

Complementary color

Complementary color for #hex is #EBEADE.


I love getcolorcode.com

Triadic colors

1 #211415 and #152114 with #141521 are triadic colors.

2 #211514 and #151421 with #141521 are triadic colors.