COLOR #131520

HEX: #131520
RGB: (19,21,32)

Color info

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

RGB color model

#131520 color RGB value is (19,21,32).

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

RGB channels and saturation

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

19
21
32

R + G + B ~ 9%. #131520 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 21 + 32 = 72 (100%)
R 19 of 72 ~ 26.39%
G 21 of 72 ~ 29.17%
B 32 of 72 ~ 44.44%

%26.39
%29.17
%44.44

CMYK color model

#131520 color CMYK value is (41,34,0,87).

  • cyan value is 40.63%
  • magenta value is 34.38%
  • yellow value is 0.00%
  • key color value is 87.45%
CMYK:
(41,34,0,87)
C41M34Y0K87 
(41%,34%,0%,87%)
(0.41/0.34/0.00/0.87)	

CMYK percentages

%40.63
%34.38
%0
%87.45

Codes

Color #131520 in popluar color models

131520
RGB192132
HSL231°25.49%10.00%
HSB/HSV231°40.63%12.55%
CMYK40.63%34.38%0.00%
87.45%

Color #131520 in popluar number systems.

HEX131520
Decimal192132
Binary1001110101100000
Octal232540

Shades and tints

Shades of #131520

#131520
(19,21,32)
#12141E
(18,20,30)
#11131C
(17,19,28)
#10121A
(16,18,26)
#0F1118
(15,17,24)
#0E1016
(14,16,22)
#0D0F14
(13,15,20)
#0C0E12
(12,14,18)
#0B0D10
(11,13,16)
#0A0C0E
(10,12,14)
#090B0C
(9,11,12)
#000000
(0,0,0)

Tints of #131520

#131520
(19,21,32)
#282A34
(40,42,52)
#3D3F48
(61,63,72)
#52545C
(82,84,92)
#676970
(103,105,112)
#7C7E84
(124,126,132)
#919398
(145,147,152)
#A6A8AC
(166,168,172)
#BBBDC0
(187,189,192)
#D0D2D4
(208,210,212)
#E5E7E8
(229,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131520; }

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

This text font color is #131520.


Background Color

.myBgColor { background-color: #131520; }

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

This div background color is #131520.


Border color

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

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

This div border color is #131520.


Opacity

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

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

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

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

This text has shadow with #131520 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #131520 on black background.


Color preview on white background

This text has color #131520 on white background.



Black color preview on #131520 background

This text has black color on #131520 background.


White color preview on #131520 background

This text has white color on #131520 background.