COLOR #24092A

HEX: #24092A
RGB: (36,9,42)

Color info

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

RGB color model

#24092A color RGB value is (36,9,42).

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

RGB channels and saturation

R 36 of 255 = 14%
G 9 of 255 = 4%
B 42 of 255 = 16%

36
9
42

R + G + B ~ 11%. #24092A is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 9 + 42 = 87 (100%)
R 36 of 87 ~ 41.38%
G 9 of 87 ~ 10.34%
B 42 of 87 ~ 48.28%

%41.38
%10.34
%48.28

CMYK color model

#24092A color CMYK value is (14,79,0,84).

  • cyan value is 14.29%
  • magenta value is 78.57%
  • yellow value is 0.00%
  • key color value is 83.53%
CMYK:
(14,79,0,84)
C14M79Y0K84 
(14%,79%,0%,84%)
(0.14/0.79/0.00/0.84)	

CMYK percentages

%14.29
%78.57
%0
%83.53

Codes

Color #24092A in popluar color models

24092A
RGB36942
HSL289°64.71%10.00%
HSB/HSV289°78.57%16.47%
CMYK14.29%78.57%0.00%
83.53%

Color #24092A in popluar number systems.

HEX24092A
Decimal36942
Binary1001001001101010
Octal441152

Shades and tints

Shades of #24092A

#24092A
(36,9,42)
#210927
(33,9,39)
#1E0924
(30,9,36)
#1B0921
(27,9,33)
#18091E
(24,9,30)
#15091B
(21,9,27)
#120918
(18,9,24)
#0F0915
(15,9,21)
#0C0912
(12,9,18)
#09090F
(9,9,15)
#06090C
(6,9,12)
#000000
(0,0,0)

Tints of #24092A

#24092A
(36,9,42)
#371F3D
(55,31,61)
#4A3550
(74,53,80)
#5D4B63
(93,75,99)
#706176
(112,97,118)
#837789
(131,119,137)
#968D9C
(150,141,156)
#A9A3AF
(169,163,175)
#BCB9C2
(188,185,194)
#CFCFD5
(207,207,213)
#E2E5E8
(226,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #24092A; }

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

This text font color is #24092A.


Background Color

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

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

This div background color is #24092A.


Border color

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

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

This div border color is #24092A.


Opacity

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

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

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

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

This text has shadow with #24092A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24092A on black background.


Color preview on white background

This text has color #24092A on white background.



Black color preview on #24092A background

This text has black color on #24092A background.


White color preview on #24092A background

This text has white color on #24092A background.