COLOR #141213

HEX: #141213 RGB: (20,18,19)

Color info

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

RGB color model

#141213 color RGB value is (20,18,19).

RGB: (20,18,19) (8%, 7%, 7%)

RGB channels and saturation

R 20 of 255 = 8%
G 18 of 255 = 7%
B 19 of 255 = 7%

20
18
19

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

Portions of RGB colors in percentages

R + G + B = 20 + 18 + 19 = 57 (100%)
R 20 of 57 ~ 35.09%
G 18 of 57 ~ 31.58%
B 19 of 57 ~ 33.33'%

%35.09
%31.58
%33.33

CMYK color model

#141213 color CMYK value is (0,10,5,92).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 5.00%
  • key color value is 92.16%

CMYK: (0,10,5,92)
C0M10Y5K92 (0%, 10%, 5%, 92%)
(0.00 / 0.10 / 0.05 / 0.92)

CMYK percentages

%0
%10
%5
%92.16

Codes

Color #141213 in popluar color models

14 12 13
RGB 20 18 19
HSL 330° 5.26% 7.45%
HSB/HSV 330° 10.00% 7.84%
CMYK 0.00% 10.00% 5.00%
92.16%

Color #141213 in popluar number systems.

HEX 14 12 13
Decimal 20 18 19
Binary 10100 10010 10011
Octal 24 22 23

Shades and tints

Shades of #141213

#141213
(20,18,19)
#131112
(19,17,18)
#121011
(18,16,17)
#110F10
(17,15,16)
#100E0F
(16,14,15)
#0F0D0E
(15,13,14)
#0E0C0D
(14,12,13)
#0D0B0C
(13,11,12)
#0C0A0B
(12,10,11)
#0B090A
(11,9,10)
#0A0809
(10,8,9)
#000000
(0,0,0)

Tints of #141213

#141213
(20,18,19)
#292728
(41,39,40)
#3E3C3D
(62,60,61)
#535152
(83,81,82)
#686667
(104,102,103)
#7D7B7C
(125,123,124)
#929091
(146,144,145)
#A7A5A6
(167,165,166)
#BCBABB
(188,186,187)
#D1CFD0
(209,207,208)
#E6E4E5
(230,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #141213; }

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

This text font color is #141213.

Background Color

.myBgColor { background-color: #141213; }

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

This div background color is #141213.

Border color

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

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

This div border color is #141213.

Opacity

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

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

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

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

This text has shadow with #141213 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #141213.

Preview

Color preview on black background

This text has color #141213 on black background.


Color preview on white background

This text has color #141213 on white background.


Black color preview on #141213 background

This text has black color on #141213 background.


White color preview on #141213 background

This text has white color on #141213 background.


Related colors

Complementary color

Complementary color for #hex is #EBEDEC.


I love getcolorcode.com

Triadic colors

1 #131412 and #121314 with #141213 are triadic colors.

2 #131214 and #121413 with #141213 are triadic colors.