COLOR #240D37

HEX: #240D37
RGB: (36,13,55)

Color info

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

RGB color model

#240D37 color RGB value is (36,13,55).

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

RGB channels and saturation

R 36 of 255 = 14%
G 13 of 255 = 5%
B 55 of 255 = 22%

36
13
55

R + G + B ~ 14%. #240D37 is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 13 + 55 = 104 (100%)
R 36 of 104 ~ 34.62%
G 13 of 104 ~ 12.5%
B 55 of 104 ~ 52.88%

%34.62
%12.5
%52.88

CMYK color model

#240D37 color CMYK value is (35,76,0,78).

  • cyan value is 34.55%
  • magenta value is 76.36%
  • yellow value is 0.00%
  • key color value is 78.43%
CMYK: (35,76,0,78) C35M76Y0K78 (35%,76%,0%,78%) (0.35/0.76/0.00/0.78)

CMYK percentages

%34.55
%76.36
%0
%78.43

Codes

Color #240D37 in popluar color models

240D37
RGB361355
HSL273°61.76%13.33%
HSB/HSV273°76.36%21.57%
CMYK34.55%76.36%0.00%
78.43%

Color #240D37 in popluar number systems.

HEX240D37
Decimal361355
Binary1001001101110111
Octal441567

Shades and tints

Shades of #240D37

#240D37
(36,13,55)
#210C32
(33,12,50)
#1E0B2D
(30,11,45)
#1B0A28
(27,10,40)
#180923
(24,9,35)
#15081E
(21,8,30)
#120719
(18,7,25)
#0F0614
(15,6,20)
#0C050F
(12,5,15)
#09040A
(9,4,10)
#060305
(6,3,5)
#000000
(0,0,0)

Tints of #240D37

#240D37
(36,13,55)
#372349
(55,35,73)
#4A395B
(74,57,91)
#5D4F6D
(93,79,109)
#70657F
(112,101,127)
#837B91
(131,123,145)
#9691A3
(150,145,163)
#A9A7B5
(169,167,181)
#BCBDC7
(188,189,199)
#CFD3D9
(207,211,217)
#E2E9EB
(226,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #240D37; }

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

This text font color is #240D37.


Background Color

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

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

This div background color is #240D37.


Border color

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

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

This div border color is #240D37.


Opacity

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

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

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

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

This text has shadow with #240D37 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #240D37 on black background.


Color preview on white background

This text has color #240D37 on white background.



Black color preview on #240D37 background

This text has black color on #240D37 background.


White color preview on #240D37 background

This text has white color on #240D37 background.