COLOR #240024

HEX: #240024
RGB: (36,0,36)

Color info

#240024 contains only red and blue colors. Web safe color of #240024 is #330033 (or #303).

RGB color model

#240024 color RGB value is (36,0,36).

  • red value is 36;
  • green value is 0;
  • blue value is 36.
RGB:
(36,0,36)
(14%,0%,14%)

RGB channels and saturation

R 36 of 255 = 14%
G 0 of 255 = 0%
B 36 of 255 = 14%

36
0
36

R + G + B ~ 9%. #240024 is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 0 + 36 = 72 (100%)
R 36 of 72 ~ 50%
G 0 of 72 ~ 0%
B 36 of 72 ~ 50%

%50
%50

CMYK color model

#240024 color CMYK value is (0,100,0,86).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 85.88%
CMYK:
(0,100,0,86)
C0M100Y0K86 
(0%,100%,0%,86%)
(0.00/1.00/0.00/0.86)	

CMYK percentages

%0
%100
%0
%85.88

Codes

Color #240024 in popluar color models

240024
RGB36036
HSL300°100.00%7.06%
HSB/HSV300°100.00%14.12%
CMYK0.00%100.00%0.00%
85.88%

Color #240024 in popluar number systems.

HEX240024
Decimal36036
Binary1001000100100
Octal44044

Shades and tints

Shades of #240024

#240024
(36,0,36)
#210021
(33,0,33)
#1E001E
(30,0,30)
#1B001B
(27,0,27)
#180018
(24,0,24)
#150015
(21,0,21)
#120012
(18,0,18)
#0F000F
(15,0,15)
#0C000C
(12,0,12)
#090009
(9,0,9)
#060006
(6,0,6)
#000000
(0,0,0)

Tints of #240024

#240024
(36,0,36)
#371737
(55,23,55)
#4A2E4A
(74,46,74)
#5D455D
(93,69,93)
#705C70
(112,92,112)
#837383
(131,115,131)
#968A96
(150,138,150)
#A9A1A9
(169,161,169)
#BCB8BC
(188,184,188)
#CFCFCF
(207,207,207)
#E2E6E2
(226,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #240024 color. Also use rgb(36,0,36) instead hex code.

Text Font Color

.myTextColor { color: #240024; }

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

This text font color is #240024.


Background Color

.myBgColor { background-color: #240024; }

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

This div background color is #240024.


Border color

.myBorderColor { border: 1px solid #240024; }

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

This div border color is #240024.


Opacity

.myOpacity80 { color: #240024; opacity: 0.8; }

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

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

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

This text has shadow with #240024 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #240024 on black background.


Color preview on white background

This text has color #240024 on white background.



Black color preview on #240024 background

This text has black color on #240024 background.


White color preview on #240024 background

This text has white color on #240024 background.