COLOR #131416

HEX: #131416
RGB: (19,20,22)

Color info

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

RGB color model

#131416 color RGB value is (19,20,22).

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

RGB channels and saturation

R 19 of 255 = 7%
G 20 of 255 = 8%
B 22 of 255 = 9%

19
20
22

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

Portions of RGB colors in percentages

R + G + B =
19 + 20 + 22 = 61 (100%)
R 19 of 61 ~ 31.15%
G 20 of 61 ~ 32.79%
B 22 of 61 ~ 36.07%

%31.15
%32.79
%36.07

CMYK color model

#131416 color CMYK value is (14,9,0,91).

  • cyan value is 13.64%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 91.37%
CMYK:
(14,9,0,91)
C14M9Y0K91 
(14%,9%,0%,91%)
(0.14/0.09/0.00/0.91)	

CMYK percentages

%13.64
%9.09
%0
%91.37

Codes

Color #131416 in popluar color models

131416
RGB192022
HSL220°7.32%8.04%
HSB/HSV220°13.64%8.63%
CMYK13.64%9.09%0.00%
91.37%

Color #131416 in popluar number systems.

HEX131416
Decimal192022
Binary100111010010110
Octal232426

Shades and tints

Shades of #131416

#131416
(19,20,22)
#121314
(18,19,20)
#111212
(17,18,18)
#101110
(16,17,16)
#0F100E
(15,16,14)
#0E0F0C
(14,15,12)
#0D0E0A
(13,14,10)
#0C0D08
(12,13,8)
#0B0C06
(11,12,6)
#0A0B04
(10,11,4)
#090A02
(9,10,2)
#000000
(0,0,0)

Tints of #131416

#131416
(19,20,22)
#28292B
(40,41,43)
#3D3E40
(61,62,64)
#525355
(82,83,85)
#67686A
(103,104,106)
#7C7D7F
(124,125,127)
#919294
(145,146,148)
#A6A7A9
(166,167,169)
#BBBCBE
(187,188,190)
#D0D1D3
(208,209,211)
#E5E6E8
(229,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131416; }

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

This text font color is #131416.


Background Color

.myBgColor { background-color: #131416; }

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

This div background color is #131416.


Border color

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

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

This div border color is #131416.


Opacity

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

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

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

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

This text has shadow with #131416 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #131416 on black background.


Color preview on white background

This text has color #131416 on white background.



Black color preview on #131416 background

This text has black color on #131416 background.


White color preview on #131416 background

This text has white color on #131416 background.