COLOR #141116

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

20
17
22

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

Portions of RGB colors in percentages

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

%33.9
%28.81
%37.29

CMYK color model

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

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

CMYK percentages

%9.09
%22.73
%0
%91.37

Codes

Color #141116 in popluar color models

141116
RGB201722
HSL276°12.82%7.65%
HSB/HSV276°22.73%8.63%
CMYK9.09%22.73%0.00%
91.37%

Color #141116 in popluar number systems.

HEX141116
Decimal201722
Binary101001000110110
Octal242126

Shades and tints

Shades of #141116

#141116
(20,17,22)
#131014
(19,16,20)
#120F12
(18,15,18)
#110E10
(17,14,16)
#100D0E
(16,13,14)
#0F0C0C
(15,12,12)
#0E0B0A
(14,11,10)
#0D0A08
(13,10,8)
#0C0906
(12,9,6)
#0B0804
(11,8,4)
#0A0702
(10,7,2)
#000000
(0,0,0)

Tints of #141116

#141116
(20,17,22)
#29262B
(41,38,43)
#3E3B40
(62,59,64)
#535055
(83,80,85)
#68656A
(104,101,106)
#7D7A7F
(125,122,127)
#928F94
(146,143,148)
#A7A4A9
(167,164,169)
#BCB9BE
(188,185,190)
#D1CED3
(209,206,211)
#E6E3E8
(230,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #141116; }

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

This text font color is #141116.


Background Color

.myBgColor { background-color: #141116; }

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

This div background color is #141116.


Border color

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

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

This div border color is #141116.


Opacity

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

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

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

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

This text has shadow with #141116 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #141116 on black background.


Color preview on white background

This text has color #141116 on white background.



Black color preview on #141116 background

This text has black color on #141116 background.


White color preview on #141116 background

This text has white color on #141116 background.