COLOR #240A37

HEX: #240A37 RGB: (36,10,55)

Color info

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

RGB color model

#240A37 color RGB value is (36,10,55).

RGB: (36,10,55) (14%, 4%, 22%)

RGB channels and saturation

R 36 of 255 = 14%
G 10 of 255 = 4%
B 55 of 255 = 22%

36
10
55

R + G + B ~ 13%. #240A37 is dark color.

Portions of RGB colors in percentages

R + G + B = 36 + 10 + 55 = 101 (100%)
R 36 of 101 ~ 35.64%
G 10 of 101 ~ 9.9%
B 55 of 101 ~ 54.46'%

%35.64
%54.46

CMYK color model

#240A37 color CMYK value is (35,82,0,78).

  • cyan value is 34.55%
  • magenta value is 81.82%
  • yellow value is 0.00%
  • key color value is 78.43%

CMYK: (35,82,0,78)
C35M82Y0K78 (35%, 82%, 0%, 78%)
(0.35 / 0.82 / 0.00 / 0.78)

CMYK percentages

%34.55
%81.82
%0
%78.43

Codes

Color #240A37 in popluar color models

24 0A 37
RGB 36 10 55
HSL 275° 69.23% 12.75%
HSB/HSV 275° 81.82% 21.57%
CMYK 34.55% 81.82% 0.00%
78.43%

Color #240A37 in popluar number systems.

HEX 24 0A 37
Decimal 36 10 55
Binary 100100 1010 110111
Octal 44 12 67

Shades and tints

Shades of #240A37

#240A37
(36,10,55)
#210A32
(33,10,50)
#1E0A2D
(30,10,45)
#1B0A28
(27,10,40)
#180A23
(24,10,35)
#150A1E
(21,10,30)
#120A19
(18,10,25)
#0F0A14
(15,10,20)
#0C0A0F
(12,10,15)
#090A0A
(9,10,10)
#060A05
(6,10,5)
#000000
(0,0,0)

Tints of #240A37

#240A37
(36,10,55)
#372049
(55,32,73)
#4A365B
(74,54,91)
#5D4C6D
(93,76,109)
#70627F
(112,98,127)
#837891
(131,120,145)
#968EA3
(150,142,163)
#A9A4B5
(169,164,181)
#BCBAC7
(188,186,199)
#CFD0D9
(207,208,217)
#E2E6EB
(226,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #240A37; }

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

This text font color is #240A37.

Background Color

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

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

This div background color is #240A37.

Border color

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

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

This div border color is #240A37.

Opacity

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

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

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

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

This text has shadow with #240A37 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #240A37.

Preview

Color preview on black background

This text has color #240A37 on black background.


Color preview on white background

This text has color #240A37 on white background.


Black color preview on #240A37 background

This text has black color on #240A37 background.


White color preview on #240A37 background

This text has white color on #240A37 background.


Related colors

Complementary color

Complementary color for #hex is #DBF5C8.


I love getcolorcode.com

Triadic colors

1 #37240A and #0A3724 with #240A37 are triadic colors.

2 #370A24 and #0A2437 with #240A37 are triadic colors.