COLOR #18241D

HEX: #18241D RGB: (24,36,29)

Color info

#18241D contains red, green and blue colors in about the same proportion. Web safe color of #18241D is #003333 (or #033).

RGB color model

#18241D color RGB value is (24,36,29).

RGB: (24,36,29) (9%, 14%, 11%)

RGB channels and saturation

R 24 of 255 = 9%
G 36 of 255 = 14%
B 29 of 255 = 11%

24
36
29

R + G + B ~ 11%. #18241D is dark color.

Portions of RGB colors in percentages

R + G + B = 24 + 36 + 29 = 89 (100%)
R 24 of 89 ~ 26.97%
G 36 of 89 ~ 40.45%
B 29 of 89 ~ 32.58'%

%26.97
%40.45
%32.58

CMYK color model

#18241D color CMYK value is (33,0,19,86).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 19.44%
  • key color value is 85.88%

CMYK: (33,0,19,86)
C33M0Y19K86 (33%, 0%, 19%, 86%)
(0.33 / 0.00 / 0.19 / 0.86)

CMYK percentages

%33.33
%0
%19.44
%85.88

Codes

Color #18241D in popluar color models

18 24 1D
RGB 24 36 29
HSL 145° 20.00% 11.76%
HSB/HSV 145° 33.33% 14.12%
CMYK 33.33% 0.00% 19.44%
85.88%

Color #18241D in popluar number systems.

HEX 18 24 1D
Decimal 24 36 29
Binary 11000 100100 11101
Octal 30 44 35

Shades and tints

Shades of #18241D

#18241D
(24,36,29)
#16211B
(22,33,27)
#141E19
(20,30,25)
#121B17
(18,27,23)
#101815
(16,24,21)
#0E1513
(14,21,19)
#0C1211
(12,18,17)
#0A0F0F
(10,15,15)
#080C0D
(8,12,13)
#06090B
(6,9,11)
#040609
(4,6,9)
#000000
(0,0,0)

Tints of #18241D

#18241D
(24,36,29)
#2D3731
(45,55,49)
#424A45
(66,74,69)
#575D59
(87,93,89)
#6C706D
(108,112,109)
#818381
(129,131,129)
#969695
(150,150,149)
#ABA9A9
(171,169,169)
#C0BCBD
(192,188,189)
#D5CFD1
(213,207,209)
#EAE2E5
(234,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #18241D; }

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

This text font color is #18241D.

Background Color

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

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

This div background color is #18241D.

Border color

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

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

This div border color is #18241D.

Opacity

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

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

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

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

This text has shadow with #18241D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #18241D.

Preview

Color preview on black background

This text has color #18241D on black background.


Color preview on white background

This text has color #18241D on white background.


Black color preview on #18241D background

This text has black color on #18241D background.


White color preview on #18241D background

This text has white color on #18241D background.


Related colors

Complementary color

Complementary color for #hex is #E7DBE2.


I love getcolorcode.com

Triadic colors

1 #1D1824 and #241D18 with #18241D are triadic colors.

2 #1D2418 and #24181D with #18241D are triadic colors.