COLOR #24151D

HEX: #24151D
RGB: (36,21,29)

Color info

#24151D contains red, green and blue colors in about the same proportion. Web safe color of #24151D is #330033 (or #303).

RGB color model

#24151D color RGB value is (36,21,29).

  • red value is 36;
  • green value is 21;
  • blue value is 29.
RGB:
(36,21,29)
(14%,8%,11%)

RGB channels and saturation

R 36 of 255 = 14%
G 21 of 255 = 8%
B 29 of 255 = 11%

36
21
29

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

Portions of RGB colors in percentages

R + G + B =
36 + 21 + 29 = 86 (100%)
R 36 of 86 ~ 41.86%
G 21 of 86 ~ 24.42%
B 29 of 86 ~ 33.72%

%41.86
%24.42
%33.72

CMYK color model

#24151D color CMYK value is (0,42,19,86).

  • cyan value is 0.00%
  • magenta value is 41.67%
  • yellow value is 19.44%
  • key color value is 85.88%
CMYK:
(0,42,19,86)
C0M42Y19K86 
(0%,42%,19%,86%)
(0.00/0.42/0.19/0.86)	

CMYK percentages

%0
%41.67
%19.44
%85.88

Codes

Color #24151D in popluar color models

24151D
RGB362129
HSL328°26.32%11.18%
HSB/HSV328°41.67%14.12%
CMYK0.00%41.67%19.44%
85.88%

Color #24151D in popluar number systems.

HEX24151D
Decimal362129
Binary1001001010111101
Octal442535

Shades and tints

Shades of #24151D

#24151D
(36,21,29)
#21141B
(33,20,27)
#1E1319
(30,19,25)
#1B1217
(27,18,23)
#181115
(24,17,21)
#151013
(21,16,19)
#120F11
(18,15,17)
#0F0E0F
(15,14,15)
#0C0D0D
(12,13,13)
#090C0B
(9,12,11)
#060B09
(6,11,9)
#000000
(0,0,0)

Tints of #24151D

#24151D
(36,21,29)
#372A31
(55,42,49)
#4A3F45
(74,63,69)
#5D5459
(93,84,89)
#70696D
(112,105,109)
#837E81
(131,126,129)
#969395
(150,147,149)
#A9A8A9
(169,168,169)
#BCBDBD
(188,189,189)
#CFD2D1
(207,210,209)
#E2E7E5
(226,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #24151D; }

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

This text font color is #24151D.


Background Color

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

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

This div background color is #24151D.


Border color

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

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

This div border color is #24151D.


Opacity

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

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

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

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

This text has shadow with #24151D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24151D on black background.


Color preview on white background

This text has color #24151D on white background.



Black color preview on #24151D background

This text has black color on #24151D background.


White color preview on #24151D background

This text has white color on #24151D background.