COLOR #141718

HEX: #141718
RGB: (20,23,24)

Color info

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

RGB color model

#141718 color RGB value is (20,23,24).

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

RGB channels and saturation

R 20 of 255 = 8%
G 23 of 255 = 9%
B 24 of 255 = 9%

20
23
24

R + G + B ~ 9%. #141718 is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 23 + 24 = 67 (100%)
R 20 of 67 ~ 29.85%
G 23 of 67 ~ 34.33%
B 24 of 67 ~ 35.82%

%29.85
%34.33
%35.82

CMYK color model

#141718 color CMYK value is (17,4,0,91).

  • cyan value is 16.67%
  • magenta value is 4.17%
  • yellow value is 0.00%
  • key color value is 90.59%
CMYK:
(17,4,0,91)
C17M4Y0K91 
(17%,4%,0%,91%)
(0.17/0.04/0.00/0.91)	

CMYK percentages

%16.67
%4.17
%0
%90.59

Codes

Color #141718 in popluar color models

141718
RGB202324
HSL195°9.09%8.63%
HSB/HSV195°16.67%9.41%
CMYK16.67%4.17%0.00%
90.59%

Color #141718 in popluar number systems.

HEX141718
Decimal202324
Binary101001011111000
Octal242730

Shades and tints

Shades of #141718

#141718
(20,23,24)
#131516
(19,21,22)
#121314
(18,19,20)
#111112
(17,17,18)
#100F10
(16,15,16)
#0F0D0E
(15,13,14)
#0E0B0C
(14,11,12)
#0D090A
(13,9,10)
#0C0708
(12,7,8)
#0B0506
(11,5,6)
#0A0304
(10,3,4)
#000000
(0,0,0)

Tints of #141718

#141718
(20,23,24)
#292C2D
(41,44,45)
#3E4142
(62,65,66)
#535657
(83,86,87)
#686B6C
(104,107,108)
#7D8081
(125,128,129)
#929596
(146,149,150)
#A7AAAB
(167,170,171)
#BCBFC0
(188,191,192)
#D1D4D5
(209,212,213)
#E6E9EA
(230,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #141718; }

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

This text font color is #141718.


Background Color

.myBgColor { background-color: #141718; }

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

This div background color is #141718.


Border color

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

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

This div border color is #141718.


Opacity

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

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

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

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

This text has shadow with #141718 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #141718 on black background.


Color preview on white background

This text has color #141718 on white background.



Black color preview on #141718 background

This text has black color on #141718 background.


White color preview on #141718 background

This text has white color on #141718 background.