COLOR #141318

HEX: #141318
RGB: (20,19,24)

Color info

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

RGB color model

#141318 color RGB value is (20,19,24).

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

RGB channels and saturation

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

20
19
24

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

Portions of RGB colors in percentages

R + G + B =
20 + 19 + 24 = 63 (100%)
R 20 of 63 ~ 31.75%
G 19 of 63 ~ 30.16%
B 24 of 63 ~ 38.1%

%31.75
%30.16
%38.1

CMYK color model

#141318 color CMYK value is (17,21,0,91).

  • cyan value is 16.67%
  • magenta value is 20.83%
  • yellow value is 0.00%
  • key color value is 90.59%
CMYK:
(17,21,0,91)
C17M21Y0K91 
(17%,21%,0%,91%)
(0.17/0.21/0.00/0.91)	

CMYK percentages

%16.67
%20.83
%0
%90.59

Codes

Color #141318 in popluar color models

141318
RGB201924
HSL252°11.63%8.43%
HSB/HSV252°20.83%9.41%
CMYK16.67%20.83%0.00%
90.59%

Color #141318 in popluar number systems.

HEX141318
Decimal201924
Binary101001001111000
Octal242330

Shades and tints

Shades of #141318

#141318
(20,19,24)
#131216
(19,18,22)
#121114
(18,17,20)
#111012
(17,16,18)
#100F10
(16,15,16)
#0F0E0E
(15,14,14)
#0E0D0C
(14,13,12)
#0D0C0A
(13,12,10)
#0C0B08
(12,11,8)
#0B0A06
(11,10,6)
#0A0904
(10,9,4)
#000000
(0,0,0)

Tints of #141318

#141318
(20,19,24)
#29282D
(41,40,45)
#3E3D42
(62,61,66)
#535257
(83,82,87)
#68676C
(104,103,108)
#7D7C81
(125,124,129)
#929196
(146,145,150)
#A7A6AB
(167,166,171)
#BCBBC0
(188,187,192)
#D1D0D5
(209,208,213)
#E6E5EA
(230,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #141318; }

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

This text font color is #141318.


Background Color

.myBgColor { background-color: #141318; }

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

This div background color is #141318.


Border color

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

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

This div border color is #141318.


Opacity

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

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

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

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

This text has shadow with #141318 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #141318 on black background.


Color preview on white background

This text has color #141318 on white background.



Black color preview on #141318 background

This text has black color on #141318 background.


White color preview on #141318 background

This text has white color on #141318 background.