COLOR #18141D

HEX: #18141D RGB: (24,20,29)

Color info

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

RGB color model

#18141D color RGB value is (24,20,29).

RGB: (24,20,29) (9%, 8%, 11%)

RGB channels and saturation

R 24 of 255 = 9%
G 20 of 255 = 8%
B 29 of 255 = 11%

24
20
29

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

Portions of RGB colors in percentages

R + G + B = 24 + 20 + 29 = 73 (100%)
R 24 of 73 ~ 32.88%
G 20 of 73 ~ 27.4%
B 29 of 73 ~ 39.73'%

%32.88
%27.4
%39.73

CMYK color model

#18141D color CMYK value is (17,31,0,89).

  • cyan value is 17.24%
  • magenta value is 31.03%
  • yellow value is 0.00%
  • key color value is 88.63%

CMYK: (17,31,0,89)
C17M31Y0K89 (17%, 31%, 0%, 89%)
(0.17 / 0.31 / 0.00 / 0.89)

CMYK percentages

%17.24
%31.03
%0
%88.63

Codes

Color #18141D in popluar color models

18 14 1D
RGB 24 20 29
HSL 267° 18.37% 9.61%
HSB/HSV 267° 31.03% 11.37%
CMYK 17.24% 31.03% 0.00%
88.63%

Color #18141D in popluar number systems.

HEX 18 14 1D
Decimal 24 20 29
Binary 11000 10100 11101
Octal 30 24 35

Shades and tints

Shades of #18141D

#18141D
(24,20,29)
#16131B
(22,19,27)
#141219
(20,18,25)
#121117
(18,17,23)
#101015
(16,16,21)
#0E0F13
(14,15,19)
#0C0E11
(12,14,17)
#0A0D0F
(10,13,15)
#080C0D
(8,12,13)
#060B0B
(6,11,11)
#040A09
(4,10,9)
#000000
(0,0,0)

Tints of #18141D

#18141D
(24,20,29)
#2D2931
(45,41,49)
#423E45
(66,62,69)
#575359
(87,83,89)
#6C686D
(108,104,109)
#817D81
(129,125,129)
#969295
(150,146,149)
#ABA7A9
(171,167,169)
#C0BCBD
(192,188,189)
#D5D1D1
(213,209,209)
#EAE6E5
(234,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #18141D color. Also use rgb(24,20,29) instead hex code.

Text Font Color

.myTextColor { color: #18141D; }

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

This text font color is #18141D.

Background Color

.myBgColor { background-color: #18141D; }

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

This div background color is #18141D.

Border color

.myBorderColor { border: 1px solid #18141D; }

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

This div border color is #18141D.

Opacity

.myOpacity80 { color: #18141D; opacity: 0.8; }

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

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

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

This text has shadow with #18141D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #18141D.

Preview

Color preview on black background

This text has color #18141D on black background.


Color preview on white background

This text has color #18141D on white background.


Black color preview on #18141D background

This text has black color on #18141D background.


White color preview on #18141D background

This text has white color on #18141D background.


Related colors

Complementary color

Complementary color for #hex is #E7EBE2.


I love getcolorcode.com

Triadic colors

1 #1D1814 and #141D18 with #18141D are triadic colors.

2 #1D1418 and #14181D with #18141D are triadic colors.