COLOR #14131F

HEX: #14131F
RGB: (20,19,31)

Color info

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

RGB color model

#14131F color RGB value is (20,19,31).

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

RGB channels and saturation

R 20 of 255 = 8%
G 19 of 255 = 7%
B 31 of 255 = 12%

20
19
31

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

Portions of RGB colors in percentages

R + G + B =
20 + 19 + 31 = 70 (100%)
R 20 of 70 ~ 28.57%
G 19 of 70 ~ 27.14%
B 31 of 70 ~ 44.29%

%28.57
%27.14
%44.29

CMYK color model

#14131F color CMYK value is (35,39,0,88).

  • cyan value is 35.48%
  • magenta value is 38.71%
  • yellow value is 0.00%
  • key color value is 87.84%
CMYK:
(35,39,0,88)
C35M39Y0K88 
(35%,39%,0%,88%)
(0.35/0.39/0.00/0.88)	

CMYK percentages

%35.48
%38.71
%0
%87.84

Codes

Color #14131F in popluar color models

14131F
RGB201931
HSL245°24.00%9.80%
HSB/HSV245°38.71%12.16%
CMYK35.48%38.71%0.00%
87.84%

Color #14131F in popluar number systems.

HEX14131F
Decimal201931
Binary101001001111111
Octal242337

Shades and tints

Shades of #14131F

#14131F
(20,19,31)
#13121D
(19,18,29)
#12111B
(18,17,27)
#111019
(17,16,25)
#100F17
(16,15,23)
#0F0E15
(15,14,21)
#0E0D13
(14,13,19)
#0D0C11
(13,12,17)
#0C0B0F
(12,11,15)
#0B0A0D
(11,10,13)
#0A090B
(10,9,11)
#000000
(0,0,0)

Tints of #14131F

#14131F
(20,19,31)
#292833
(41,40,51)
#3E3D47
(62,61,71)
#53525B
(83,82,91)
#68676F
(104,103,111)
#7D7C83
(125,124,131)
#929197
(146,145,151)
#A7A6AB
(167,166,171)
#BCBBBF
(188,187,191)
#D1D0D3
(209,208,211)
#E6E5E7
(230,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #14131F; }

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

This text font color is #14131F.


Background Color

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

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

This div background color is #14131F.


Border color

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

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

This div border color is #14131F.


Opacity

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

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

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

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

This text has shadow with #14131F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14131F on black background.


Color preview on white background

This text has color #14131F on white background.



Black color preview on #14131F background

This text has black color on #14131F background.


White color preview on #14131F background

This text has white color on #14131F background.