COLOR #241D51

HEX: #241D51
RGB: (36,29,81)

Color info

#241D51 contains red, green and blue colors in about the same proportion. Web safe color of #241D51 is #333366 (or #336).

RGB color model

#241D51 color RGB value is (36,29,81).

  • red value is 36;
  • green value is 29;
  • blue value is 81.
RGB:
(36,29,81)
(14%,11%,32%)

RGB channels and saturation

R 36 of 255 = 14%
G 29 of 255 = 11%
B 81 of 255 = 32%

36
29
81

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

Portions of RGB colors in percentages

R + G + B =
36 + 29 + 81 = 146 (100%)
R 36 of 146 ~ 24.66%
G 29 of 146 ~ 19.86%
B 81 of 146 ~ 55.48%

%24.66
%19.86
%55.48

CMYK color model

#241D51 color CMYK value is (56,64,0,68).

  • cyan value is 55.56%
  • magenta value is 64.20%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(56,64,0,68)
C56M64Y0K68 
(56%,64%,0%,68%)
(0.56/0.64/0.00/0.68)	

CMYK percentages

%55.56
%64.2
%0
%68.24

Codes

Color #241D51 in popluar color models

241D51
RGB362981
HSL248°47.27%21.57%
HSB/HSV248°64.20%31.76%
CMYK55.56%64.20%0.00%
68.24%

Color #241D51 in popluar number systems.

HEX241D51
Decimal362981
Binary100100111011010001
Octal4435121

Shades and tints

Shades of #241D51

#241D51
(36,29,81)
#211B4A
(33,27,74)
#1E1943
(30,25,67)
#1B173C
(27,23,60)
#181535
(24,21,53)
#15132E
(21,19,46)
#121127
(18,17,39)
#0F0F20
(15,15,32)
#0C0D19
(12,13,25)
#090B12
(9,11,18)
#06090B
(6,9,11)
#000000
(0,0,0)

Tints of #241D51

#241D51
(36,29,81)
#373160
(55,49,96)
#4A456F
(74,69,111)
#5D597E
(93,89,126)
#706D8D
(112,109,141)
#83819C
(131,129,156)
#9695AB
(150,149,171)
#A9A9BA
(169,169,186)
#BCBDC9
(188,189,201)
#CFD1D8
(207,209,216)
#E2E5E7
(226,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #241D51 color. Also use rgb(36,29,81) instead hex code.

Text Font Color

.myTextColor { color: #241D51; }

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

This text font color is #241D51.


Background Color

.myBgColor { background-color: #241D51; }

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

This div background color is #241D51.


Border color

.myBorderColor { border: 1px solid #241D51; }

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

This div border color is #241D51.


Opacity

.myOpacity80 { color: #241D51; opacity: 0.8; }

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

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

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

This text has shadow with #241D51 color.

.textShadow {text-shadow: 3px 3px 1px #241D51, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #241D51;
-webkit-box-shadow: 1px 1px 3px 2px #241D51;
box-shadow:1px 1px 3px 2px #241D51;">
Div content here</div>
This div box has shadow with color #241D51.

Preview

Color preview on black background

This text has color #241D51 on black background.


Color preview on white background

This text has color #241D51 on white background.



Black color preview on #241D51 background

This text has black color on #241D51 background.


White color preview on #241D51 background

This text has white color on #241D51 background.