COLOR #24131F

HEX: #24131F
RGB: (36,19,31)

Color info

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

RGB color model

#24131F color RGB value is (36,19,31).

  • red value is 36;
  • green value is 19;
  • blue value is 31.
RGB:
(36,19,31)
(14%,7%,12%)

RGB channels and saturation

R 36 of 255 = 14%
G 19 of 255 = 7%
B 31 of 255 = 12%

36
19
31

R + G + B ~ 11%. #24131F is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 19 + 31 = 86 (100%)
R 36 of 86 ~ 41.86%
G 19 of 86 ~ 22.09%
B 31 of 86 ~ 36.05%

%41.86
%22.09
%36.05

CMYK color model

#24131F color CMYK value is (0,47,14,86).

  • cyan value is 0.00%
  • magenta value is 47.22%
  • yellow value is 13.89%
  • key color value is 85.88%
CMYK:
(0,47,14,86)
C0M47Y14K86 
(0%,47%,14%,86%)
(0.00/0.47/0.14/0.86)	

CMYK percentages

%0
%47.22
%13.89
%85.88

Codes

Color #24131F in popluar color models

24131F
RGB361931
HSL318°30.91%10.78%
HSB/HSV318°47.22%14.12%
CMYK0.00%47.22%13.89%
85.88%

Color #24131F in popluar number systems.

HEX24131F
Decimal361931
Binary1001001001111111
Octal442337

Shades and tints

Shades of #24131F

#24131F
(36,19,31)
#21121D
(33,18,29)
#1E111B
(30,17,27)
#1B1019
(27,16,25)
#180F17
(24,15,23)
#150E15
(21,14,21)
#120D13
(18,13,19)
#0F0C11
(15,12,17)
#0C0B0F
(12,11,15)
#090A0D
(9,10,13)
#06090B
(6,9,11)
#000000
(0,0,0)

Tints of #24131F

#24131F
(36,19,31)
#372833
(55,40,51)
#4A3D47
(74,61,71)
#5D525B
(93,82,91)
#70676F
(112,103,111)
#837C83
(131,124,131)
#969197
(150,145,151)
#A9A6AB
(169,166,171)
#BCBBBF
(188,187,191)
#CFD0D3
(207,208,211)
#E2E5E7
(226,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24131F color. Also use rgb(36,19,31) instead hex code.

Text Font Color

.myTextColor { color: #24131F; }

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

This text font color is #24131F.


Background Color

.myBgColor { background-color: #24131F; }

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

This div background color is #24131F.


Border color

.myBorderColor { border: 1px solid #24131F; }

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

This div border color is #24131F.


Opacity

.myOpacity80 { color: #24131F; opacity: 0.8; }

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

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

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

This text has shadow with #24131F color.

.textShadow {text-shadow: 3px 3px 1px #24131F, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24131F on black background.


Color preview on white background

This text has color #24131F on white background.



Black color preview on #24131F background

This text has black color on #24131F background.


White color preview on #24131F background

This text has white color on #24131F background.