COLOR #131210

HEX: #131210
RGB: (19,18,16)

Color info

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

RGB color model

#131210 color RGB value is (19,18,16).

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

RGB channels and saturation

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

19
18
16

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

Portions of RGB colors in percentages

R + G + B =
19 + 18 + 16 = 53 (100%)
R 19 of 53 ~ 35.85%
G 18 of 53 ~ 33.96%
B 16 of 53 ~ 30.19%

%35.85
%33.96
%30.19

CMYK color model

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

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

CMYK percentages

%0
%5.26
%15.79
%92.55

Codes

Color #131210 in popluar color models

131210
RGB191816
HSL40°8.57%6.86%
HSB/HSV40°15.79%7.45%
CMYK0.00%5.26%15.79%
92.55%

Color #131210 in popluar number systems.

HEX131210
Decimal191816
Binary100111001010000
Octal232220

Shades and tints

Shades of #131210

#131210
(19,18,16)
#12110F
(18,17,15)
#11100E
(17,16,14)
#100F0D
(16,15,13)
#0F0E0C
(15,14,12)
#0E0D0B
(14,13,11)
#0D0C0A
(13,12,10)
#0C0B09
(12,11,9)
#0B0A08
(11,10,8)
#0A0907
(10,9,7)
#090806
(9,8,6)
#000000
(0,0,0)

Tints of #131210

#131210
(19,18,16)
#282725
(40,39,37)
#3D3C3A
(61,60,58)
#52514F
(82,81,79)
#676664
(103,102,100)
#7C7B79
(124,123,121)
#91908E
(145,144,142)
#A6A5A3
(166,165,163)
#BBBAB8
(187,186,184)
#D0CFCD
(208,207,205)
#E5E4E2
(229,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131210; }

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

This text font color is #131210.


Background Color

.myBgColor { background-color: #131210; }

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

This div background color is #131210.


Border color

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

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

This div border color is #131210.


Opacity

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

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

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

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

This text has shadow with #131210 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #131210 on black background.


Color preview on white background

This text has color #131210 on white background.



Black color preview on #131210 background

This text has black color on #131210 background.


White color preview on #131210 background

This text has white color on #131210 background.