COLOR #111F21

HEX: #111F21 RGB: (17,31,33)

Color info

#111F21 contains red, green and blue colors in about the same proportion. Web safe color of #111F21 is #003333 (or #033).

RGB color model

#111F21 color RGB value is (17,31,33).

RGB: (17,31,33) (7%, 12%, 13%)

RGB channels and saturation

R 17 of 255 = 7%
G 31 of 255 = 12%
B 33 of 255 = 13%

17
31
33

R + G + B ~ 11%. #111F21 is dark color.

Portions of RGB colors in percentages

R + G + B = 17 + 31 + 33 = 81 (100%)
R 17 of 81 ~ 20.99%
G 31 of 81 ~ 38.27%
B 33 of 81 ~ 40.74'%

%20.99
%38.27
%40.74

CMYK color model

#111F21 color CMYK value is (48,6,0,87).

  • cyan value is 48.48%
  • magenta value is 6.06%
  • yellow value is 0.00%
  • key color value is 87.06%

CMYK: (48,6,0,87)
C48M6Y0K87 (48%, 6%, 0%, 87%)
(0.48 / 0.06 / 0.00 / 0.87)

CMYK percentages

%48.48
%6.06
%0
%87.06

Codes

Color #111F21 in popluar color models

11 1F 21
RGB 17 31 33
HSL 188° 32.00% 9.80%
HSB/HSV 188° 48.48% 12.94%
CMYK 48.48% 6.06% 0.00%
87.06%

Color #111F21 in popluar number systems.

HEX 11 1F 21
Decimal 17 31 33
Binary 10001 11111 100001
Octal 21 37 41

Shades and tints

Shades of #111F21

#111F21
(17,31,33)
#101D1E
(16,29,30)
#0F1B1B
(15,27,27)
#0E1918
(14,25,24)
#0D1715
(13,23,21)
#0C1512
(12,21,18)
#0B130F
(11,19,15)
#0A110C
(10,17,12)
#090F09
(9,15,9)
#080D06
(8,13,6)
#070B03
(7,11,3)
#000000
(0,0,0)

Tints of #111F21

#111F21
(17,31,33)
#263335
(38,51,53)
#3B4749
(59,71,73)
#505B5D
(80,91,93)
#656F71
(101,111,113)
#7A8385
(122,131,133)
#8F9799
(143,151,153)
#A4ABAD
(164,171,173)
#B9BFC1
(185,191,193)
#CED3D5
(206,211,213)
#E3E7E9
(227,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #111F21; }

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

This text font color is #111F21.

Background Color

.myBgColor { background-color: #111F21; }

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

This div background color is #111F21.

Border color

.myBorderColor { border: 1px solid #111F21; }

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

This div border color is #111F21.

Opacity

.myOpacity80 { color: #111F21; opacity: 0.8; }

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

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

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

This text has shadow with #111F21 color.


.textShadow {text-shadow: 3px 3px 1px #111F21', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #111F21; -webkit-box-shadow: 1px 1px 3px 2px #111F21; box-shadow:1px 1px 3px 2px #111F21;">
Div content here
</div>

This div box has shadow with color #111F21.

Preview

Color preview on black background

This text has color #111F21 on black background.


Color preview on white background

This text has color #111F21 on white background.


Black color preview on #111F21 background

This text has black color on #111F21 background.


White color preview on #111F21 background

This text has white color on #111F21 background.


Related colors

Complementary color

Complementary color for #hex is #EEE0DE.


I love getcolorcode.com

Triadic colors

1 #21111F and #1F2111 with #111F21 are triadic colors.

2 #211F11 and #1F1121 with #111F21 are triadic colors.