COLOR #131116

HEX: #131116
RGB: (19,17,22)

Color info

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

RGB color model

#131116 color RGB value is (19,17,22).

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

RGB channels and saturation

R 19 of 255 = 7%
G 17 of 255 = 7%
B 22 of 255 = 9%

19
17
22

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

Portions of RGB colors in percentages

R + G + B =
19 + 17 + 22 = 58 (100%)
R 19 of 58 ~ 32.76%
G 17 of 58 ~ 29.31%
B 22 of 58 ~ 37.93%

%32.76
%29.31
%37.93

CMYK color model

#131116 color CMYK value is (14,23,0,91).

  • cyan value is 13.64%
  • magenta value is 22.73%
  • yellow value is 0.00%
  • key color value is 91.37%
CMYK:
(14,23,0,91)
C14M23Y0K91 
(14%,23%,0%,91%)
(0.14/0.23/0.00/0.91)	

CMYK percentages

%13.64
%22.73
%0
%91.37

Codes

Color #131116 in popluar color models

131116
RGB191722
HSL264°12.82%7.65%
HSB/HSV264°22.73%8.63%
CMYK13.64%22.73%0.00%
91.37%

Color #131116 in popluar number systems.

HEX131116
Decimal191722
Binary100111000110110
Octal232126

Shades and tints

Shades of #131116

#131116
(19,17,22)
#121014
(18,16,20)
#110F12
(17,15,18)
#100E10
(16,14,16)
#0F0D0E
(15,13,14)
#0E0C0C
(14,12,12)
#0D0B0A
(13,11,10)
#0C0A08
(12,10,8)
#0B0906
(11,9,6)
#0A0804
(10,8,4)
#090702
(9,7,2)
#000000
(0,0,0)

Tints of #131116

#131116
(19,17,22)
#28262B
(40,38,43)
#3D3B40
(61,59,64)
#525055
(82,80,85)
#67656A
(103,101,106)
#7C7A7F
(124,122,127)
#918F94
(145,143,148)
#A6A4A9
(166,164,169)
#BBB9BE
(187,185,190)
#D0CED3
(208,206,211)
#E5E3E8
(229,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131116; }

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

This text font color is #131116.


Background Color

.myBgColor { background-color: #131116; }

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

This div background color is #131116.


Border color

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

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

This div border color is #131116.


Opacity

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

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

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

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

This text has shadow with #131116 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #131116 on black background.


Color preview on white background

This text has color #131116 on white background.



Black color preview on #131116 background

This text has black color on #131116 background.


White color preview on #131116 background

This text has white color on #131116 background.