COLOR #211431

HEX: #211431
RGB: (33,20,49)

Color info

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

RGB color model

#211431 color RGB value is (33,20,49).

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

RGB channels and saturation

R 33 of 255 = 13%
G 20 of 255 = 8%
B 49 of 255 = 19%

33
20
49

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

Portions of RGB colors in percentages

R + G + B =
33 + 20 + 49 = 102 (100%)
R 33 of 102 ~ 32.35%
G 20 of 102 ~ 19.61%
B 49 of 102 ~ 48.04%

%32.35
%19.61
%48.04

CMYK color model

#211431 color CMYK value is (33,59,0,81).

  • cyan value is 32.65%
  • magenta value is 59.18%
  • yellow value is 0.00%
  • key color value is 80.78%
CMYK:
(33,59,0,81)
C33M59Y0K81 
(33%,59%,0%,81%)
(0.33/0.59/0.00/0.81)	

CMYK percentages

%32.65
%59.18
%0
%80.78

Codes

Color #211431 in popluar color models

211431
RGB332049
HSL267°42.03%13.53%
HSB/HSV267°59.18%19.22%
CMYK32.65%59.18%0.00%
80.78%

Color #211431 in popluar number systems.

HEX211431
Decimal332049
Binary10000110100110001
Octal412461

Shades and tints

Shades of #211431

#211431
(33,20,49)
#1E132D
(30,19,45)
#1B1229
(27,18,41)
#181125
(24,17,37)
#151021
(21,16,33)
#120F1D
(18,15,29)
#0F0E19
(15,14,25)
#0C0D15
(12,13,21)
#090C11
(9,12,17)
#060B0D
(6,11,13)
#030A09
(3,10,9)
#000000
(0,0,0)

Tints of #211431

#211431
(33,20,49)
#352943
(53,41,67)
#493E55
(73,62,85)
#5D5367
(93,83,103)
#716879
(113,104,121)
#857D8B
(133,125,139)
#99929D
(153,146,157)
#ADA7AF
(173,167,175)
#C1BCC1
(193,188,193)
#D5D1D3
(213,209,211)
#E9E6E5
(233,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #211431; }

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

This text font color is #211431.


Background Color

.myBgColor { background-color: #211431; }

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

This div background color is #211431.


Border color

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

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

This div border color is #211431.


Opacity

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

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

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

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

This text has shadow with #211431 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #211431 on black background.


Color preview on white background

This text has color #211431 on white background.



Black color preview on #211431 background

This text has black color on #211431 background.


White color preview on #211431 background

This text has white color on #211431 background.