COLOR #131211

HEX: #131211
RGB: (19,18,17)

Color info

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

RGB color model

#131211 color RGB value is (19,18,17).

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

RGB channels and saturation

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

19
18
17

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

Portions of RGB colors in percentages

R + G + B =
19 + 18 + 17 = 54 (100%)
R 19 of 54 ~ 35.19%
G 18 of 54 ~ 33.33%
B 17 of 54 ~ 31.48%

%35.19
%33.33
%31.48

CMYK color model

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

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

CMYK percentages

%0
%5.26
%10.53
%92.55

Codes

Color #131211 in popluar color models

131211
RGB191817
HSL30°5.56%7.06%
HSB/HSV30°10.53%7.45%
CMYK0.00%5.26%10.53%
92.55%

Color #131211 in popluar number systems.

HEX131211
Decimal191817
Binary100111001010001
Octal232221

Shades and tints

Shades of #131211

#131211
(19,18,17)
#121110
(18,17,16)
#11100F
(17,16,15)
#100F0E
(16,15,14)
#0F0E0D
(15,14,13)
#0E0D0C
(14,13,12)
#0D0C0B
(13,12,11)
#0C0B0A
(12,11,10)
#0B0A09
(11,10,9)
#0A0908
(10,9,8)
#090807
(9,8,7)
#000000
(0,0,0)

Tints of #131211

#131211
(19,18,17)
#282726
(40,39,38)
#3D3C3B
(61,60,59)
#525150
(82,81,80)
#676665
(103,102,101)
#7C7B7A
(124,123,122)
#91908F
(145,144,143)
#A6A5A4
(166,165,164)
#BBBAB9
(187,186,185)
#D0CFCE
(208,207,206)
#E5E4E3
(229,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131211; }

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

This text font color is #131211.


Background Color

.myBgColor { background-color: #131211; }

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

This div background color is #131211.


Border color

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

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

This div border color is #131211.


Opacity

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

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

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

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

This text has shadow with #131211 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #131211 on black background.


Color preview on white background

This text has color #131211 on white background.



Black color preview on #131211 background

This text has black color on #131211 background.


White color preview on #131211 background

This text has white color on #131211 background.