COLOR #24141D

HEX: #24141D
RGB: (36,20,29)

Color info

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

RGB color model

#24141D color RGB value is (36,20,29).

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

RGB channels and saturation

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

36
20
29

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

Portions of RGB colors in percentages

R + G + B =
36 + 20 + 29 = 85 (100%)
R 36 of 85 ~ 42.35%
G 20 of 85 ~ 23.53%
B 29 of 85 ~ 34.12%

%42.35
%23.53
%34.12

CMYK color model

#24141D color CMYK value is (0,44,19,86).

  • cyan value is 0.00%
  • magenta value is 44.44%
  • yellow value is 19.44%
  • key color value is 85.88%
CMYK:
(0,44,19,86)
C0M44Y19K86 
(0%,44%,19%,86%)
(0.00/0.44/0.19/0.86)	

CMYK percentages

%0
%44.44
%19.44
%85.88

Codes

Color #24141D in popluar color models

24141D
RGB362029
HSL326°28.57%10.98%
HSB/HSV326°44.44%14.12%
CMYK0.00%44.44%19.44%
85.88%

Color #24141D in popluar number systems.

HEX24141D
Decimal362029
Binary1001001010011101
Octal442435

Shades and tints

Shades of #24141D

#24141D
(36,20,29)
#21131B
(33,19,27)
#1E1219
(30,18,25)
#1B1117
(27,17,23)
#181015
(24,16,21)
#150F13
(21,15,19)
#120E11
(18,14,17)
#0F0D0F
(15,13,15)
#0C0C0D
(12,12,13)
#090B0B
(9,11,11)
#060A09
(6,10,9)
#000000
(0,0,0)

Tints of #24141D

#24141D
(36,20,29)
#372931
(55,41,49)
#4A3E45
(74,62,69)
#5D5359
(93,83,89)
#70686D
(112,104,109)
#837D81
(131,125,129)
#969295
(150,146,149)
#A9A7A9
(169,167,169)
#BCBCBD
(188,188,189)
#CFD1D1
(207,209,209)
#E2E6E5
(226,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #24141D; }

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

This text font color is #24141D.


Background Color

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

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

This div background color is #24141D.


Border color

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

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

This div border color is #24141D.


Opacity

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

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

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

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

This text has shadow with #24141D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24141D on black background.


Color preview on white background

This text has color #24141D on white background.



Black color preview on #24141D background

This text has black color on #24141D background.


White color preview on #24141D background

This text has white color on #24141D background.