COLOR #14151A

HEX: #14151A
RGB: (20,21,26)

Color info

#14151A contains red, green and blue colors in about the same proportion. Web safe color of #14151A is #000000 (or #000).

RGB color model

#14151A color RGB value is (20,21,26).

  • red value is 20;
  • green value is 21;
  • blue value is 26.
RGB:
(20,21,26)
(8%,8%,10%)

RGB channels and saturation

R 20 of 255 = 8%
G 21 of 255 = 8%
B 26 of 255 = 10%

20
21
26

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

Portions of RGB colors in percentages

R + G + B =
20 + 21 + 26 = 67 (100%)
R 20 of 67 ~ 29.85%
G 21 of 67 ~ 31.34%
B 26 of 67 ~ 38.81%

%29.85
%31.34
%38.81

CMYK color model

#14151A color CMYK value is (23,19,0,90).

  • cyan value is 23.08%
  • magenta value is 19.23%
  • yellow value is 0.00%
  • key color value is 89.80%
CMYK:
(23,19,0,90)
C23M19Y0K90 
(23%,19%,0%,90%)
(0.23/0.19/0.00/0.90)	

CMYK percentages

%23.08
%19.23
%0
%89.8

Codes

Color #14151A in popluar color models

14151A
RGB202126
HSL230°13.04%9.02%
HSB/HSV230°23.08%10.20%
CMYK23.08%19.23%0.00%
89.80%

Color #14151A in popluar number systems.

HEX14151A
Decimal202126
Binary101001010111010
Octal242532

Shades and tints

Shades of #14151A

#14151A
(20,21,26)
#131418
(19,20,24)
#121316
(18,19,22)
#111214
(17,18,20)
#101112
(16,17,18)
#0F1010
(15,16,16)
#0E0F0E
(14,15,14)
#0D0E0C
(13,14,12)
#0C0D0A
(12,13,10)
#0B0C08
(11,12,8)
#0A0B06
(10,11,6)
#000000
(0,0,0)

Tints of #14151A

#14151A
(20,21,26)
#292A2E
(41,42,46)
#3E3F42
(62,63,66)
#535456
(83,84,86)
#68696A
(104,105,106)
#7D7E7E
(125,126,126)
#929392
(146,147,146)
#A7A8A6
(167,168,166)
#BCBDBA
(188,189,186)
#D1D2CE
(209,210,206)
#E6E7E2
(230,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #14151A color. Also use rgb(20,21,26) instead hex code.

Text Font Color

.myTextColor { color: #14151A; }

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

This text font color is #14151A.


Background Color

.myBgColor { background-color: #14151A; }

<div style="background-color:#14151A">Inner text</div>

This div background color is #14151A.


Border color

.myBorderColor { border: 1px solid #14151A; }

<div style="border:3px solid #14151A">Div</div>

This div border color is #14151A.


Opacity

.myOpacity80 { color: #14151A; opacity: 0.8; }

<p style="color:#14151A;opacity:0.8;">80%</p>

Text with #14151A 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 #14151A;}

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

This text has shadow with #14151A color.

.textShadow {text-shadow: 3px 3px 1px #14151A, 3px 3px 1px red;}

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

This text has shadow with #14151A primary color and red secondary color.


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

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

This text has shadow with #14151A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14151A on black background.


Color preview on white background

This text has color #14151A on white background.



Black color preview on #14151A background

This text has black color on #14151A background.


White color preview on #14151A background

This text has white color on #14151A background.