COLOR #131513

HEX: #131513
RGB: (19,21,19)

Color info

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

RGB color model

#131513 color RGB value is (19,21,19).

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

RGB channels and saturation

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

19
21
19

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

Portions of RGB colors in percentages

R + G + B =
19 + 21 + 19 = 59 (100%)
R 19 of 59 ~ 32.2%
G 21 of 59 ~ 35.59%
B 19 of 59 ~ 32.2%

%32.2
%35.59
%32.2

CMYK color model

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

  • cyan value is 9.52%
  • magenta value is 0.00%
  • yellow value is 9.52%
  • key color value is 91.76%
CMYK:
(10,0,10,92)
C10M0Y10K92 
(10%,0%,10%,92%)
(0.10/0.00/0.10/0.92)	

CMYK percentages

%9.52
%0
%9.52
%91.76

Codes

Color #131513 in popluar color models

131513
RGB192119
HSL120°5.00%7.84%
HSB/HSV120°9.52%8.24%
CMYK9.52%0.00%9.52%
91.76%

Color #131513 in popluar number systems.

HEX131513
Decimal192119
Binary100111010110011
Octal232523

Shades and tints

Shades of #131513

#131513
(19,21,19)
#121412
(18,20,18)
#111311
(17,19,17)
#101210
(16,18,16)
#0F110F
(15,17,15)
#0E100E
(14,16,14)
#0D0F0D
(13,15,13)
#0C0E0C
(12,14,12)
#0B0D0B
(11,13,11)
#0A0C0A
(10,12,10)
#090B09
(9,11,9)
#000000
(0,0,0)

Tints of #131513

#131513
(19,21,19)
#282A28
(40,42,40)
#3D3F3D
(61,63,61)
#525452
(82,84,82)
#676967
(103,105,103)
#7C7E7C
(124,126,124)
#919391
(145,147,145)
#A6A8A6
(166,168,166)
#BBBDBB
(187,189,187)
#D0D2D0
(208,210,208)
#E5E7E5
(229,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131513; }

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

This text font color is #131513.


Background Color

.myBgColor { background-color: #131513; }

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

This div background color is #131513.


Border color

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

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

This div border color is #131513.


Opacity

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

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

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

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

This text has shadow with #131513 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #131513 on black background.


Color preview on white background

This text has color #131513 on white background.



Black color preview on #131513 background

This text has black color on #131513 background.


White color preview on #131513 background

This text has white color on #131513 background.