COLOR #140121

HEX: #140121 RGB: (20,1,33)

Color info

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

RGB color model

#140121 color RGB value is (20,1,33).

RGB: (20,1,33) (8%, 0%, 13%)

RGB channels and saturation

R 20 of 255 = 8%
G 1 of 255 = 0%
B 33 of 255 = 13%

20
1
33

R + G + B ~ 7%. #140121 is dark color.

Portions of RGB colors in percentages

R + G + B = 20 + 1 + 33 = 54 (100%)
R 20 of 54 ~ 37.04%
G 1 of 54 ~ 1.85%
B 33 of 54 ~ 61.11'%

%37.04
%61.11

CMYK color model

#140121 color CMYK value is (39,97,0,87).

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

CMYK: (39,97,0,87)
C39M97Y0K87 (39%, 97%, 0%, 87%)
(0.39 / 0.97 / 0.00 / 0.87)

CMYK percentages

%39.39
%96.97
%0
%87.06

Codes

Color #140121 in popluar color models

14 01 21
RGB 20 1 33
HSL 276° 94.12% 6.67%
HSB/HSV 276° 96.97% 12.94%
CMYK 39.39% 96.97% 0.00%
87.06%

Color #140121 in popluar number systems.

HEX 14 01 21
Decimal 20 1 33
Binary 10100 1 100001
Octal 24 1 41

Shades and tints

Shades of #140121

#140121
(20,1,33)
#13011E
(19,1,30)
#12011B
(18,1,27)
#110118
(17,1,24)
#100115
(16,1,21)
#0F0112
(15,1,18)
#0E010F
(14,1,15)
#0D010C
(13,1,12)
#0C0109
(12,1,9)
#0B0106
(11,1,6)
#0A0103
(10,1,3)
#000000
(0,0,0)

Tints of #140121

#140121
(20,1,33)
#291835
(41,24,53)
#3E2F49
(62,47,73)
#53465D
(83,70,93)
#685D71
(104,93,113)
#7D7485
(125,116,133)
#928B99
(146,139,153)
#A7A2AD
(167,162,173)
#BCB9C1
(188,185,193)
#D1D0D5
(209,208,213)
#E6E7E9
(230,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #140121; }

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

This text font color is #140121.

Background Color

.myBgColor { background-color: #140121; }

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

This div background color is #140121.

Border color

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

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

This div border color is #140121.

Opacity

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

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

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

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

This text has shadow with #140121 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #140121.

Preview

Color preview on black background

This text has color #140121 on black background.


Color preview on white background

This text has color #140121 on white background.


Black color preview on #140121 background

This text has black color on #140121 background.


White color preview on #140121 background

This text has white color on #140121 background.


Related colors

Complementary color

Complementary color for #hex is #EBFEDE.


I love getcolorcode.com

Triadic colors

1 #211401 and #012114 with #140121 are triadic colors.

2 #210114 and #011421 with #140121 are triadic colors.