COLOR #141413

HEX: #141413
RGB: (20,20,19)

Color info

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

RGB color model

#141413 color RGB value is (20,20,19).

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

RGB channels and saturation

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

20
20
19

R + G + B ~ 8%. #141413 is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 20 + 19 = 59 (100%)
R 20 of 59 ~ 33.9%
G 20 of 59 ~ 33.9%
B 19 of 59 ~ 32.2%

%33.9
%33.9
%32.2

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 5.00%
  • key color value is 92.16%
CMYK:
(0,0,5,92)
C0M0Y5K92 
(0%,0%,5%,92%)
(0.00/0.00/0.05/0.92)	

CMYK percentages

%0
%0
%5
%92.16

Codes

Color #141413 in popluar color models

141413
RGB202019
HSL60°2.56%7.65%
HSB/HSV60°5.00%7.84%
CMYK0.00%0.00%5.00%
92.16%

Color #141413 in popluar number systems.

HEX141413
Decimal202019
Binary101001010010011
Octal242423

Shades and tints

Shades of #141413

#141413
(20,20,19)
#131312
(19,19,18)
#121211
(18,18,17)
#111110
(17,17,16)
#10100F
(16,16,15)
#0F0F0E
(15,15,14)
#0E0E0D
(14,14,13)
#0D0D0C
(13,13,12)
#0C0C0B
(12,12,11)
#0B0B0A
(11,11,10)
#0A0A09
(10,10,9)
#000000
(0,0,0)

Tints of #141413

#141413
(20,20,19)
#292928
(41,41,40)
#3E3E3D
(62,62,61)
#535352
(83,83,82)
#686867
(104,104,103)
#7D7D7C
(125,125,124)
#929291
(146,146,145)
#A7A7A6
(167,167,166)
#BCBCBB
(188,188,187)
#D1D1D0
(209,209,208)
#E6E6E5
(230,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #141413; }

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

This text font color is #141413.


Background Color

.myBgColor { background-color: #141413; }

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

This div background color is #141413.


Border color

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

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

This div border color is #141413.


Opacity

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

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

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

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

This text has shadow with #141413 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #141413 on black background.


Color preview on white background

This text has color #141413 on white background.



Black color preview on #141413 background

This text has black color on #141413 background.


White color preview on #141413 background

This text has white color on #141413 background.