COLOR #211128

HEX: #211128
RGB: (33,17,40)

Color info

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

RGB color model

#211128 color RGB value is (33,17,40).

  • red value is 33;
  • green value is 17;
  • blue value is 40.
RGB:
(33,17,40)
(13%,7%,16%)

RGB channels and saturation

R 33 of 255 = 13%
G 17 of 255 = 7%
B 40 of 255 = 16%

33
17
40

R + G + B ~ 12%. #211128 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 17 + 40 = 90 (100%)
R 33 of 90 ~ 36.67%
G 17 of 90 ~ 18.89%
B 40 of 90 ~ 44.44%

%36.67
%18.89
%44.44

CMYK color model

#211128 color CMYK value is (18,58,0,84).

  • cyan value is 17.50%
  • magenta value is 57.50%
  • yellow value is 0.00%
  • key color value is 84.31%
CMYK:
(18,58,0,84)
C18M58Y0K84 
(18%,58%,0%,84%)
(0.18/0.58/0.00/0.84)	

CMYK percentages

%17.5
%57.5
%0
%84.31

Codes

Color #211128 in popluar color models

211128
RGB331740
HSL282°40.35%11.18%
HSB/HSV282°57.50%15.69%
CMYK17.50%57.50%0.00%
84.31%

Color #211128 in popluar number systems.

HEX211128
Decimal331740
Binary10000110001101000
Octal412150

Shades and tints

Shades of #211128

#211128
(33,17,40)
#1E1025
(30,16,37)
#1B0F22
(27,15,34)
#180E1F
(24,14,31)
#150D1C
(21,13,28)
#120C19
(18,12,25)
#0F0B16
(15,11,22)
#0C0A13
(12,10,19)
#090910
(9,9,16)
#06080D
(6,8,13)
#03070A
(3,7,10)
#000000
(0,0,0)

Tints of #211128

#211128
(33,17,40)
#35263B
(53,38,59)
#493B4E
(73,59,78)
#5D5061
(93,80,97)
#716574
(113,101,116)
#857A87
(133,122,135)
#998F9A
(153,143,154)
#ADA4AD
(173,164,173)
#C1B9C0
(193,185,192)
#D5CED3
(213,206,211)
#E9E3E6
(233,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #211128 color. Also use rgb(33,17,40) instead hex code.

Text Font Color

.myTextColor { color: #211128; }

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

This text font color is #211128.


Background Color

.myBgColor { background-color: #211128; }

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

This div background color is #211128.


Border color

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

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

This div border color is #211128.


Opacity

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

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

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

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

This text has shadow with #211128 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #211128 on black background.


Color preview on white background

This text has color #211128 on white background.



Black color preview on #211128 background

This text has black color on #211128 background.


White color preview on #211128 background

This text has white color on #211128 background.