COLOR #14131E

HEX: #14131E
RGB: (20,19,30)

Color info

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

RGB color model

#14131E color RGB value is (20,19,30).

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

RGB channels and saturation

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

20
19
30

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

Portions of RGB colors in percentages

R + G + B =
20 + 19 + 30 = 69 (100%)
R 20 of 69 ~ 28.99%
G 19 of 69 ~ 27.54%
B 30 of 69 ~ 43.48%

%28.99
%27.54
%43.48

CMYK color model

#14131E color CMYK value is (33,37,0,88).

  • cyan value is 33.33%
  • magenta value is 36.67%
  • yellow value is 0.00%
  • key color value is 88.24%
CMYK:
(33,37,0,88)
C33M37Y0K88 
(33%,37%,0%,88%)
(0.33/0.37/0.00/0.88)	

CMYK percentages

%33.33
%36.67
%0
%88.24

Codes

Color #14131E in popluar color models

14131E
RGB201930
HSL245°22.45%9.61%
HSB/HSV245°36.67%11.76%
CMYK33.33%36.67%0.00%
88.24%

Color #14131E in popluar number systems.

HEX14131E
Decimal201930
Binary101001001111110
Octal242336

Shades and tints

Shades of #14131E

#14131E
(20,19,30)
#13121C
(19,18,28)
#12111A
(18,17,26)
#111018
(17,16,24)
#100F16
(16,15,22)
#0F0E14
(15,14,20)
#0E0D12
(14,13,18)
#0D0C10
(13,12,16)
#0C0B0E
(12,11,14)
#0B0A0C
(11,10,12)
#0A090A
(10,9,10)
#000000
(0,0,0)

Tints of #14131E

#14131E
(20,19,30)
#292832
(41,40,50)
#3E3D46
(62,61,70)
#53525A
(83,82,90)
#68676E
(104,103,110)
#7D7C82
(125,124,130)
#929196
(146,145,150)
#A7A6AA
(167,166,170)
#BCBBBE
(188,187,190)
#D1D0D2
(209,208,210)
#E6E5E6
(230,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #14131E; }

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

This text font color is #14131E.


Background Color

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

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

This div background color is #14131E.


Border color

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

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

This div border color is #14131E.


Opacity

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

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

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

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

This text has shadow with #14131E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14131E on black background.


Color preview on white background

This text has color #14131E on white background.



Black color preview on #14131E background

This text has black color on #14131E background.


White color preview on #14131E background

This text has white color on #14131E background.