COLOR #14181B

HEX: #14181B
RGB: (20,24,27)

Color info

#14181B contains red, green and blue colors in about the same proportion. Web safe color of #14181B is #000033 (or #003).

RGB color model

#14181B color RGB value is (20,24,27).

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

RGB channels and saturation

R 20 of 255 = 8%
G 24 of 255 = 9%
B 27 of 255 = 11%

20
24
27

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

Portions of RGB colors in percentages

R + G + B =
20 + 24 + 27 = 71 (100%)
R 20 of 71 ~ 28.17%
G 24 of 71 ~ 33.8%
B 27 of 71 ~ 38.03%

%28.17
%33.8
%38.03

CMYK color model

#14181B color CMYK value is (26,11,0,89).

  • cyan value is 25.93%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 89.41%
CMYK:
(26,11,0,89)
C26M11Y0K89 
(26%,11%,0%,89%)
(0.26/0.11/0.00/0.89)	

CMYK percentages

%25.93
%11.11
%0
%89.41

Codes

Color #14181B in popluar color models

14181B
RGB202427
HSL206°14.89%9.22%
HSB/HSV206°25.93%10.59%
CMYK25.93%11.11%0.00%
89.41%

Color #14181B in popluar number systems.

HEX14181B
Decimal202427
Binary101001100011011
Octal243033

Shades and tints

Shades of #14181B

#14181B
(20,24,27)
#131619
(19,22,25)
#121417
(18,20,23)
#111215
(17,18,21)
#101013
(16,16,19)
#0F0E11
(15,14,17)
#0E0C0F
(14,12,15)
#0D0A0D
(13,10,13)
#0C080B
(12,8,11)
#0B0609
(11,6,9)
#0A0407
(10,4,7)
#000000
(0,0,0)

Tints of #14181B

#14181B
(20,24,27)
#292D2F
(41,45,47)
#3E4243
(62,66,67)
#535757
(83,87,87)
#686C6B
(104,108,107)
#7D817F
(125,129,127)
#929693
(146,150,147)
#A7ABA7
(167,171,167)
#BCC0BB
(188,192,187)
#D1D5CF
(209,213,207)
#E6EAE3
(230,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #14181B; }

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

This text font color is #14181B.


Background Color

.myBgColor { background-color: #14181B; }

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

This div background color is #14181B.


Border color

.myBorderColor { border: 1px solid #14181B; }

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

This div border color is #14181B.


Opacity

.myOpacity80 { color: #14181B; opacity: 0.8; }

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

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

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

This text has shadow with #14181B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14181B on black background.


Color preview on white background

This text has color #14181B on white background.



Black color preview on #14181B background

This text has black color on #14181B background.


White color preview on #14181B background

This text has white color on #14181B background.