COLOR #240E29

HEX: #240E29 RGB: (36,14,41)

Color info

#240E29 contains red, green and blue colors in about the same proportion. Web safe color of #240E29 is #330033 (or #303).

RGB color model

#240E29 color RGB value is (36,14,41).

RGB: (36,14,41) (14%, 5%, 16%)

RGB channels and saturation

R 36 of 255 = 14%
G 14 of 255 = 5%
B 41 of 255 = 16%

36
14
41

R + G + B ~ 12%. #240E29 is dark color.

Portions of RGB colors in percentages

R + G + B = 36 + 14 + 41 = 91 (100%)
R 36 of 91 ~ 39.56%
G 14 of 91 ~ 15.38%
B 41 of 91 ~ 45.05'%

%39.56
%15.38
%45.05

CMYK color model

#240E29 color CMYK value is (12,66,0,84).

  • cyan value is 12.20%
  • magenta value is 65.85%
  • yellow value is 0.00%
  • key color value is 83.92%

CMYK: (12,66,0,84)
C12M66Y0K84 (12%, 66%, 0%, 84%)
(0.12 / 0.66 / 0.00 / 0.84)

CMYK percentages

%12.2
%65.85
%0
%83.92

Codes

Color #240E29 in popluar color models

24 0E 29
RGB 36 14 41
HSL 289° 49.09% 10.78%
HSB/HSV 289° 65.85% 16.08%
CMYK 12.20% 65.85% 0.00%
83.92%

Color #240E29 in popluar number systems.

HEX 24 0E 29
Decimal 36 14 41
Binary 100100 1110 101001
Octal 44 16 51

Shades and tints

Shades of #240E29

#240E29
(36,14,41)
#210D26
(33,13,38)
#1E0C23
(30,12,35)
#1B0B20
(27,11,32)
#180A1D
(24,10,29)
#15091A
(21,9,26)
#120817
(18,8,23)
#0F0714
(15,7,20)
#0C0611
(12,6,17)
#09050E
(9,5,14)
#06040B
(6,4,11)
#000000
(0,0,0)

Tints of #240E29

#240E29
(36,14,41)
#37233C
(55,35,60)
#4A384F
(74,56,79)
#5D4D62
(93,77,98)
#706275
(112,98,117)
#837788
(131,119,136)
#968C9B
(150,140,155)
#A9A1AE
(169,161,174)
#BCB6C1
(188,182,193)
#CFCBD4
(207,203,212)
#E2E0E7
(226,224,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #240E29; }

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

This text font color is #240E29.

Background Color

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

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

This div background color is #240E29.

Border color

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

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

This div border color is #240E29.

Opacity

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

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

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

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

This text has shadow with #240E29 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #240E29.

Preview

Color preview on black background

This text has color #240E29 on black background.


Color preview on white background

This text has color #240E29 on white background.


Black color preview on #240E29 background

This text has black color on #240E29 background.


White color preview on #240E29 background

This text has white color on #240E29 background.


Related colors

Complementary color

Complementary color for #hex is #DBF1D6.


I love getcolorcode.com

Triadic colors

1 #29240E and #0E2924 with #240E29 are triadic colors.

2 #290E24 and #0E2429 with #240E29 are triadic colors.