COLOR #131213

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

19
18
19

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

Portions of RGB colors in percentages

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

%33.93
%32.14
%33.93

CMYK color model

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

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

CMYK percentages

%0
%5.26
%0
%92.55

Codes

Color #131213 in popluar color models

131213
RGB191819
HSL300°2.70%7.25%
HSB/HSV300°5.26%7.45%
CMYK0.00%5.26%0.00%
92.55%

Color #131213 in popluar number systems.

HEX131213
Decimal191819
Binary100111001010011
Octal232223

Shades and tints

Shades of #131213

#131213
(19,18,19)
#121112
(18,17,18)
#111011
(17,16,17)
#100F10
(16,15,16)
#0F0E0F
(15,14,15)
#0E0D0E
(14,13,14)
#0D0C0D
(13,12,13)
#0C0B0C
(12,11,12)
#0B0A0B
(11,10,11)
#0A090A
(10,9,10)
#090809
(9,8,9)
#000000
(0,0,0)

Tints of #131213

#131213
(19,18,19)
#282728
(40,39,40)
#3D3C3D
(61,60,61)
#525152
(82,81,82)
#676667
(103,102,103)
#7C7B7C
(124,123,124)
#919091
(145,144,145)
#A6A5A6
(166,165,166)
#BBBABB
(187,186,187)
#D0CFD0
(208,207,208)
#E5E4E5
(229,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131213; }

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

This text font color is #131213.


Background Color

.myBgColor { background-color: #131213; }

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

This div background color is #131213.


Border color

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

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

This div border color is #131213.


Opacity

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

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

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

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

This text has shadow with #131213 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #131213 on black background.


Color preview on white background

This text has color #131213 on white background.



Black color preview on #131213 background

This text has black color on #131213 background.


White color preview on #131213 background

This text has white color on #131213 background.