COLOR #14141C

HEX: #14141C
RGB: (20,20,28)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

20
20
28

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

Portions of RGB colors in percentages

R + G + B =
20 + 20 + 28 = 68 (100%)
R 20 of 68 ~ 29.41%
G 20 of 68 ~ 29.41%
B 28 of 68 ~ 41.18%

%29.41
%29.41
%41.18

CMYK color model

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

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

CMYK percentages

%28.57
%28.57
%0
%89.02

Codes

Color #14141C in popluar color models

14141C
RGB202028
HSL240°16.67%9.41%
HSB/HSV240°28.57%10.98%
CMYK28.57%28.57%0.00%
89.02%

Color #14141C in popluar number systems.

HEX14141C
Decimal202028
Binary101001010011100
Octal242434

Shades and tints

Shades of #14141C

#14141C
(20,20,28)
#13131A
(19,19,26)
#121218
(18,18,24)
#111116
(17,17,22)
#101014
(16,16,20)
#0F0F12
(15,15,18)
#0E0E10
(14,14,16)
#0D0D0E
(13,13,14)
#0C0C0C
(12,12,12)
#0B0B0A
(11,11,10)
#0A0A08
(10,10,8)
#000000
(0,0,0)

Tints of #14141C

#14141C
(20,20,28)
#292930
(41,41,48)
#3E3E44
(62,62,68)
#535358
(83,83,88)
#68686C
(104,104,108)
#7D7D80
(125,125,128)
#929294
(146,146,148)
#A7A7A8
(167,167,168)
#BCBCBC
(188,188,188)
#D1D1D0
(209,209,208)
#E6E6E4
(230,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #14141C; }

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

This text font color is #14141C.


Background Color

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

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

This div background color is #14141C.


Border color

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

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

This div border color is #14141C.


Opacity

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

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

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

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

This text has shadow with #14141C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14141C on black background.


Color preview on white background

This text has color #14141C on white background.



Black color preview on #14141C background

This text has black color on #14141C background.


White color preview on #14141C background

This text has white color on #14141C background.