COLOR #24191F

HEX: #24191F
RGB: (36,25,31)

Color info

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

RGB color model

#24191F color RGB value is (36,25,31).

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

RGB channels and saturation

R 36 of 255 = 14%
G 25 of 255 = 10%
B 31 of 255 = 12%

36
25
31

R + G + B ~ 12%. #24191F is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 25 + 31 = 92 (100%)
R 36 of 92 ~ 39.13%
G 25 of 92 ~ 27.17%
B 31 of 92 ~ 33.7%

%39.13
%27.17
%33.7

CMYK color model

#24191F color CMYK value is (0,31,14,86).

  • cyan value is 0.00%
  • magenta value is 30.56%
  • yellow value is 13.89%
  • key color value is 85.88%
CMYK:
(0,31,14,86)
C0M31Y14K86 
(0%,31%,14%,86%)
(0.00/0.31/0.14/0.86)	

CMYK percentages

%0
%30.56
%13.89
%85.88

Codes

Color #24191F in popluar color models

24191F
RGB362531
HSL327°18.03%11.96%
HSB/HSV327°30.56%14.12%
CMYK0.00%30.56%13.89%
85.88%

Color #24191F in popluar number systems.

HEX24191F
Decimal362531
Binary1001001100111111
Octal443137

Shades and tints

Shades of #24191F

#24191F
(36,25,31)
#21171D
(33,23,29)
#1E151B
(30,21,27)
#1B1319
(27,19,25)
#181117
(24,17,23)
#150F15
(21,15,21)
#120D13
(18,13,19)
#0F0B11
(15,11,17)
#0C090F
(12,9,15)
#09070D
(9,7,13)
#06050B
(6,5,11)
#000000
(0,0,0)

Tints of #24191F

#24191F
(36,25,31)
#372D33
(55,45,51)
#4A4147
(74,65,71)
#5D555B
(93,85,91)
#70696F
(112,105,111)
#837D83
(131,125,131)
#969197
(150,145,151)
#A9A5AB
(169,165,171)
#BCB9BF
(188,185,191)
#CFCDD3
(207,205,211)
#E2E1E7
(226,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #24191F; }

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

This text font color is #24191F.


Background Color

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

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

This div background color is #24191F.


Border color

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

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

This div border color is #24191F.


Opacity

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

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

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

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

This text has shadow with #24191F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24191F on black background.


Color preview on white background

This text has color #24191F on white background.



Black color preview on #24191F background

This text has black color on #24191F background.


White color preview on #24191F background

This text has white color on #24191F background.