COLOR #242449

HEX: #242449 RGB: (36,36,73)

Color info

#242449 contains red, green and blue colors in about the same proportion. Web safe color of #242449 is #333333 (or #333).

RGB color model

#242449 color RGB value is (36,36,73).

RGB: (36,36,73) (14%, 14%, 29%)

RGB channels and saturation

R 36 of 255 = 14%
G 36 of 255 = 14%
B 73 of 255 = 29%

36
36
73

R + G + B ~ 19%. #242449 is dark color.

Portions of RGB colors in percentages

R + G + B = 36 + 36 + 73 = 145 (100%)
R 36 of 145 ~ 24.83%
G 36 of 145 ~ 24.83%
B 73 of 145 ~ 50.34'%

%24.83
%24.83
%50.34

CMYK color model

#242449 color CMYK value is (51,51,0,71).

  • cyan value is 50.68%
  • magenta value is 50.68%
  • yellow value is 0.00%
  • key color value is 71.37%

CMYK: (51,51,0,71)
C51M51Y0K71 (51%, 51%, 0%, 71%)
(0.51 / 0.51 / 0.00 / 0.71)

CMYK percentages

%50.68
%50.68
%0
%71.37

Codes

Color #242449 in popluar color models

24 24 49
RGB 36 36 73
HSL 240° 33.94% 21.37%
HSB/HSV 240° 50.68% 28.63%
CMYK 50.68% 50.68% 0.00%
71.37%

Color #242449 in popluar number systems.

HEX 24 24 49
Decimal 36 36 73
Binary 100100 100100 1001001
Octal 44 44 111

Shades and tints

Shades of #242449

#242449
(36,36,73)
#212143
(33,33,67)
#1E1E3D
(30,30,61)
#1B1B37
(27,27,55)
#181831
(24,24,49)
#15152B
(21,21,43)
#121225
(18,18,37)
#0F0F1F
(15,15,31)
#0C0C19
(12,12,25)
#090913
(9,9,19)
#06060D
(6,6,13)
#000000
(0,0,0)

Tints of #242449

#242449
(36,36,73)
#373759
(55,55,89)
#4A4A69
(74,74,105)
#5D5D79
(93,93,121)
#707089
(112,112,137)
#838399
(131,131,153)
#9696A9
(150,150,169)
#A9A9B9
(169,169,185)
#BCBCC9
(188,188,201)
#CFCFD9
(207,207,217)
#E2E2E9
(226,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #242449 color. Also use rgb(36,36,73) instead hex code.

Text Font Color

.myTextColor { color: #242449; }

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

This text font color is #242449.

Background Color

.myBgColor { background-color: #242449; }

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

This div background color is #242449.

Border color

.myBorderColor { border: 1px solid #242449; }

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

This div border color is #242449.

Opacity

.myOpacity80 { color: #242449; opacity: 0.8; }

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

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

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

This text has shadow with #242449 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #242449.

Preview

Color preview on black background

This text has color #242449 on black background.


Color preview on white background

This text has color #242449 on white background.


Black color preview on #242449 background

This text has black color on #242449 background.


White color preview on #242449 background

This text has white color on #242449 background.


Related colors

Complementary color

Complementary color for #hex is #DBDBB6.


I love getcolorcode.com