COLOR #131315

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

19
19
21

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

Portions of RGB colors in percentages

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

%32.2
%32.2
%35.59

CMYK color model

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

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

CMYK percentages

%9.52
%9.52
%0
%91.76

Codes

Color #131315 in popluar color models

131315
RGB191921
HSL240°5.00%7.84%
HSB/HSV240°9.52%8.24%
CMYK9.52%9.52%0.00%
91.76%

Color #131315 in popluar number systems.

HEX131315
Decimal191921
Binary100111001110101
Octal232325

Shades and tints

Shades of #131315

#131315
(19,19,21)
#121214
(18,18,20)
#111113
(17,17,19)
#101012
(16,16,18)
#0F0F11
(15,15,17)
#0E0E10
(14,14,16)
#0D0D0F
(13,13,15)
#0C0C0E
(12,12,14)
#0B0B0D
(11,11,13)
#0A0A0C
(10,10,12)
#09090B
(9,9,11)
#000000
(0,0,0)

Tints of #131315

#131315
(19,19,21)
#28282A
(40,40,42)
#3D3D3F
(61,61,63)
#525254
(82,82,84)
#676769
(103,103,105)
#7C7C7E
(124,124,126)
#919193
(145,145,147)
#A6A6A8
(166,166,168)
#BBBBBD
(187,187,189)
#D0D0D2
(208,208,210)
#E5E5E7
(229,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131315; }

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

This text font color is #131315.


Background Color

.myBgColor { background-color: #131315; }

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

This div background color is #131315.


Border color

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

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

This div border color is #131315.


Opacity

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

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

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

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

This text has shadow with #131315 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #131315 on black background.


Color preview on white background

This text has color #131315 on white background.



Black color preview on #131315 background

This text has black color on #131315 background.


White color preview on #131315 background

This text has white color on #131315 background.