COLOR #240E1D

HEX: #240E1D
RGB: (36,14,29)

Color info

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

RGB color model

#240E1D color RGB value is (36,14,29).

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

RGB channels and saturation

R 36 of 255 = 14%
G 14 of 255 = 5%
B 29 of 255 = 11%

36
14
29

R + G + B ~ 10%. #240E1D is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 14 + 29 = 79 (100%)
R 36 of 79 ~ 45.57%
G 14 of 79 ~ 17.72%
B 29 of 79 ~ 36.71%

%45.57
%17.72
%36.71

CMYK color model

#240E1D color CMYK value is (0,61,19,86).

  • cyan value is 0.00%
  • magenta value is 61.11%
  • yellow value is 19.44%
  • key color value is 85.88%
CMYK:
(0,61,19,86)
C0M61Y19K86 
(0%,61%,19%,86%)
(0.00/0.61/0.19/0.86)	

CMYK percentages

%0
%61.11
%19.44
%85.88

Codes

Color #240E1D in popluar color models

240E1D
RGB361429
HSL319°44.00%9.80%
HSB/HSV319°61.11%14.12%
CMYK0.00%61.11%19.44%
85.88%

Color #240E1D in popluar number systems.

HEX240E1D
Decimal361429
Binary100100111011101
Octal441635

Shades and tints

Shades of #240E1D

#240E1D
(36,14,29)
#210D1B
(33,13,27)
#1E0C19
(30,12,25)
#1B0B17
(27,11,23)
#180A15
(24,10,21)
#150913
(21,9,19)
#120811
(18,8,17)
#0F070F
(15,7,15)
#0C060D
(12,6,13)
#09050B
(9,5,11)
#060409
(6,4,9)
#000000
(0,0,0)

Tints of #240E1D

#240E1D
(36,14,29)
#372331
(55,35,49)
#4A3845
(74,56,69)
#5D4D59
(93,77,89)
#70626D
(112,98,109)
#837781
(131,119,129)
#968C95
(150,140,149)
#A9A1A9
(169,161,169)
#BCB6BD
(188,182,189)
#CFCBD1
(207,203,209)
#E2E0E5
(226,224,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #240E1D; }

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

This text font color is #240E1D.


Background Color

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

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

This div background color is #240E1D.


Border color

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

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

This div border color is #240E1D.


Opacity

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

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

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

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

This text has shadow with #240E1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #240E1D on black background.


Color preview on white background

This text has color #240E1D on white background.



Black color preview on #240E1D background

This text has black color on #240E1D background.


White color preview on #240E1D background

This text has white color on #240E1D background.