COLOR #241441

HEX: #241441
RGB: (36,20,65)

Color info

#241441 contains red, green and blue colors in about the same proportion. Web safe color of #241441 is #330033 (or #303).

RGB color model

#241441 color RGB value is (36,20,65).

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

RGB channels and saturation

R 36 of 255 = 14%
G 20 of 255 = 8%
B 65 of 255 = 25%

36
20
65

R + G + B ~ 16%. #241441 is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 20 + 65 = 121 (100%)
R 36 of 121 ~ 29.75%
G 20 of 121 ~ 16.53%
B 65 of 121 ~ 53.72%

%29.75
%16.53
%53.72

CMYK color model

#241441 color CMYK value is (45,69,0,75).

  • cyan value is 44.62%
  • magenta value is 69.23%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(45,69,0,75)
C45M69Y0K75 
(45%,69%,0%,75%)
(0.45/0.69/0.00/0.75)	

CMYK percentages

%44.62
%69.23
%0
%74.51

Codes

Color #241441 in popluar color models

241441
RGB362065
HSL261°52.94%16.67%
HSB/HSV261°69.23%25.49%
CMYK44.62%69.23%0.00%
74.51%

Color #241441 in popluar number systems.

HEX241441
Decimal362065
Binary100100101001000001
Octal4424101

Shades and tints

Shades of #241441

#241441
(36,20,65)
#21133C
(33,19,60)
#1E1237
(30,18,55)
#1B1132
(27,17,50)
#18102D
(24,16,45)
#150F28
(21,15,40)
#120E23
(18,14,35)
#0F0D1E
(15,13,30)
#0C0C19
(12,12,25)
#090B14
(9,11,20)
#060A0F
(6,10,15)
#000000
(0,0,0)

Tints of #241441

#241441
(36,20,65)
#372952
(55,41,82)
#4A3E63
(74,62,99)
#5D5374
(93,83,116)
#706885
(112,104,133)
#837D96
(131,125,150)
#9692A7
(150,146,167)
#A9A7B8
(169,167,184)
#BCBCC9
(188,188,201)
#CFD1DA
(207,209,218)
#E2E6EB
(226,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #241441; }

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

This text font color is #241441.


Background Color

.myBgColor { background-color: #241441; }

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

This div background color is #241441.


Border color

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

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

This div border color is #241441.


Opacity

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

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

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

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

This text has shadow with #241441 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #241441 on black background.


Color preview on white background

This text has color #241441 on white background.



Black color preview on #241441 background

This text has black color on #241441 background.


White color preview on #241441 background

This text has white color on #241441 background.