COLOR #111221

HEX: #111221
RGB: (17,18,33)

Color info

#111221 contains red, green and blue colors in about the same proportion. Web safe color of #111221 is #000033 (or #003).

RGB color model

#111221 color RGB value is (17,18,33).

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

RGB channels and saturation

R 17 of 255 = 7%
G 18 of 255 = 7%
B 33 of 255 = 13%

17
18
33

R + G + B ~ 9%. #111221 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 18 + 33 = 68 (100%)
R 17 of 68 ~ 25%
G 18 of 68 ~ 26.47%
B 33 of 68 ~ 48.53%

%25
%26.47
%48.53

CMYK color model

#111221 color CMYK value is (48,45,0,87).

  • cyan value is 48.48%
  • magenta value is 45.45%
  • yellow value is 0.00%
  • key color value is 87.06%
CMYK:
(48,45,0,87)
C48M45Y0K87 
(48%,45%,0%,87%)
(0.48/0.45/0.00/0.87)	

CMYK percentages

%48.48
%45.45
%0
%87.06

Codes

Color #111221 in popluar color models

111221
RGB171833
HSL236°32.00%9.80%
HSB/HSV236°48.48%12.94%
CMYK48.48%45.45%0.00%
87.06%

Color #111221 in popluar number systems.

HEX111221
Decimal171833
Binary1000110010100001
Octal212241

Shades and tints

Shades of #111221

#111221
(17,18,33)
#10111E
(16,17,30)
#0F101B
(15,16,27)
#0E0F18
(14,15,24)
#0D0E15
(13,14,21)
#0C0D12
(12,13,18)
#0B0C0F
(11,12,15)
#0A0B0C
(10,11,12)
#090A09
(9,10,9)
#080906
(8,9,6)
#070803
(7,8,3)
#000000
(0,0,0)

Tints of #111221

#111221
(17,18,33)
#262735
(38,39,53)
#3B3C49
(59,60,73)
#50515D
(80,81,93)
#656671
(101,102,113)
#7A7B85
(122,123,133)
#8F9099
(143,144,153)
#A4A5AD
(164,165,173)
#B9BAC1
(185,186,193)
#CECFD5
(206,207,213)
#E3E4E9
(227,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #111221; }

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

This text font color is #111221.


Background Color

.myBgColor { background-color: #111221; }

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

This div background color is #111221.


Border color

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

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

This div border color is #111221.


Opacity

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

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

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

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

This text has shadow with #111221 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #111221 on black background.


Color preview on white background

This text has color #111221 on white background.



Black color preview on #111221 background

This text has black color on #111221 background.


White color preview on #111221 background

This text has white color on #111221 background.