COLOR #110211

HEX: #110211 RGB: (17,2,17)

Color info

#110211 contains red, green and blue colors in about the same proportion. Web safe color of #110211 is #000000 (or #000).

RGB color model

#110211 color RGB value is (17,2,17).

RGB: (17,2,17) (7%, 1%, 7%)

RGB channels and saturation

R 17 of 255 = 7%
G 2 of 255 = 1%
B 17 of 255 = 7%

17
2
17

R + G + B ~ 5%. #110211 is dark color.

Portions of RGB colors in percentages

R + G + B = 17 + 2 + 17 = 36 (100%)
R 17 of 36 ~ 47.22%
G 2 of 36 ~ 5.56%
B 17 of 36 ~ 47.22'%

%47.22
%47.22

CMYK color model

#110211 color CMYK value is (0,88,0,93).

  • cyan value is 0.00%
  • magenta value is 88.24%
  • yellow value is 0.00%
  • key color value is 93.33%

CMYK: (0,88,0,93)
C0M88Y0K93 (0%, 88%, 0%, 93%)
(0.00 / 0.88 / 0.00 / 0.93)

CMYK percentages

%0
%88.24
%0
%93.33

Codes

Color #110211 in popluar color models

11 02 11
RGB 17 2 17
HSL 300° 78.95% 3.73%
HSB/HSV 300° 88.24% 6.67%
CMYK 0.00% 88.24% 0.00%
93.33%

Color #110211 in popluar number systems.

HEX 11 02 11
Decimal 17 2 17
Binary 10001 10 10001
Octal 21 2 21

Shades and tints

Shades of #110211

#110211
(17,2,17)
#100210
(16,2,16)
#0F020F
(15,2,15)
#0E020E
(14,2,14)
#0D020D
(13,2,13)
#0C020C
(12,2,12)
#0B020B
(11,2,11)
#0A020A
(10,2,10)
#090209
(9,2,9)
#080208
(8,2,8)
#070207
(7,2,7)
#000000
(0,0,0)

Tints of #110211

#110211
(17,2,17)
#261926
(38,25,38)
#3B303B
(59,48,59)
#504750
(80,71,80)
#655E65
(101,94,101)
#7A757A
(122,117,122)
#8F8C8F
(143,140,143)
#A4A3A4
(164,163,164)
#B9BAB9
(185,186,185)
#CED1CE
(206,209,206)
#E3E8E3
(227,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #110211; }

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

This text font color is #110211.

Background Color

.myBgColor { background-color: #110211; }

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

This div background color is #110211.

Border color

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

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

This div border color is #110211.

Opacity

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

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

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

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

This text has shadow with #110211 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #110211.

Preview

Color preview on black background

This text has color #110211 on black background.


Color preview on white background

This text has color #110211 on white background.


Black color preview on #110211 background

This text has black color on #110211 background.


White color preview on #110211 background

This text has white color on #110211 background.


Related colors

Complementary color

Complementary color for #hex is #EEFDEE.


I love getcolorcode.com

Triadic colors

1 #111102 and #021111 with #110211 are triadic colors.

2 #110211 and #021111 with #110211 are triadic colors.