COLOR #241F41

HEX: #241F41
RGB: (36,31,65)

Color info

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

RGB color model

#241F41 color RGB value is (36,31,65).

  • red value is 36;
  • green value is 31;
  • blue value is 65.
RGB:
(36,31,65)
(14%,12%,25%)

RGB channels and saturation

R 36 of 255 = 14%
G 31 of 255 = 12%
B 65 of 255 = 25%

36
31
65

R + G + B ~ 17%. #241F41 is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 31 + 65 = 132 (100%)
R 36 of 132 ~ 27.27%
G 31 of 132 ~ 23.48%
B 65 of 132 ~ 49.24%

%27.27
%23.48
%49.24

CMYK color model

#241F41 color CMYK value is (45,52,0,75).

  • cyan value is 44.62%
  • magenta value is 52.31%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(45,52,0,75)
C45M52Y0K75 
(45%,52%,0%,75%)
(0.45/0.52/0.00/0.75)	

CMYK percentages

%44.62
%52.31
%0
%74.51

Codes

Color #241F41 in popluar color models

241F41
RGB363165
HSL249°35.42%18.82%
HSB/HSV249°52.31%25.49%
CMYK44.62%52.31%0.00%
74.51%

Color #241F41 in popluar number systems.

HEX241F41
Decimal363165
Binary100100111111000001
Octal4437101

Shades and tints

Shades of #241F41

#241F41
(36,31,65)
#211D3C
(33,29,60)
#1E1B37
(30,27,55)
#1B1932
(27,25,50)
#18172D
(24,23,45)
#151528
(21,21,40)
#121323
(18,19,35)
#0F111E
(15,17,30)
#0C0F19
(12,15,25)
#090D14
(9,13,20)
#060B0F
(6,11,15)
#000000
(0,0,0)

Tints of #241F41

#241F41
(36,31,65)
#373352
(55,51,82)
#4A4763
(74,71,99)
#5D5B74
(93,91,116)
#706F85
(112,111,133)
#838396
(131,131,150)
#9697A7
(150,151,167)
#A9ABB8
(169,171,184)
#BCBFC9
(188,191,201)
#CFD3DA
(207,211,218)
#E2E7EB
(226,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #241F41 color. Also use rgb(36,31,65) instead hex code.

Text Font Color

.myTextColor { color: #241F41; }

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

This text font color is #241F41.


Background Color

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

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

This div background color is #241F41.


Border color

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

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

This div border color is #241F41.


Opacity

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

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

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

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

This text has shadow with #241F41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #241F41 on black background.


Color preview on white background

This text has color #241F41 on white background.



Black color preview on #241F41 background

This text has black color on #241F41 background.


White color preview on #241F41 background

This text has white color on #241F41 background.