COLOR #141121

HEX: #141121 RGB: (20,17,33)

Color info

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

RGB color model

#141121 color RGB value is (20,17,33).

RGB: (20,17,33) (8%, 7%, 13%)

RGB channels and saturation

R 20 of 255 = 8%
G 17 of 255 = 7%
B 33 of 255 = 13%

20
17
33

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

Portions of RGB colors in percentages

R + G + B = 20 + 17 + 33 = 70 (100%)
R 20 of 70 ~ 28.57%
G 17 of 70 ~ 24.29%
B 33 of 70 ~ 47.14'%

%28.57
%24.29
%47.14

CMYK color model

#141121 color CMYK value is (39,48,0,87).

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

CMYK: (39,48,0,87)
C39M48Y0K87 (39%, 48%, 0%, 87%)
(0.39 / 0.48 / 0.00 / 0.87)

CMYK percentages

%39.39
%48.48
%0
%87.06

Codes

Color #141121 in popluar color models

14 11 21
RGB 20 17 33
HSL 251° 32.00% 9.80%
HSB/HSV 251° 48.48% 12.94%
CMYK 39.39% 48.48% 0.00%
87.06%

Color #141121 in popluar number systems.

HEX 14 11 21
Decimal 20 17 33
Binary 10100 10001 100001
Octal 24 21 41

Shades and tints

Shades of #141121

#141121
(20,17,33)
#13101E
(19,16,30)
#120F1B
(18,15,27)
#110E18
(17,14,24)
#100D15
(16,13,21)
#0F0C12
(15,12,18)
#0E0B0F
(14,11,15)
#0D0A0C
(13,10,12)
#0C0909
(12,9,9)
#0B0806
(11,8,6)
#0A0703
(10,7,3)
#000000
(0,0,0)

Tints of #141121

#141121
(20,17,33)
#292635
(41,38,53)
#3E3B49
(62,59,73)
#53505D
(83,80,93)
#686571
(104,101,113)
#7D7A85
(125,122,133)
#928F99
(146,143,153)
#A7A4AD
(167,164,173)
#BCB9C1
(188,185,193)
#D1CED5
(209,206,213)
#E6E3E9
(230,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #141121; }

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

This text font color is #141121.

Background Color

.myBgColor { background-color: #141121; }

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

This div background color is #141121.

Border color

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

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

This div border color is #141121.

Opacity

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

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

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

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

This text has shadow with #141121 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #141121.

Preview

Color preview on black background

This text has color #141121 on black background.


Color preview on white background

This text has color #141121 on white background.


Black color preview on #141121 background

This text has black color on #141121 background.


White color preview on #141121 background

This text has white color on #141121 background.


Related colors

Complementary color

Complementary color for #hex is #EBEEDE.


I love getcolorcode.com

Triadic colors

1 #211411 and #112114 with #141121 are triadic colors.

2 #211114 and #111421 with #141121 are triadic colors.