COLOR #240E0F

HEX: #240E0F
RGB: (36,14,15)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

36
14
15

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

Portions of RGB colors in percentages

R + G + B =
36 + 14 + 15 = 65 (100%)
R 36 of 65 ~ 55.38%
G 14 of 65 ~ 21.54%
B 15 of 65 ~ 23.08%

%55.38
%21.54
%23.08

CMYK color model

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

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

CMYK percentages

%0
%61.11
%58.33
%85.88

Codes

Color #240E0F in popluar color models

240E0F
RGB361415
HSL357°44.00%9.80%
HSB/HSV357°61.11%14.12%
CMYK0.00%61.11%58.33%
85.88%

Color #240E0F in popluar number systems.

HEX240E0F
Decimal361415
Binary10010011101111
Octal441617

Shades and tints

Shades of #240E0F

#240E0F
(36,14,15)
#210D0E
(33,13,14)
#1E0C0D
(30,12,13)
#1B0B0C
(27,11,12)
#180A0B
(24,10,11)
#15090A
(21,9,10)
#120809
(18,8,9)
#0F0708
(15,7,8)
#0C0607
(12,6,7)
#090506
(9,5,6)
#060405
(6,4,5)
#000000
(0,0,0)

Tints of #240E0F

#240E0F
(36,14,15)
#372324
(55,35,36)
#4A3839
(74,56,57)
#5D4D4E
(93,77,78)
#706263
(112,98,99)
#837778
(131,119,120)
#968C8D
(150,140,141)
#A9A1A2
(169,161,162)
#BCB6B7
(188,182,183)
#CFCBCC
(207,203,204)
#E2E0E1
(226,224,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #240E0F; }

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

This text font color is #240E0F.


Background Color

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

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

This div background color is #240E0F.


Border color

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

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

This div border color is #240E0F.


Opacity

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

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

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

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

This text has shadow with #240E0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #240E0F on black background.


Color preview on white background

This text has color #240E0F on white background.



Black color preview on #240E0F background

This text has black color on #240E0F background.


White color preview on #240E0F background

This text has white color on #240E0F background.