COLOR #24040E

HEX: #24040E RGB: (36,4,14)

Color info

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

RGB color model

#24040E color RGB value is (36,4,14).

RGB: (36,4,14) (14%, 2%, 5%)

RGB channels and saturation

R 36 of 255 = 14%
G 4 of 255 = 2%
B 14 of 255 = 5%

36
4
14

R + G + B ~ 7%. #24040E is dark color.

Portions of RGB colors in percentages

R + G + B = 36 + 4 + 14 = 54 (100%)
R 36 of 54 ~ 66.67%
G 4 of 54 ~ 7.41%
B 14 of 54 ~ 25.93'%

%66.67
%25.93

CMYK color model

#24040E color CMYK value is (0,89,61,86).

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

CMYK: (0,89,61,86)
C0M89Y61K86 (0%, 89%, 61%, 86%)
(0.00 / 0.89 / 0.61 / 0.86)

CMYK percentages

%0
%88.89
%61.11
%85.88

Codes

Color #24040E in popluar color models

24 04 0E
RGB 36 4 14
HSL 341° 80.00% 7.84%
HSB/HSV 341° 88.89% 14.12%
CMYK 0.00% 88.89% 61.11%
85.88%

Color #24040E in popluar number systems.

HEX 24 04 0E
Decimal 36 4 14
Binary 100100 100 1110
Octal 44 4 16

Shades and tints

Shades of #24040E

#24040E
(36,4,14)
#21040D
(33,4,13)
#1E040C
(30,4,12)
#1B040B
(27,4,11)
#18040A
(24,4,10)
#150409
(21,4,9)
#120408
(18,4,8)
#0F0407
(15,4,7)
#0C0406
(12,4,6)
#090405
(9,4,5)
#060404
(6,4,4)
#000000
(0,0,0)

Tints of #24040E

#24040E
(36,4,14)
#371A23
(55,26,35)
#4A3038
(74,48,56)
#5D464D
(93,70,77)
#705C62
(112,92,98)
#837277
(131,114,119)
#96888C
(150,136,140)
#A99EA1
(169,158,161)
#BCB4B6
(188,180,182)
#CFCACB
(207,202,203)
#E2E0E0
(226,224,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24040E color. Also use rgb(36,4,14) instead hex code.

Text Font Color

.myTextColor { color: #24040E; }

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

This text font color is #24040E.

Background Color

.myBgColor { background-color: #24040E; }

<div style="background-color:#24040E">Inner text</div>

This div background color is #24040E.

Border color

.myBorderColor { border: 1px solid #24040E; }

<div style="border:3px solid #24040E">Div</div>

This div border color is #24040E.

Opacity

.myOpacity80 { color: #24040E; opacity: 0.8; }

<p style="color:#24040E;opacity:0.8;">80%</p>

Text with #24040E 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 #24040E;}

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

This text has shadow with #24040E color.


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

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

This text has shadow with #24040E primary color and red secondary color.


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

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

This text has shadow with #24040E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #24040E.

Preview

Color preview on black background

This text has color #24040E on black background.


Color preview on white background

This text has color #24040E on white background.


Black color preview on #24040E background

This text has black color on #24040E background.


White color preview on #24040E background

This text has white color on #24040E background.


Related colors

Complementary color

Complementary color for #hex is #DBFBF1.


I love getcolorcode.com

Triadic colors

1 #0E2404 and #040E24 with #24040E are triadic colors.

2 #0E0424 and #04240E with #24040E are triadic colors.