COLOR #141118

HEX: #141118
RGB: (20,17,24)

Color info

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

RGB color model

#141118 color RGB value is (20,17,24).

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

RGB channels and saturation

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

20
17
24

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

Portions of RGB colors in percentages

R + G + B =
20 + 17 + 24 = 61 (100%)
R 20 of 61 ~ 32.79%
G 17 of 61 ~ 27.87%
B 24 of 61 ~ 39.34%

%32.79
%27.87
%39.34

CMYK color model

#141118 color CMYK value is (17,29,0,91).

  • cyan value is 16.67%
  • magenta value is 29.17%
  • yellow value is 0.00%
  • key color value is 90.59%
CMYK:
(17,29,0,91)
C17M29Y0K91 
(17%,29%,0%,91%)
(0.17/0.29/0.00/0.91)	

CMYK percentages

%16.67
%29.17
%0
%90.59

Codes

Color #141118 in popluar color models

141118
RGB201724
HSL266°17.07%8.04%
HSB/HSV266°29.17%9.41%
CMYK16.67%29.17%0.00%
90.59%

Color #141118 in popluar number systems.

HEX141118
Decimal201724
Binary101001000111000
Octal242130

Shades and tints

Shades of #141118

#141118
(20,17,24)
#131016
(19,16,22)
#120F14
(18,15,20)
#110E12
(17,14,18)
#100D10
(16,13,16)
#0F0C0E
(15,12,14)
#0E0B0C
(14,11,12)
#0D0A0A
(13,10,10)
#0C0908
(12,9,8)
#0B0806
(11,8,6)
#0A0704
(10,7,4)
#000000
(0,0,0)

Tints of #141118

#141118
(20,17,24)
#29262D
(41,38,45)
#3E3B42
(62,59,66)
#535057
(83,80,87)
#68656C
(104,101,108)
#7D7A81
(125,122,129)
#928F96
(146,143,150)
#A7A4AB
(167,164,171)
#BCB9C0
(188,185,192)
#D1CED5
(209,206,213)
#E6E3EA
(230,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #141118; }

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

This text font color is #141118.


Background Color

.myBgColor { background-color: #141118; }

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

This div background color is #141118.


Border color

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

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

This div border color is #141118.


Opacity

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

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

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

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

This text has shadow with #141118 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #141118 on black background.


Color preview on white background

This text has color #141118 on white background.



Black color preview on #141118 background

This text has black color on #141118 background.


White color preview on #141118 background

This text has white color on #141118 background.