COLOR #24092E

HEX: #24092E
RGB: (36,9,46)

Color info

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

RGB color model

#24092E color RGB value is (36,9,46).

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

RGB channels and saturation

R 36 of 255 = 14%
G 9 of 255 = 4%
B 46 of 255 = 18%

36
9
46

R + G + B ~ 12%. #24092E is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 9 + 46 = 91 (100%)
R 36 of 91 ~ 39.56%
G 9 of 91 ~ 9.89%
B 46 of 91 ~ 50.55%

%39.56
%9.89
%50.55

CMYK color model

#24092E color CMYK value is (22,80,0,82).

  • cyan value is 21.74%
  • magenta value is 80.43%
  • yellow value is 0.00%
  • key color value is 81.96%
CMYK:
(22,80,0,82)
C22M80Y0K82 
(22%,80%,0%,82%)
(0.22/0.80/0.00/0.82)	

CMYK percentages

%21.74
%80.43
%0
%81.96

Codes

Color #24092E in popluar color models

24092E
RGB36946
HSL284°67.27%10.78%
HSB/HSV284°80.43%18.04%
CMYK21.74%80.43%0.00%
81.96%

Color #24092E in popluar number systems.

HEX24092E
Decimal36946
Binary1001001001101110
Octal441156

Shades and tints

Shades of #24092E

#24092E
(36,9,46)
#21092A
(33,9,42)
#1E0926
(30,9,38)
#1B0922
(27,9,34)
#18091E
(24,9,30)
#15091A
(21,9,26)
#120916
(18,9,22)
#0F0912
(15,9,18)
#0C090E
(12,9,14)
#09090A
(9,9,10)
#060906
(6,9,6)
#000000
(0,0,0)

Tints of #24092E

#24092E
(36,9,46)
#371F41
(55,31,65)
#4A3554
(74,53,84)
#5D4B67
(93,75,103)
#70617A
(112,97,122)
#83778D
(131,119,141)
#968DA0
(150,141,160)
#A9A3B3
(169,163,179)
#BCB9C6
(188,185,198)
#CFCFD9
(207,207,217)
#E2E5EC
(226,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24092E color. Also use rgb(36,9,46) instead hex code.

Text Font Color

.myTextColor { color: #24092E; }

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

This text font color is #24092E.


Background Color

.myBgColor { background-color: #24092E; }

<div style="background-color:#24092E">Inner text</div>

This div background color is #24092E.


Border color

.myBorderColor { border: 1px solid #24092E; }

<div style="border:3px solid #24092E">Div</div>

This div border color is #24092E.


Opacity

.myOpacity80 { color: #24092E; opacity: 0.8; }

<p style="color:#24092E;opacity:0.8;">80%</p>

Text with #24092E 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 #24092E;}

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

This text has shadow with #24092E color.

.textShadow {text-shadow: 3px 3px 1px #24092E, 3px 3px 1px red;}

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

This text has shadow with #24092E primary color and red secondary color.


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

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

This text has shadow with #24092E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24092E on black background.


Color preview on white background

This text has color #24092E on white background.



Black color preview on #24092E background

This text has black color on #24092E background.


White color preview on #24092E background

This text has white color on #24092E background.