COLOR #131312

HEX: #131312
RGB: (19,19,18)

Color info

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

RGB color model

#131312 color RGB value is (19,19,18).

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

RGB channels and saturation

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

19
19
18

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

Portions of RGB colors in percentages

R + G + B =
19 + 19 + 18 = 56 (100%)
R 19 of 56 ~ 33.93%
G 19 of 56 ~ 33.93%
B 18 of 56 ~ 32.14%

%33.93
%33.93
%32.14

CMYK color model

#131312 color CMYK value is (0,0,5,93).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 5.26%
  • key color value is 92.55%
CMYK:
(0,0,5,93)
C0M0Y5K93 
(0%,0%,5%,93%)
(0.00/0.00/0.05/0.93)	

CMYK percentages

%0
%0
%5.26
%92.55

Codes

Color #131312 in popluar color models

131312
RGB191918
HSL60°2.70%7.25%
HSB/HSV60°5.26%7.45%
CMYK0.00%0.00%5.26%
92.55%

Color #131312 in popluar number systems.

HEX131312
Decimal191918
Binary100111001110010
Octal232322

Shades and tints

Shades of #131312

#131312
(19,19,18)
#121211
(18,18,17)
#111110
(17,17,16)
#10100F
(16,16,15)
#0F0F0E
(15,15,14)
#0E0E0D
(14,14,13)
#0D0D0C
(13,13,12)
#0C0C0B
(12,12,11)
#0B0B0A
(11,11,10)
#0A0A09
(10,10,9)
#090908
(9,9,8)
#000000
(0,0,0)

Tints of #131312

#131312
(19,19,18)
#282827
(40,40,39)
#3D3D3C
(61,61,60)
#525251
(82,82,81)
#676766
(103,103,102)
#7C7C7B
(124,124,123)
#919190
(145,145,144)
#A6A6A5
(166,166,165)
#BBBBBA
(187,187,186)
#D0D0CF
(208,208,207)
#E5E5E4
(229,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131312; }

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

This text font color is #131312.


Background Color

.myBgColor { background-color: #131312; }

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

This div background color is #131312.


Border color

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

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

This div border color is #131312.


Opacity

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

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

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

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

This text has shadow with #131312 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #131312 on black background.


Color preview on white background

This text has color #131312 on white background.



Black color preview on #131312 background

This text has black color on #131312 background.


White color preview on #131312 background

This text has white color on #131312 background.