COLOR #141618

HEX: #141618 RGB: (20,22,24)

Color info

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

RGB color model

#141618 color RGB value is (20,22,24).

RGB: (20,22,24) (8%, 9%, 9%)

RGB channels and saturation

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

20
22
24

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

Portions of RGB colors in percentages

R + G + B = 20 + 22 + 24 = 66 (100%)
R 20 of 66 ~ 30.3%
G 22 of 66 ~ 33.33%
B 24 of 66 ~ 36.36'%

%30.3
%33.33
%36.36

CMYK color model

#141618 color CMYK value is (17,8,0,91).

  • cyan value is 16.67%
  • magenta value is 8.33%
  • yellow value is 0.00%
  • key color value is 90.59%

CMYK: (17,8,0,91)
C17M8Y0K91 (17%, 8%, 0%, 91%)
(0.17 / 0.08 / 0.00 / 0.91)

CMYK percentages

%16.67
%8.33
%0
%90.59

Codes

Color #141618 in popluar color models

14 16 18
RGB 20 22 24
HSL 210° 9.09% 8.63%
HSB/HSV 210° 16.67% 9.41%
CMYK 16.67% 8.33% 0.00%
90.59%

Color #141618 in popluar number systems.

HEX 14 16 18
Decimal 20 22 24
Binary 10100 10110 11000
Octal 24 26 30

Shades and tints

Shades of #141618

#141618
(20,22,24)
#131416
(19,20,22)
#121214
(18,18,20)
#111012
(17,16,18)
#100E10
(16,14,16)
#0F0C0E
(15,12,14)
#0E0A0C
(14,10,12)
#0D080A
(13,8,10)
#0C0608
(12,6,8)
#0B0406
(11,4,6)
#0A0204
(10,2,4)
#000000
(0,0,0)

Tints of #141618

#141618
(20,22,24)
#292B2D
(41,43,45)
#3E4042
(62,64,66)
#535557
(83,85,87)
#686A6C
(104,106,108)
#7D7F81
(125,127,129)
#929496
(146,148,150)
#A7A9AB
(167,169,171)
#BCBEC0
(188,190,192)
#D1D3D5
(209,211,213)
#E6E8EA
(230,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #141618; }

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

This text font color is #141618.

Background Color

.myBgColor { background-color: #141618; }

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

This div background color is #141618.

Border color

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

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

This div border color is #141618.

Opacity

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

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

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

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

This text has shadow with #141618 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #141618.

Preview

Color preview on black background

This text has color #141618 on black background.


Color preview on white background

This text has color #141618 on white background.


Black color preview on #141618 background

This text has black color on #141618 background.


White color preview on #141618 background

This text has white color on #141618 background.


Related colors

Complementary color

Complementary color for #hex is #EBE9E7.


I love getcolorcode.com

Triadic colors

1 #181416 and #161814 with #141618 are triadic colors.

2 #181614 and #161418 with #141618 are triadic colors.