COLOR #14151B

HEX: #14151B RGB: (20,21,27)

Color info

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

RGB color model

#14151B color RGB value is (20,21,27).

RGB: (20,21,27) (8%, 8%, 11%)

RGB channels and saturation

R 20 of 255 = 8%
G 21 of 255 = 8%
B 27 of 255 = 11%

20
21
27

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

Portions of RGB colors in percentages

R + G + B = 20 + 21 + 27 = 68 (100%)
R 20 of 68 ~ 29.41%
G 21 of 68 ~ 30.88%
B 27 of 68 ~ 39.71'%

%29.41
%30.88
%39.71

CMYK color model

#14151B color CMYK value is (26,22,0,89).

  • cyan value is 25.93%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 89.41%

CMYK: (26,22,0,89)
C26M22Y0K89 (26%, 22%, 0%, 89%)
(0.26 / 0.22 / 0.00 / 0.89)

CMYK percentages

%25.93
%22.22
%0
%89.41

Codes

Color #14151B in popluar color models

14 15 1B
RGB 20 21 27
HSL 231° 14.89% 9.22%
HSB/HSV 231° 25.93% 10.59%
CMYK 25.93% 22.22% 0.00%
89.41%

Color #14151B in popluar number systems.

HEX 14 15 1B
Decimal 20 21 27
Binary 10100 10101 11011
Octal 24 25 33

Shades and tints

Shades of #14151B

#14151B
(20,21,27)
#131419
(19,20,25)
#121317
(18,19,23)
#111215
(17,18,21)
#101113
(16,17,19)
#0F1011
(15,16,17)
#0E0F0F
(14,15,15)
#0D0E0D
(13,14,13)
#0C0D0B
(12,13,11)
#0B0C09
(11,12,9)
#0A0B07
(10,11,7)
#000000
(0,0,0)

Tints of #14151B

#14151B
(20,21,27)
#292A2F
(41,42,47)
#3E3F43
(62,63,67)
#535457
(83,84,87)
#68696B
(104,105,107)
#7D7E7F
(125,126,127)
#929393
(146,147,147)
#A7A8A7
(167,168,167)
#BCBDBB
(188,189,187)
#D1D2CF
(209,210,207)
#E6E7E3
(230,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #14151B; }

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

This text font color is #14151B.

Background Color

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

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

This div background color is #14151B.

Border color

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

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

This div border color is #14151B.

Opacity

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

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

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

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

This text has shadow with #14151B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #14151B.

Preview

Color preview on black background

This text has color #14151B on black background.


Color preview on white background

This text has color #14151B on white background.


Black color preview on #14151B background

This text has black color on #14151B background.


White color preview on #14151B background

This text has white color on #14151B background.


Related colors

Complementary color

Complementary color for #hex is #EBEAE4.


I love getcolorcode.com

Triadic colors

1 #1B1415 and #151B14 with #14151B are triadic colors.

2 #1B1514 and #15141B with #14151B are triadic colors.