COLOR #240D19

HEX: #240D19
RGB: (36,13,25)

Color info

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

RGB color model

#240D19 color RGB value is (36,13,25).

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

RGB channels and saturation

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

36
13
25

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

Portions of RGB colors in percentages

R + G + B =
36 + 13 + 25 = 74 (100%)
R 36 of 74 ~ 48.65%
G 13 of 74 ~ 17.57%
B 25 of 74 ~ 33.78%

%48.65
%17.57
%33.78

CMYK color model

#240D19 color CMYK value is (0,64,31,86).

  • cyan value is 0.00%
  • magenta value is 63.89%
  • yellow value is 30.56%
  • key color value is 85.88%
CMYK:
(0,64,31,86)
C0M64Y31K86 
(0%,64%,31%,86%)
(0.00/0.64/0.31/0.86)	

CMYK percentages

%0
%63.89
%30.56
%85.88

Codes

Color #240D19 in popluar color models

240D19
RGB361325
HSL329°46.94%9.61%
HSB/HSV329°63.89%14.12%
CMYK0.00%63.89%30.56%
85.88%

Color #240D19 in popluar number systems.

HEX240D19
Decimal361325
Binary100100110111001
Octal441531

Shades and tints

Shades of #240D19

#240D19
(36,13,25)
#210C17
(33,12,23)
#1E0B15
(30,11,21)
#1B0A13
(27,10,19)
#180911
(24,9,17)
#15080F
(21,8,15)
#12070D
(18,7,13)
#0F060B
(15,6,11)
#0C0509
(12,5,9)
#090407
(9,4,7)
#060305
(6,3,5)
#000000
(0,0,0)

Tints of #240D19

#240D19
(36,13,25)
#37232D
(55,35,45)
#4A3941
(74,57,65)
#5D4F55
(93,79,85)
#706569
(112,101,105)
#837B7D
(131,123,125)
#969191
(150,145,145)
#A9A7A5
(169,167,165)
#BCBDB9
(188,189,185)
#CFD3CD
(207,211,205)
#E2E9E1
(226,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #240D19; }

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

This text font color is #240D19.


Background Color

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

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

This div background color is #240D19.


Border color

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

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

This div border color is #240D19.


Opacity

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

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

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

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

This text has shadow with #240D19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #240D19 on black background.


Color preview on white background

This text has color #240D19 on white background.



Black color preview on #240D19 background

This text has black color on #240D19 background.


White color preview on #240D19 background

This text has white color on #240D19 background.