COLOR #140024

HEX: #140024 RGB: (20,0,36)

Color info

#140024 contains only red and blue colors. Web safe color of #140024 is #000033 (or #003).

RGB color model

#140024 color RGB value is (20,0,36).

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

RGB channels and saturation

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

20
0
36

R + G + B ~ 7%. #140024 is dark color.

Portions of RGB colors in percentages

R + G + B = 20 + 0 + 36 = 56 (100%)
R 20 of 56 ~ 35.71%
G 0 of 56 ~ 0%
B 36 of 56 ~ 64.29'%

%35.71
%64.29

CMYK color model

#140024 color CMYK value is (44,100,0,86).

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

CMYK: (44,100,0,86)
C44M100Y0K86 (44%, 100%, 0%, 86%)
(0.44 / 1.00 / 0.00 / 0.86)

CMYK percentages

%44.44
%100
%0
%85.88

Codes

Color #140024 in popluar color models

14 00 24
RGB 20 0 36
HSL 273° 100.00% 7.06%
HSB/HSV 273° 100.00% 14.12%
CMYK 44.44% 100.00% 0.00%
85.88%

Color #140024 in popluar number systems.

HEX 14 00 24
Decimal 20 0 36
Binary 10100 0 100100
Octal 24 0 44

Shades and tints

Shades of #140024

#140024
(20,0,36)
#130021
(19,0,33)
#12001E
(18,0,30)
#11001B
(17,0,27)
#100018
(16,0,24)
#0F0015
(15,0,21)
#0E0012
(14,0,18)
#0D000F
(13,0,15)
#0C000C
(12,0,12)
#0B0009
(11,0,9)
#0A0006
(10,0,6)
#000000
(0,0,0)

Tints of #140024

#140024
(20,0,36)
#291737
(41,23,55)
#3E2E4A
(62,46,74)
#53455D
(83,69,93)
#685C70
(104,92,112)
#7D7383
(125,115,131)
#928A96
(146,138,150)
#A7A1A9
(167,161,169)
#BCB8BC
(188,184,188)
#D1CFCF
(209,207,207)
#E6E6E2
(230,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #140024; }

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

This text font color is #140024.

Background Color

.myBgColor { background-color: #140024; }

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

This div background color is #140024.

Border color

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

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

This div border color is #140024.

Opacity

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

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

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

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

This text has shadow with #140024 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #140024.

Preview

Color preview on black background

This text has color #140024 on black background.


Color preview on white background

This text has color #140024 on white background.


Black color preview on #140024 background

This text has black color on #140024 background.


White color preview on #140024 background

This text has white color on #140024 background.


Related colors

Complementary color

Complementary color for #hex is #EBFFDB.


I love getcolorcode.com

Triadic colors

1 #241400 and #002414 with #140024 are triadic colors.

2 #240014 and #001424 with #140024 are triadic colors.