COLOR #240F15

HEX: #240F15
RGB: (36,15,21)

Color info

#240F15 contains red, green and blue colors in about the same proportion. Web safe color of #240F15 is #330000 (or #300).

RGB color model

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

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

RGB channels and saturation

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

36
15
21

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

Portions of RGB colors in percentages

R + G + B =
36 + 15 + 21 = 72 (100%)
R 36 of 72 ~ 50%
G 15 of 72 ~ 20.83%
B 21 of 72 ~ 29.17%

%50
%20.83
%29.17

CMYK color model

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

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

CMYK percentages

%0
%58.33
%41.67
%85.88

Codes

Color #240F15 in popluar color models

240F15
RGB361521
HSL343°41.18%10.00%
HSB/HSV343°58.33%14.12%
CMYK0.00%58.33%41.67%
85.88%

Color #240F15 in popluar number systems.

HEX240F15
Decimal361521
Binary100100111110101
Octal441725

Shades and tints

Shades of #240F15

#240F15
(36,15,21)
#210E14
(33,14,20)
#1E0D13
(30,13,19)
#1B0C12
(27,12,18)
#180B11
(24,11,17)
#150A10
(21,10,16)
#12090F
(18,9,15)
#0F080E
(15,8,14)
#0C070D
(12,7,13)
#09060C
(9,6,12)
#06050B
(6,5,11)
#000000
(0,0,0)

Tints of #240F15

#240F15
(36,15,21)
#37242A
(55,36,42)
#4A393F
(74,57,63)
#5D4E54
(93,78,84)
#706369
(112,99,105)
#83787E
(131,120,126)
#968D93
(150,141,147)
#A9A2A8
(169,162,168)
#BCB7BD
(188,183,189)
#CFCCD2
(207,204,210)
#E2E1E7
(226,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #240F15; }

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

This text font color is #240F15.


Background Color

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

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

This div background color is #240F15.


Border color

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

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

This div border color is #240F15.


Opacity

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

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

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

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

This text has shadow with #240F15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #240F15 on black background.


Color preview on white background

This text has color #240F15 on white background.



Black color preview on #240F15 background

This text has black color on #240F15 background.


White color preview on #240F15 background

This text has white color on #240F15 background.