COLOR #221331

HEX: #221331
RGB: (34,19,49)

Color info

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

RGB color model

#221331 color RGB value is (34,19,49).

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

RGB channels and saturation

R 34 of 255 = 13%
G 19 of 255 = 7%
B 49 of 255 = 19%

34
19
49

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

Portions of RGB colors in percentages

R + G + B =
34 + 19 + 49 = 102 (100%)
R 34 of 102 ~ 33.33%
G 19 of 102 ~ 18.63%
B 49 of 102 ~ 48.04%

%33.33
%18.63
%48.04

CMYK color model

#221331 color CMYK value is (31,61,0,81).

  • cyan value is 30.61%
  • magenta value is 61.22%
  • yellow value is 0.00%
  • key color value is 80.78%
CMYK:
(31,61,0,81)
C31M61Y0K81 
(31%,61%,0%,81%)
(0.31/0.61/0.00/0.81)	

CMYK percentages

%30.61
%61.22
%0
%80.78

Codes

Color #221331 in popluar color models

221331
RGB341949
HSL270°44.12%13.33%
HSB/HSV270°61.22%19.22%
CMYK30.61%61.22%0.00%
80.78%

Color #221331 in popluar number systems.

HEX221331
Decimal341949
Binary10001010011110001
Octal422361

Shades and tints

Shades of #221331

#221331
(34,19,49)
#1F122D
(31,18,45)
#1C1129
(28,17,41)
#191025
(25,16,37)
#160F21
(22,15,33)
#130E1D
(19,14,29)
#100D19
(16,13,25)
#0D0C15
(13,12,21)
#0A0B11
(10,11,17)
#070A0D
(7,10,13)
#040909
(4,9,9)
#000000
(0,0,0)

Tints of #221331

#221331
(34,19,49)
#362843
(54,40,67)
#4A3D55
(74,61,85)
#5E5267
(94,82,103)
#726779
(114,103,121)
#867C8B
(134,124,139)
#9A919D
(154,145,157)
#AEA6AF
(174,166,175)
#C2BBC1
(194,187,193)
#D6D0D3
(214,208,211)
#EAE5E5
(234,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #221331; }

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

This text font color is #221331.


Background Color

.myBgColor { background-color: #221331; }

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

This div background color is #221331.


Border color

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

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

This div border color is #221331.


Opacity

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

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

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

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

This text has shadow with #221331 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #221331 on black background.


Color preview on white background

This text has color #221331 on white background.



Black color preview on #221331 background

This text has black color on #221331 background.


White color preview on #221331 background

This text has white color on #221331 background.