COLOR #240A18

HEX: #240A18
RGB: (36,10,24)

Color info

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

RGB color model

#240A18 color RGB value is (36,10,24).

  • red value is 36;
  • green value is 10;
  • blue value is 24.
RGB:
(36,10,24)
(14%,4%,9%)

RGB channels and saturation

R 36 of 255 = 14%
G 10 of 255 = 4%
B 24 of 255 = 9%

36
10
24

R + G + B ~ 9%. #240A18 is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 10 + 24 = 70 (100%)
R 36 of 70 ~ 51.43%
G 10 of 70 ~ 14.29%
B 24 of 70 ~ 34.29%

%51.43
%14.29
%34.29

CMYK color model

#240A18 color CMYK value is (0,72,33,86).

  • cyan value is 0.00%
  • magenta value is 72.22%
  • yellow value is 33.33%
  • key color value is 85.88%
CMYK:
(0,72,33,86)
C0M72Y33K86 
(0%,72%,33%,86%)
(0.00/0.72/0.33/0.86)	

CMYK percentages

%0
%72.22
%33.33
%85.88

Codes

Color #240A18 in popluar color models

240A18
RGB361024
HSL328°56.52%9.02%
HSB/HSV328°72.22%14.12%
CMYK0.00%72.22%33.33%
85.88%

Color #240A18 in popluar number systems.

HEX240A18
Decimal361024
Binary100100101011000
Octal441230

Shades and tints

Shades of #240A18

#240A18
(36,10,24)
#210A16
(33,10,22)
#1E0A14
(30,10,20)
#1B0A12
(27,10,18)
#180A10
(24,10,16)
#150A0E
(21,10,14)
#120A0C
(18,10,12)
#0F0A0A
(15,10,10)
#0C0A08
(12,10,8)
#090A06
(9,10,6)
#060A04
(6,10,4)
#000000
(0,0,0)

Tints of #240A18

#240A18
(36,10,24)
#37202D
(55,32,45)
#4A3642
(74,54,66)
#5D4C57
(93,76,87)
#70626C
(112,98,108)
#837881
(131,120,129)
#968E96
(150,142,150)
#A9A4AB
(169,164,171)
#BCBAC0
(188,186,192)
#CFD0D5
(207,208,213)
#E2E6EA
(226,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #240A18 color. Also use rgb(36,10,24) instead hex code.

Text Font Color

.myTextColor { color: #240A18; }

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

This text font color is #240A18.


Background Color

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

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

This div background color is #240A18.


Border color

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

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

This div border color is #240A18.


Opacity

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

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

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

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

This text has shadow with #240A18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #240A18 on black background.


Color preview on white background

This text has color #240A18 on white background.



Black color preview on #240A18 background

This text has black color on #240A18 background.


White color preview on #240A18 background

This text has white color on #240A18 background.