COLOR #111416

HEX: #111416
RGB: (17,20,22)

Color info

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

RGB color model

#111416 color RGB value is (17,20,22).

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

RGB channels and saturation

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

17
20
22

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

Portions of RGB colors in percentages

R + G + B =
17 + 20 + 22 = 59 (100%)
R 17 of 59 ~ 28.81%
G 20 of 59 ~ 33.9%
B 22 of 59 ~ 37.29%

%28.81
%33.9
%37.29

CMYK color model

#111416 color CMYK value is (23,9,0,91).

  • cyan value is 22.73%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 91.37%
CMYK:
(23,9,0,91)
C23M9Y0K91 
(23%,9%,0%,91%)
(0.23/0.09/0.00/0.91)	

CMYK percentages

%22.73
%9.09
%0
%91.37

Codes

Color #111416 in popluar color models

111416
RGB172022
HSL204°12.82%7.65%
HSB/HSV204°22.73%8.63%
CMYK22.73%9.09%0.00%
91.37%

Color #111416 in popluar number systems.

HEX111416
Decimal172022
Binary100011010010110
Octal212426

Shades and tints

Shades of #111416

#111416
(17,20,22)
#101314
(16,19,20)
#0F1212
(15,18,18)
#0E1110
(14,17,16)
#0D100E
(13,16,14)
#0C0F0C
(12,15,12)
#0B0E0A
(11,14,10)
#0A0D08
(10,13,8)
#090C06
(9,12,6)
#080B04
(8,11,4)
#070A02
(7,10,2)
#000000
(0,0,0)

Tints of #111416

#111416
(17,20,22)
#26292B
(38,41,43)
#3B3E40
(59,62,64)
#505355
(80,83,85)
#65686A
(101,104,106)
#7A7D7F
(122,125,127)
#8F9294
(143,146,148)
#A4A7A9
(164,167,169)
#B9BCBE
(185,188,190)
#CED1D3
(206,209,211)
#E3E6E8
(227,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #111416; }

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

This text font color is #111416.


Background Color

.myBgColor { background-color: #111416; }

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

This div background color is #111416.


Border color

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

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

This div border color is #111416.


Opacity

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

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

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

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

This text has shadow with #111416 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #111416 on black background.


Color preview on white background

This text has color #111416 on white background.



Black color preview on #111416 background

This text has black color on #111416 background.


White color preview on #111416 background

This text has white color on #111416 background.