COLOR #24185B

HEX: #24185B RGB: (36,24,91)

Color info

#24185B contains mainly red and blue colors. Web safe color of #24185B is #330066 (or #306).

RGB color model

#24185B color RGB value is (36,24,91).

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

RGB channels and saturation

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

36
24
91

R + G + B ~ 20%. #24185B is dark color.

Portions of RGB colors in percentages

R + G + B = 36 + 24 + 91 = 151 (100%)
R 36 of 151 ~ 23.84%
G 24 of 151 ~ 15.89%
B 91 of 151 ~ 60.26'%

%23.84
%15.89
%60.26

CMYK color model

#24185B color CMYK value is (60,74,0,64).

  • cyan value is 60.44%
  • magenta value is 73.63%
  • yellow value is 0.00%
  • key color value is 64.31%

CMYK: (60,74,0,64)
C60M74Y0K64 (60%, 74%, 0%, 64%)
(0.60 / 0.74 / 0.00 / 0.64)

CMYK percentages

%60.44
%73.63
%0
%64.31

Codes

Color #24185B in popluar color models

24 18 5B
RGB 36 24 91
HSL 251° 58.26% 22.55%
HSB/HSV 251° 73.63% 35.69%
CMYK 60.44% 73.63% 0.00%
64.31%

Color #24185B in popluar number systems.

HEX 24 18 5B
Decimal 36 24 91
Binary 100100 11000 1011011
Octal 44 30 133

Shades and tints

Shades of #24185B

#24185B
(36,24,91)
#211653
(33,22,83)
#1E144B
(30,20,75)
#1B1243
(27,18,67)
#18103B
(24,16,59)
#150E33
(21,14,51)
#120C2B
(18,12,43)
#0F0A23
(15,10,35)
#0C081B
(12,8,27)
#090613
(9,6,19)
#06040B
(6,4,11)
#000000
(0,0,0)

Tints of #24185B

#24185B
(36,24,91)
#372D69
(55,45,105)
#4A4277
(74,66,119)
#5D5785
(93,87,133)
#706C93
(112,108,147)
#8381A1
(131,129,161)
#9696AF
(150,150,175)
#A9ABBD
(169,171,189)
#BCC0CB
(188,192,203)
#CFD5D9
(207,213,217)
#E2EAE7
(226,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24185B color. Also use rgb(36,24,91) instead hex code.

Text Font Color

.myTextColor { color: #24185B; }

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

This text font color is #24185B.

Background Color

.myBgColor { background-color: #24185B; }

<div style="background-color:#24185B">Inner text</div>

This div background color is #24185B.

Border color

.myBorderColor { border: 1px solid #24185B; }

<div style="border:3px solid #24185B">Div</div>

This div border color is #24185B.

Opacity

.myOpacity80 { color: #24185B; opacity: 0.8; }

<p style="color:#24185B;opacity:0.8;">80%</p>

Text with #24185B 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 #24185B;}

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

This text has shadow with #24185B color.


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

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

This text has shadow with #24185B primary color and red secondary color.


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

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

This text has shadow with #24185B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #24185B.

Preview

Color preview on black background

This text has color #24185B on black background.


Color preview on white background

This text has color #24185B on white background.


Black color preview on #24185B background

This text has black color on #24185B background.


White color preview on #24185B background

This text has white color on #24185B background.


Related colors

Complementary color

Complementary color for #hex is #DBE7A4.


I love getcolorcode.com

Triadic colors

1 #5B2418 and #185B24 with #24185B are triadic colors.

2 #5B1824 and #18245B with #24185B are triadic colors.