COLOR #131313

HEX: #131313
RGB: (19,19,19)

Color info

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

RGB color model

#131313 color RGB value is (19,19,19).

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

RGB channels and saturation

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

19
19
19

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

Portions of RGB colors in percentages

R + G + B =
19 + 19 + 19 = 57 (100%)
R 19 of 57 ~ 33.33%
G 19 of 57 ~ 33.33%
B 19 of 57 ~ 33.33%

%33.33
%33.33
%33.33

CMYK color model

#131313 color CMYK value is (0,0,0,93).

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

CMYK percentages

%0
%0
%0
%92.55

Codes

Color #131313 in popluar color models

131313
RGB191919
HSL0.00%0.07%
HSB/HSV0.00%0.07%
CMYK0.00%0.00%0.00%
92.55%

Color #131313 in popluar number systems.

HEX131313
Decimal191919
Binary100111001110011
Octal232323

Shades and tints

Shades of #131313

#131313
(19,19,19)
#121212
(18,18,18)
#111111
(17,17,17)
#101010
(16,16,16)
#0F0F0F
(15,15,15)
#0E0E0E
(14,14,14)
#0D0D0D
(13,13,13)
#0C0C0C
(12,12,12)
#0B0B0B
(11,11,11)
#0A0A0A
(10,10,10)
#090909
(9,9,9)
#000000
(0,0,0)

Tints of #131313

#131313
(19,19,19)
#282828
(40,40,40)
#3D3D3D
(61,61,61)
#525252
(82,82,82)
#676767
(103,103,103)
#7C7C7C
(124,124,124)
#919191
(145,145,145)
#A6A6A6
(166,166,166)
#BBBBBB
(187,187,187)
#D0D0D0
(208,208,208)
#E5E5E5
(229,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131313; }

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

This text font color is #131313.


Background Color

.myBgColor { background-color: #131313; }

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

This div background color is #131313.


Border color

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

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

This div border color is #131313.


Opacity

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

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

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

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

This text has shadow with #131313 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #131313 on black background.


Color preview on white background

This text has color #131313 on white background.



Black color preview on #131313 background

This text has black color on #131313 background.


White color preview on #131313 background

This text has white color on #131313 background.