COLOR #14131B

HEX: #14131B
RGB: (20,19,27)

Color info

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

RGB color model

#14131B color RGB value is (20,19,27).

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

RGB channels and saturation

R 20 of 255 = 8%
G 19 of 255 = 7%
B 27 of 255 = 11%

20
19
27

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

Portions of RGB colors in percentages

R + G + B =
20 + 19 + 27 = 66 (100%)
R 20 of 66 ~ 30.3%
G 19 of 66 ~ 28.79%
B 27 of 66 ~ 40.91%

%30.3
%28.79
%40.91

CMYK color model

#14131B color CMYK value is (26,30,0,89).

  • cyan value is 25.93%
  • magenta value is 29.63%
  • yellow value is 0.00%
  • key color value is 89.41%
CMYK:
(26,30,0,89)
C26M30Y0K89 
(26%,30%,0%,89%)
(0.26/0.30/0.00/0.89)	

CMYK percentages

%25.93
%29.63
%0
%89.41

Codes

Color #14131B in popluar color models

14131B
RGB201927
HSL248°17.39%9.02%
HSB/HSV248°29.63%10.59%
CMYK25.93%29.63%0.00%
89.41%

Color #14131B in popluar number systems.

HEX14131B
Decimal201927
Binary101001001111011
Octal242333

Shades and tints

Shades of #14131B

#14131B
(20,19,27)
#131219
(19,18,25)
#121117
(18,17,23)
#111015
(17,16,21)
#100F13
(16,15,19)
#0F0E11
(15,14,17)
#0E0D0F
(14,13,15)
#0D0C0D
(13,12,13)
#0C0B0B
(12,11,11)
#0B0A09
(11,10,9)
#0A0907
(10,9,7)
#000000
(0,0,0)

Tints of #14131B

#14131B
(20,19,27)
#29282F
(41,40,47)
#3E3D43
(62,61,67)
#535257
(83,82,87)
#68676B
(104,103,107)
#7D7C7F
(125,124,127)
#929193
(146,145,147)
#A7A6A7
(167,166,167)
#BCBBBB
(188,187,187)
#D1D0CF
(209,208,207)
#E6E5E3
(230,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #14131B; }

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

This text font color is #14131B.


Background Color

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

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

This div background color is #14131B.


Border color

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

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

This div border color is #14131B.


Opacity

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

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

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

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

This text has shadow with #14131B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14131B on black background.


Color preview on white background

This text has color #14131B on white background.



Black color preview on #14131B background

This text has black color on #14131B background.


White color preview on #14131B background

This text has white color on #14131B background.