COLOR #131512

HEX: #131512
RGB: (19,21,18)

Color info

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

RGB color model

#131512 color RGB value is (19,21,18).

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

RGB channels and saturation

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

19
21
18

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

Portions of RGB colors in percentages

R + G + B =
19 + 21 + 18 = 58 (100%)
R 19 of 58 ~ 32.76%
G 21 of 58 ~ 36.21%
B 18 of 58 ~ 31.03%

%32.76
%36.21
%31.03

CMYK color model

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

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

CMYK percentages

%9.52
%0
%14.29
%91.76

Codes

Color #131512 in popluar color models

131512
RGB192118
HSL100°7.69%7.65%
HSB/HSV100°14.29%8.24%
CMYK9.52%0.00%14.29%
91.76%

Color #131512 in popluar number systems.

HEX131512
Decimal192118
Binary100111010110010
Octal232522

Shades and tints

Shades of #131512

#131512
(19,21,18)
#121411
(18,20,17)
#111310
(17,19,16)
#10120F
(16,18,15)
#0F110E
(15,17,14)
#0E100D
(14,16,13)
#0D0F0C
(13,15,12)
#0C0E0B
(12,14,11)
#0B0D0A
(11,13,10)
#0A0C09
(10,12,9)
#090B08
(9,11,8)
#000000
(0,0,0)

Tints of #131512

#131512
(19,21,18)
#282A27
(40,42,39)
#3D3F3C
(61,63,60)
#525451
(82,84,81)
#676966
(103,105,102)
#7C7E7B
(124,126,123)
#919390
(145,147,144)
#A6A8A5
(166,168,165)
#BBBDBA
(187,189,186)
#D0D2CF
(208,210,207)
#E5E7E4
(229,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131512; }

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

This text font color is #131512.


Background Color

.myBgColor { background-color: #131512; }

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

This div background color is #131512.


Border color

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

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

This div border color is #131512.


Opacity

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

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

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

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

This text has shadow with #131512 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #131512 on black background.


Color preview on white background

This text has color #131512 on white background.



Black color preview on #131512 background

This text has black color on #131512 background.


White color preview on #131512 background

This text has white color on #131512 background.