COLOR #141524

HEX: #141524 RGB: (20,21,36)

Color info

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

RGB color model

#141524 color RGB value is (20,21,36).

RGB: (20,21,36) (8%, 8%, 14%)

RGB channels and saturation

R 20 of 255 = 8%
G 21 of 255 = 8%
B 36 of 255 = 14%

20
21
36

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

Portions of RGB colors in percentages

R + G + B = 20 + 21 + 36 = 77 (100%)
R 20 of 77 ~ 25.97%
G 21 of 77 ~ 27.27%
B 36 of 77 ~ 46.75'%

%25.97
%27.27
%46.75

CMYK color model

#141524 color CMYK value is (44,42,0,86).

  • cyan value is 44.44%
  • magenta value is 41.67%
  • yellow value is 0.00%
  • key color value is 85.88%

CMYK: (44,42,0,86)
C44M42Y0K86 (44%, 42%, 0%, 86%)
(0.44 / 0.42 / 0.00 / 0.86)

CMYK percentages

%44.44
%41.67
%0
%85.88

Codes

Color #141524 in popluar color models

14 15 24
RGB 20 21 36
HSL 236° 28.57% 10.98%
HSB/HSV 236° 44.44% 14.12%
CMYK 44.44% 41.67% 0.00%
85.88%

Color #141524 in popluar number systems.

HEX 14 15 24
Decimal 20 21 36
Binary 10100 10101 100100
Octal 24 25 44

Shades and tints

Shades of #141524

#141524
(20,21,36)
#131421
(19,20,33)
#12131E
(18,19,30)
#11121B
(17,18,27)
#101118
(16,17,24)
#0F1015
(15,16,21)
#0E0F12
(14,15,18)
#0D0E0F
(13,14,15)
#0C0D0C
(12,13,12)
#0B0C09
(11,12,9)
#0A0B06
(10,11,6)
#000000
(0,0,0)

Tints of #141524

#141524
(20,21,36)
#292A37
(41,42,55)
#3E3F4A
(62,63,74)
#53545D
(83,84,93)
#686970
(104,105,112)
#7D7E83
(125,126,131)
#929396
(146,147,150)
#A7A8A9
(167,168,169)
#BCBDBC
(188,189,188)
#D1D2CF
(209,210,207)
#E6E7E2
(230,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #141524; }

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

This text font color is #141524.

Background Color

.myBgColor { background-color: #141524; }

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

This div background color is #141524.

Border color

.myBorderColor { border: 1px solid #141524; }

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

This div border color is #141524.

Opacity

.myOpacity80 { color: #141524; opacity: 0.8; }

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

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

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

This text has shadow with #141524 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #141524.

Preview

Color preview on black background

This text has color #141524 on black background.


Color preview on white background

This text has color #141524 on white background.


Black color preview on #141524 background

This text has black color on #141524 background.


White color preview on #141524 background

This text has white color on #141524 background.


Related colors

Complementary color

Complementary color for #hex is #EBEADB.


I love getcolorcode.com

Triadic colors

1 #241415 and #152414 with #141524 are triadic colors.

2 #241514 and #151424 with #141524 are triadic colors.