COLOR #240E18

HEX: #240E18 RGB: (36,14,24)

Color info

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

RGB color model

#240E18 color RGB value is (36,14,24).

RGB: (36,14,24) (14%, 5%, 9%)

RGB channels and saturation

R 36 of 255 = 14%
G 14 of 255 = 5%
B 24 of 255 = 9%

36
14
24

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

Portions of RGB colors in percentages

R + G + B = 36 + 14 + 24 = 74 (100%)
R 36 of 74 ~ 48.65%
G 14 of 74 ~ 18.92%
B 24 of 74 ~ 32.43'%

%48.65
%18.92
%32.43

CMYK color model

#240E18 color CMYK value is (0,61,33,86).

  • cyan value is 0.00%
  • magenta value is 61.11%
  • yellow value is 33.33%
  • key color value is 85.88%

CMYK: (0,61,33,86)
C0M61Y33K86 (0%, 61%, 33%, 86%)
(0.00 / 0.61 / 0.33 / 0.86)

CMYK percentages

%0
%61.11
%33.33
%85.88

Codes

Color #240E18 in popluar color models

24 0E 18
RGB 36 14 24
HSL 333° 44.00% 9.80%
HSB/HSV 333° 61.11% 14.12%
CMYK 0.00% 61.11% 33.33%
85.88%

Color #240E18 in popluar number systems.

HEX 24 0E 18
Decimal 36 14 24
Binary 100100 1110 11000
Octal 44 16 30

Shades and tints

Shades of #240E18

#240E18
(36,14,24)
#210D16
(33,13,22)
#1E0C14
(30,12,20)
#1B0B12
(27,11,18)
#180A10
(24,10,16)
#15090E
(21,9,14)
#12080C
(18,8,12)
#0F070A
(15,7,10)
#0C0608
(12,6,8)
#090506
(9,5,6)
#060404
(6,4,4)
#000000
(0,0,0)

Tints of #240E18

#240E18
(36,14,24)
#37232D
(55,35,45)
#4A3842
(74,56,66)
#5D4D57
(93,77,87)
#70626C
(112,98,108)
#837781
(131,119,129)
#968C96
(150,140,150)
#A9A1AB
(169,161,171)
#BCB6C0
(188,182,192)
#CFCBD5
(207,203,213)
#E2E0EA
(226,224,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #240E18; }

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

This text font color is #240E18.

Background Color

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

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

This div background color is #240E18.

Border color

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

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

This div border color is #240E18.

Opacity

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

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

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

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

This text has shadow with #240E18 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #240E18.

Preview

Color preview on black background

This text has color #240E18 on black background.


Color preview on white background

This text has color #240E18 on white background.


Black color preview on #240E18 background

This text has black color on #240E18 background.


White color preview on #240E18 background

This text has white color on #240E18 background.


Related colors

Complementary color

Complementary color for #hex is #DBF1E7.


I love getcolorcode.com

Triadic colors

1 #18240E and #0E1824 with #240E18 are triadic colors.

2 #180E24 and #0E2418 with #240E18 are triadic colors.