COLOR #240E19

HEX: #240E19
RGB: (36,14,25)

Color info

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

RGB color model

#240E19 color RGB value is (36,14,25).

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

RGB channels and saturation

R 36 of 255 = 14%
G 14 of 255 = 5%
B 25 of 255 = 10%

36
14
25

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

Portions of RGB colors in percentages

R + G + B =
36 + 14 + 25 = 75 (100%)
R 36 of 75 ~ 48%
G 14 of 75 ~ 18.67%
B 25 of 75 ~ 33.33%

%48
%18.67
%33.33

CMYK color model

#240E19 color CMYK value is (0,61,31,86).

  • cyan value is 0.00%
  • magenta value is 61.11%
  • yellow value is 30.56%
  • key color value is 85.88%
CMYK:
(0,61,31,86)
C0M61Y31K86 
(0%,61%,31%,86%)
(0.00/0.61/0.31/0.86)	

CMYK percentages

%0
%61.11
%30.56
%85.88

Codes

Color #240E19 in popluar color models

240E19
RGB361425
HSL330°44.00%9.80%
HSB/HSV330°61.11%14.12%
CMYK0.00%61.11%30.56%
85.88%

Color #240E19 in popluar number systems.

HEX240E19
Decimal361425
Binary100100111011001
Octal441631

Shades and tints

Shades of #240E19

#240E19
(36,14,25)
#210D17
(33,13,23)
#1E0C15
(30,12,21)
#1B0B13
(27,11,19)
#180A11
(24,10,17)
#15090F
(21,9,15)
#12080D
(18,8,13)
#0F070B
(15,7,11)
#0C0609
(12,6,9)
#090507
(9,5,7)
#060405
(6,4,5)
#000000
(0,0,0)

Tints of #240E19

#240E19
(36,14,25)
#37232D
(55,35,45)
#4A3841
(74,56,65)
#5D4D55
(93,77,85)
#706269
(112,98,105)
#83777D
(131,119,125)
#968C91
(150,140,145)
#A9A1A5
(169,161,165)
#BCB6B9
(188,182,185)
#CFCBCD
(207,203,205)
#E2E0E1
(226,224,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #240E19; }

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

This text font color is #240E19.


Background Color

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

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

This div background color is #240E19.


Border color

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

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

This div border color is #240E19.


Opacity

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

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

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

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

This text has shadow with #240E19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #240E19 on black background.


Color preview on white background

This text has color #240E19 on white background.



Black color preview on #240E19 background

This text has black color on #240E19 background.


White color preview on #240E19 background

This text has white color on #240E19 background.