COLOR #311221

HEX: #311221
RGB: (49,18,33)

Color info

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

RGB color model

#311221 color RGB value is (49,18,33).

  • red value is 49;
  • green value is 18;
  • blue value is 33.
RGB:
(49,18,33)
(19%,7%,13%)

RGB channels and saturation

R 49 of 255 = 19%
G 18 of 255 = 7%
B 33 of 255 = 13%

49
18
33

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

Portions of RGB colors in percentages

R + G + B =
49 + 18 + 33 = 100 (100%)
R 49 of 100 ~ 49%
G 18 of 100 ~ 18%
B 33 of 100 ~ 33%

%49
%18
%33

CMYK color model

#311221 color CMYK value is (0,63,33,81).

  • cyan value is 0.00%
  • magenta value is 63.27%
  • yellow value is 32.65%
  • key color value is 80.78%
CMYK:
(0,63,33,81)
C0M63Y33K81 
(0%,63%,33%,81%)
(0.00/0.63/0.33/0.81)	

CMYK percentages

%0
%63.27
%32.65
%80.78

Codes

Color #311221 in popluar color models

311221
RGB491833
HSL331°46.27%13.14%
HSB/HSV331°63.27%19.22%
CMYK0.00%63.27%32.65%
80.78%

Color #311221 in popluar number systems.

HEX311221
Decimal491833
Binary11000110010100001
Octal612241

Shades and tints

Shades of #311221

#311221
(49,18,33)
#2D111E
(45,17,30)
#29101B
(41,16,27)
#250F18
(37,15,24)
#210E15
(33,14,21)
#1D0D12
(29,13,18)
#190C0F
(25,12,15)
#150B0C
(21,11,12)
#110A09
(17,10,9)
#0D0906
(13,9,6)
#090803
(9,8,3)
#000000
(0,0,0)

Tints of #311221

#311221
(49,18,33)
#432735
(67,39,53)
#553C49
(85,60,73)
#67515D
(103,81,93)
#796671
(121,102,113)
#8B7B85
(139,123,133)
#9D9099
(157,144,153)
#AFA5AD
(175,165,173)
#C1BAC1
(193,186,193)
#D3CFD5
(211,207,213)
#E5E4E9
(229,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #311221 color. Also use rgb(49,18,33) instead hex code.

Text Font Color

.myTextColor { color: #311221; }

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

This text font color is #311221.


Background Color

.myBgColor { background-color: #311221; }

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

This div background color is #311221.


Border color

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

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

This div border color is #311221.


Opacity

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

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

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

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

This text has shadow with #311221 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #311221 on black background.


Color preview on white background

This text has color #311221 on white background.



Black color preview on #311221 background

This text has black color on #311221 background.


White color preview on #311221 background

This text has white color on #311221 background.