COLOR #141313

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

20
19
19

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

Portions of RGB colors in percentages

R + G + B =
20 + 19 + 19 = 58 (100%)
R 20 of 58 ~ 34.48%
G 19 of 58 ~ 32.76%
B 19 of 58 ~ 32.76%

%34.48
%32.76
%32.76

CMYK color model

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

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

CMYK percentages

%0
%5
%5
%92.16

Codes

Color #141313 in popluar color models

141313
RGB201919
HSL2.56%7.65%
HSB/HSV5.00%7.84%
CMYK0.00%5.00%5.00%
92.16%

Color #141313 in popluar number systems.

HEX141313
Decimal201919
Binary101001001110011
Octal242323

Shades and tints

Shades of #141313

#141313
(20,19,19)
#131212
(19,18,18)
#121111
(18,17,17)
#111010
(17,16,16)
#100F0F
(16,15,15)
#0F0E0E
(15,14,14)
#0E0D0D
(14,13,13)
#0D0C0C
(13,12,12)
#0C0B0B
(12,11,11)
#0B0A0A
(11,10,10)
#0A0909
(10,9,9)
#000000
(0,0,0)

Tints of #141313

#141313
(20,19,19)
#292828
(41,40,40)
#3E3D3D
(62,61,61)
#535252
(83,82,82)
#686767
(104,103,103)
#7D7C7C
(125,124,124)
#929191
(146,145,145)
#A7A6A6
(167,166,166)
#BCBBBB
(188,187,187)
#D1D0D0
(209,208,208)
#E6E5E5
(230,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #141313; }

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

This text font color is #141313.


Background Color

.myBgColor { background-color: #141313; }

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

This div background color is #141313.


Border color

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

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

This div border color is #141313.


Opacity

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

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

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

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

This text has shadow with #141313 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #141313 on black background.


Color preview on white background

This text has color #141313 on white background.



Black color preview on #141313 background

This text has black color on #141313 background.


White color preview on #141313 background

This text has white color on #141313 background.