COLOR #14191C

HEX: #14191C
RGB: (20,25,28)

Color info

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

RGB color model

#14191C color RGB value is (20,25,28).

  • red value is 20;
  • green value is 25;
  • blue value is 28.
RGB:
(20,25,28)
(8%,10%,11%)

RGB channels and saturation

R 20 of 255 = 8%
G 25 of 255 = 10%
B 28 of 255 = 11%

20
25
28

R + G + B ~ 10%. #14191C is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 25 + 28 = 73 (100%)
R 20 of 73 ~ 27.4%
G 25 of 73 ~ 34.25%
B 28 of 73 ~ 38.36%

%27.4
%34.25
%38.36

CMYK color model

#14191C color CMYK value is (29,11,0,89).

  • cyan value is 28.57%
  • magenta value is 10.71%
  • yellow value is 0.00%
  • key color value is 89.02%
CMYK:
(29,11,0,89)
C29M11Y0K89 
(29%,11%,0%,89%)
(0.29/0.11/0.00/0.89)	

CMYK percentages

%28.57
%10.71
%0
%89.02

Codes

Color #14191C in popluar color models

14191C
RGB202528
HSL203°16.67%9.41%
HSB/HSV203°28.57%10.98%
CMYK28.57%10.71%0.00%
89.02%

Color #14191C in popluar number systems.

HEX14191C
Decimal202528
Binary101001100111100
Octal243134

Shades and tints

Shades of #14191C

#14191C
(20,25,28)
#13171A
(19,23,26)
#121518
(18,21,24)
#111316
(17,19,22)
#101114
(16,17,20)
#0F0F12
(15,15,18)
#0E0D10
(14,13,16)
#0D0B0E
(13,11,14)
#0C090C
(12,9,12)
#0B070A
(11,7,10)
#0A0508
(10,5,8)
#000000
(0,0,0)

Tints of #14191C

#14191C
(20,25,28)
#292D30
(41,45,48)
#3E4144
(62,65,68)
#535558
(83,85,88)
#68696C
(104,105,108)
#7D7D80
(125,125,128)
#929194
(146,145,148)
#A7A5A8
(167,165,168)
#BCB9BC
(188,185,188)
#D1CDD0
(209,205,208)
#E6E1E4
(230,225,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #14191C color. Also use rgb(20,25,28) instead hex code.

Text Font Color

.myTextColor { color: #14191C; }

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

This text font color is #14191C.


Background Color

.myBgColor { background-color: #14191C; }

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

This div background color is #14191C.


Border color

.myBorderColor { border: 1px solid #14191C; }

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

This div border color is #14191C.


Opacity

.myOpacity80 { color: #14191C; opacity: 0.8; }

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

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

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

This text has shadow with #14191C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14191C on black background.


Color preview on white background

This text has color #14191C on white background.



Black color preview on #14191C background

This text has black color on #14191C background.


White color preview on #14191C background

This text has white color on #14191C background.