COLOR #131511

HEX: #131511 RGB: (19,21,17)

Color info

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

RGB color model

#131511 color RGB value is (19,21,17).

RGB: (19,21,17) (7%, 8%, 7%)

RGB channels and saturation

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

19
21
17

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

Portions of RGB colors in percentages

R + G + B = 19 + 21 + 17 = 57 (100%)
R 19 of 57 ~ 33.33%
G 21 of 57 ~ 36.84%
B 17 of 57 ~ 29.82'%

%33.33
%36.84
%29.82

CMYK color model

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

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

CMYK percentages

%9.52
%0
%19.05
%91.76

Codes

Color #131511 in popluar color models

13 15 11
RGB 19 21 17
HSL 90° 10.53% 7.45%
HSB/HSV 90° 19.05% 8.24%
CMYK 9.52% 0.00% 19.05%
91.76%

Color #131511 in popluar number systems.

HEX 13 15 11
Decimal 19 21 17
Binary 10011 10101 10001
Octal 23 25 21

Shades and tints

Shades of #131511

#131511
(19,21,17)
#121410
(18,20,16)
#11130F
(17,19,15)
#10120E
(16,18,14)
#0F110D
(15,17,13)
#0E100C
(14,16,12)
#0D0F0B
(13,15,11)
#0C0E0A
(12,14,10)
#0B0D09
(11,13,9)
#0A0C08
(10,12,8)
#090B07
(9,11,7)
#000000
(0,0,0)

Tints of #131511

#131511
(19,21,17)
#282A26
(40,42,38)
#3D3F3B
(61,63,59)
#525450
(82,84,80)
#676965
(103,105,101)
#7C7E7A
(124,126,122)
#91938F
(145,147,143)
#A6A8A4
(166,168,164)
#BBBDB9
(187,189,185)
#D0D2CE
(208,210,206)
#E5E7E3
(229,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131511; }

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

This text font color is #131511.

Background Color

.myBgColor { background-color: #131511; }

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

This div background color is #131511.

Border color

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

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

This div border color is #131511.

Opacity

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

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

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

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

This text has shadow with #131511 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #131511.

Preview

Color preview on black background

This text has color #131511 on black background.


Color preview on white background

This text has color #131511 on white background.


Black color preview on #131511 background

This text has black color on #131511 background.


White color preview on #131511 background

This text has white color on #131511 background.


Related colors

Complementary color

Complementary color for #hex is #ECEAEE.


I love getcolorcode.com

Triadic colors

1 #111315 and #151113 with #131511 are triadic colors.

2 #111513 and #151311 with #131511 are triadic colors.