COLOR #241331

HEX: #241331
RGB: (36,19,49)

Color info

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

RGB color model

#241331 color RGB value is (36,19,49).

  • red value is 36;
  • green value is 19;
  • blue value is 49.
RGB:
(36,19,49)
(14%,7%,19%)

RGB channels and saturation

R 36 of 255 = 14%
G 19 of 255 = 7%
B 49 of 255 = 19%

36
19
49

R + G + B ~ 13%. #241331 is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 19 + 49 = 104 (100%)
R 36 of 104 ~ 34.62%
G 19 of 104 ~ 18.27%
B 49 of 104 ~ 47.12%

%34.62
%18.27
%47.12

CMYK color model

#241331 color CMYK value is (27,61,0,81).

  • cyan value is 26.53%
  • magenta value is 61.22%
  • yellow value is 0.00%
  • key color value is 80.78%
CMYK:
(27,61,0,81)
C27M61Y0K81 
(27%,61%,0%,81%)
(0.27/0.61/0.00/0.81)	

CMYK percentages

%26.53
%61.22
%0
%80.78

Codes

Color #241331 in popluar color models

241331
RGB361949
HSL274°44.12%13.33%
HSB/HSV274°61.22%19.22%
CMYK26.53%61.22%0.00%
80.78%

Color #241331 in popluar number systems.

HEX241331
Decimal361949
Binary10010010011110001
Octal442361

Shades and tints

Shades of #241331

#241331
(36,19,49)
#21122D
(33,18,45)
#1E1129
(30,17,41)
#1B1025
(27,16,37)
#180F21
(24,15,33)
#150E1D
(21,14,29)
#120D19
(18,13,25)
#0F0C15
(15,12,21)
#0C0B11
(12,11,17)
#090A0D
(9,10,13)
#060909
(6,9,9)
#000000
(0,0,0)

Tints of #241331

#241331
(36,19,49)
#372843
(55,40,67)
#4A3D55
(74,61,85)
#5D5267
(93,82,103)
#706779
(112,103,121)
#837C8B
(131,124,139)
#96919D
(150,145,157)
#A9A6AF
(169,166,175)
#BCBBC1
(188,187,193)
#CFD0D3
(207,208,211)
#E2E5E5
(226,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #241331; }

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

This text font color is #241331.


Background Color

.myBgColor { background-color: #241331; }

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

This div background color is #241331.


Border color

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

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

This div border color is #241331.


Opacity

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

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

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

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

This text has shadow with #241331 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #241331 on black background.


Color preview on white background

This text has color #241331 on white background.



Black color preview on #241331 background

This text has black color on #241331 background.


White color preview on #241331 background

This text has white color on #241331 background.