COLOR #131913

HEX: #131913
RGB: (19,25,19)

Color info

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

RGB color model

#131913 color RGB value is (19,25,19).

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

RGB channels and saturation

R 19 of 255 = 7%
G 25 of 255 = 10%
B 19 of 255 = 7%

19
25
19

R + G + B ~ 8%. #131913 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 25 + 19 = 63 (100%)
R 19 of 63 ~ 30.16%
G 25 of 63 ~ 39.68%
B 19 of 63 ~ 30.16%

%30.16
%39.68
%30.16

CMYK color model

#131913 color CMYK value is (24,0,24,90).

  • cyan value is 24.00%
  • magenta value is 0.00%
  • yellow value is 24.00%
  • key color value is 90.20%
CMYK:
(24,0,24,90)
C24M0Y24K90 
(24%,0%,24%,90%)
(0.24/0.00/0.24/0.90)	

CMYK percentages

%24
%0
%24
%90.2

Codes

Color #131913 in popluar color models

131913
RGB192519
HSL120°13.64%8.63%
HSB/HSV120°24.00%9.80%
CMYK24.00%0.00%24.00%
90.20%

Color #131913 in popluar number systems.

HEX131913
Decimal192519
Binary100111100110011
Octal233123

Shades and tints

Shades of #131913

#131913
(19,25,19)
#121712
(18,23,18)
#111511
(17,21,17)
#101310
(16,19,16)
#0F110F
(15,17,15)
#0E0F0E
(14,15,14)
#0D0D0D
(13,13,13)
#0C0B0C
(12,11,12)
#0B090B
(11,9,11)
#0A070A
(10,7,10)
#090509
(9,5,9)
#000000
(0,0,0)

Tints of #131913

#131913
(19,25,19)
#282D28
(40,45,40)
#3D413D
(61,65,61)
#525552
(82,85,82)
#676967
(103,105,103)
#7C7D7C
(124,125,124)
#919191
(145,145,145)
#A6A5A6
(166,165,166)
#BBB9BB
(187,185,187)
#D0CDD0
(208,205,208)
#E5E1E5
(229,225,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131913; }

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

This text font color is #131913.


Background Color

.myBgColor { background-color: #131913; }

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

This div background color is #131913.


Border color

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

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

This div border color is #131913.


Opacity

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

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

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

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

This text has shadow with #131913 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #131913 on black background.


Color preview on white background

This text has color #131913 on white background.



Black color preview on #131913 background

This text has black color on #131913 background.


White color preview on #131913 background

This text has white color on #131913 background.