COLOR #24091F

HEX: #24091F
RGB: (36,9,31)

Color info

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

RGB color model

#24091F color RGB value is (36,9,31).

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

RGB channels and saturation

R 36 of 255 = 14%
G 9 of 255 = 4%
B 31 of 255 = 12%

36
9
31

R + G + B ~ 10%. #24091F is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 9 + 31 = 76 (100%)
R 36 of 76 ~ 47.37%
G 9 of 76 ~ 11.84%
B 31 of 76 ~ 40.79%

%47.37
%11.84
%40.79

CMYK color model

#24091F color CMYK value is (0,75,14,86).

  • cyan value is 0.00%
  • magenta value is 75.00%
  • yellow value is 13.89%
  • key color value is 85.88%
CMYK:
(0,75,14,86)
C0M75Y14K86 
(0%,75%,14%,86%)
(0.00/0.75/0.14/0.86)	

CMYK percentages

%0
%75
%13.89
%85.88

Codes

Color #24091F in popluar color models

24091F
RGB36931
HSL311°60.00%8.82%
HSB/HSV311°75.00%14.12%
CMYK0.00%75.00%13.89%
85.88%

Color #24091F in popluar number systems.

HEX24091F
Decimal36931
Binary100100100111111
Octal441137

Shades and tints

Shades of #24091F

#24091F
(36,9,31)
#21091D
(33,9,29)
#1E091B
(30,9,27)
#1B0919
(27,9,25)
#180917
(24,9,23)
#150915
(21,9,21)
#120913
(18,9,19)
#0F0911
(15,9,17)
#0C090F
(12,9,15)
#09090D
(9,9,13)
#06090B
(6,9,11)
#000000
(0,0,0)

Tints of #24091F

#24091F
(36,9,31)
#371F33
(55,31,51)
#4A3547
(74,53,71)
#5D4B5B
(93,75,91)
#70616F
(112,97,111)
#837783
(131,119,131)
#968D97
(150,141,151)
#A9A3AB
(169,163,171)
#BCB9BF
(188,185,191)
#CFCFD3
(207,207,211)
#E2E5E7
(226,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #24091F; }

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

This text font color is #24091F.


Background Color

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

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

This div background color is #24091F.


Border color

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

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

This div border color is #24091F.


Opacity

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

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

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

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

This text has shadow with #24091F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24091F on black background.


Color preview on white background

This text has color #24091F on white background.



Black color preview on #24091F background

This text has black color on #24091F background.


White color preview on #24091F background

This text has white color on #24091F background.