COLOR #241C4C

HEX: #241C4C
RGB: (36,28,76)

Color info

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

RGB color model

#241C4C color RGB value is (36,28,76).

  • red value is 36;
  • green value is 28;
  • blue value is 76.
RGB:
(36,28,76)
(14%,11%,30%)

RGB channels and saturation

R 36 of 255 = 14%
G 28 of 255 = 11%
B 76 of 255 = 30%

36
28
76

R + G + B ~ 18%. #241C4C is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 28 + 76 = 140 (100%)
R 36 of 140 ~ 25.71%
G 28 of 140 ~ 20%
B 76 of 140 ~ 54.29%

%25.71
%20
%54.29

CMYK color model

#241C4C color CMYK value is (53,63,0,70).

  • cyan value is 52.63%
  • magenta value is 63.16%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(53,63,0,70)
C53M63Y0K70 
(53%,63%,0%,70%)
(0.53/0.63/0.00/0.70)	

CMYK percentages

%52.63
%63.16
%0
%70.2

Codes

Color #241C4C in popluar color models

241C4C
RGB362876
HSL250°46.15%20.39%
HSB/HSV250°63.16%29.80%
CMYK52.63%63.16%0.00%
70.20%

Color #241C4C in popluar number systems.

HEX241C4C
Decimal362876
Binary100100111001001100
Octal4434114

Shades and tints

Shades of #241C4C

#241C4C
(36,28,76)
#211A46
(33,26,70)
#1E1840
(30,24,64)
#1B163A
(27,22,58)
#181434
(24,20,52)
#15122E
(21,18,46)
#121028
(18,16,40)
#0F0E22
(15,14,34)
#0C0C1C
(12,12,28)
#090A16
(9,10,22)
#060810
(6,8,16)
#000000
(0,0,0)

Tints of #241C4C

#241C4C
(36,28,76)
#37305C
(55,48,92)
#4A446C
(74,68,108)
#5D587C
(93,88,124)
#706C8C
(112,108,140)
#83809C
(131,128,156)
#9694AC
(150,148,172)
#A9A8BC
(169,168,188)
#BCBCCC
(188,188,204)
#CFD0DC
(207,208,220)
#E2E4EC
(226,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #241C4C color. Also use rgb(36,28,76) instead hex code.

Text Font Color

.myTextColor { color: #241C4C; }

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

This text font color is #241C4C.


Background Color

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

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

This div background color is #241C4C.


Border color

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

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

This div border color is #241C4C.


Opacity

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

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

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

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

This text has shadow with #241C4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #241C4C on black background.


Color preview on white background

This text has color #241C4C on white background.



Black color preview on #241C4C background

This text has black color on #241C4C background.


White color preview on #241C4C background

This text has white color on #241C4C background.