COLOR #240B0F

HEX: #240B0F
RGB: (36,11,15)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

36
11
15

R + G + B ~ 8%. #240B0F is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 11 + 15 = 62 (100%)
R 36 of 62 ~ 58.06%
G 11 of 62 ~ 17.74%
B 15 of 62 ~ 24.19%

%58.06
%17.74
%24.19

CMYK color model

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

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

CMYK percentages

%0
%69.44
%58.33
%85.88

Codes

Color #240B0F in popluar color models

240B0F
RGB361115
HSL350°53.19%9.22%
HSB/HSV350°69.44%14.12%
CMYK0.00%69.44%58.33%
85.88%

Color #240B0F in popluar number systems.

HEX240B0F
Decimal361115
Binary10010010111111
Octal441317

Shades and tints

Shades of #240B0F

#240B0F
(36,11,15)
#210A0E
(33,10,14)
#1E090D
(30,9,13)
#1B080C
(27,8,12)
#18070B
(24,7,11)
#15060A
(21,6,10)
#120509
(18,5,9)
#0F0408
(15,4,8)
#0C0307
(12,3,7)
#090206
(9,2,6)
#060105
(6,1,5)
#000000
(0,0,0)

Tints of #240B0F

#240B0F
(36,11,15)
#372124
(55,33,36)
#4A3739
(74,55,57)
#5D4D4E
(93,77,78)
#706363
(112,99,99)
#837978
(131,121,120)
#968F8D
(150,143,141)
#A9A5A2
(169,165,162)
#BCBBB7
(188,187,183)
#CFD1CC
(207,209,204)
#E2E7E1
(226,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #240B0F; }

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

This text font color is #240B0F.


Background Color

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

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

This div background color is #240B0F.


Border color

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

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

This div border color is #240B0F.


Opacity

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

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

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

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

This text has shadow with #240B0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #240B0F on black background.


Color preview on white background

This text has color #240B0F on white background.



Black color preview on #240B0F background

This text has black color on #240B0F background.


White color preview on #240B0F background

This text has white color on #240B0F background.