COLOR #240F24

HEX: #240F24
RGB: (36,15,36)

Color info

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

RGB color model

#240F24 color RGB value is (36,15,36).

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

RGB channels and saturation

R 36 of 255 = 14%
G 15 of 255 = 6%
B 36 of 255 = 14%

36
15
36

R + G + B ~ 11%. #240F24 is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 15 + 36 = 87 (100%)
R 36 of 87 ~ 41.38%
G 15 of 87 ~ 17.24%
B 36 of 87 ~ 41.38%

%41.38
%17.24
%41.38

CMYK color model

#240F24 color CMYK value is (0,58,0,86).

  • cyan value is 0.00%
  • magenta value is 58.33%
  • yellow value is 0.00%
  • key color value is 85.88%
CMYK:
(0,58,0,86)
C0M58Y0K86 
(0%,58%,0%,86%)
(0.00/0.58/0.00/0.86)	

CMYK percentages

%0
%58.33
%0
%85.88

Codes

Color #240F24 in popluar color models

240F24
RGB361536
HSL300°41.18%10.00%
HSB/HSV300°58.33%14.12%
CMYK0.00%58.33%0.00%
85.88%

Color #240F24 in popluar number systems.

HEX240F24
Decimal361536
Binary1001001111100100
Octal441744

Shades and tints

Shades of #240F24

#240F24
(36,15,36)
#210E21
(33,14,33)
#1E0D1E
(30,13,30)
#1B0C1B
(27,12,27)
#180B18
(24,11,24)
#150A15
(21,10,21)
#120912
(18,9,18)
#0F080F
(15,8,15)
#0C070C
(12,7,12)
#090609
(9,6,9)
#060506
(6,5,6)
#000000
(0,0,0)

Tints of #240F24

#240F24
(36,15,36)
#372437
(55,36,55)
#4A394A
(74,57,74)
#5D4E5D
(93,78,93)
#706370
(112,99,112)
#837883
(131,120,131)
#968D96
(150,141,150)
#A9A2A9
(169,162,169)
#BCB7BC
(188,183,188)
#CFCCCF
(207,204,207)
#E2E1E2
(226,225,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #240F24; }

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

This text font color is #240F24.


Background Color

.myBgColor { background-color: #240F24; }

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

This div background color is #240F24.


Border color

.myBorderColor { border: 1px solid #240F24; }

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

This div border color is #240F24.


Opacity

.myOpacity80 { color: #240F24; opacity: 0.8; }

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

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

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

This text has shadow with #240F24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #240F24 on black background.


Color preview on white background

This text has color #240F24 on white background.



Black color preview on #240F24 background

This text has black color on #240F24 background.


White color preview on #240F24 background

This text has white color on #240F24 background.