COLOR #11201C

HEX: #11201C RGB: (17,32,28)

Color info

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

RGB color model

#11201C color RGB value is (17,32,28).

RGB: (17,32,28) (7%, 13%, 11%)

RGB channels and saturation

R 17 of 255 = 7%
G 32 of 255 = 13%
B 28 of 255 = 11%

17
32
28

R + G + B ~ 10%. #11201C is dark color.

Portions of RGB colors in percentages

R + G + B = 17 + 32 + 28 = 77 (100%)
R 17 of 77 ~ 22.08%
G 32 of 77 ~ 41.56%
B 28 of 77 ~ 36.36'%

%22.08
%41.56
%36.36

CMYK color model

#11201C color CMYK value is (47,0,13,87).

  • cyan value is 46.88%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 87.45%

CMYK: (47,0,13,87)
C47M0Y13K87 (47%, 0%, 13%, 87%)
(0.47 / 0.00 / 0.13 / 0.87)

CMYK percentages

%46.88
%0
%12.5
%87.45

Codes

Color #11201C in popluar color models

11 20 1C
RGB 17 32 28
HSL 164° 30.61% 9.61%
HSB/HSV 164° 46.88% 12.55%
CMYK 46.88% 0.00% 12.50%
87.45%

Color #11201C in popluar number systems.

HEX 11 20 1C
Decimal 17 32 28
Binary 10001 100000 11100
Octal 21 40 34

Shades and tints

Shades of #11201C

#11201C
(17,32,28)
#101E1A
(16,30,26)
#0F1C18
(15,28,24)
#0E1A16
(14,26,22)
#0D1814
(13,24,20)
#0C1612
(12,22,18)
#0B1410
(11,20,16)
#0A120E
(10,18,14)
#09100C
(9,16,12)
#080E0A
(8,14,10)
#070C08
(7,12,8)
#000000
(0,0,0)

Tints of #11201C

#11201C
(17,32,28)
#263430
(38,52,48)
#3B4844
(59,72,68)
#505C58
(80,92,88)
#65706C
(101,112,108)
#7A8480
(122,132,128)
#8F9894
(143,152,148)
#A4ACA8
(164,172,168)
#B9C0BC
(185,192,188)
#CED4D0
(206,212,208)
#E3E8E4
(227,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11201C color. Also use rgb(17,32,28) instead hex code.

Text Font Color

.myTextColor { color: #11201C; }

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

This text font color is #11201C.

Background Color

.myBgColor { background-color: #11201C; }

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

This div background color is #11201C.

Border color

.myBorderColor { border: 1px solid #11201C; }

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

This div border color is #11201C.

Opacity

.myOpacity80 { color: #11201C; opacity: 0.8; }

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

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

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

This text has shadow with #11201C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #11201C.

Preview

Color preview on black background

This text has color #11201C on black background.


Color preview on white background

This text has color #11201C on white background.


Black color preview on #11201C background

This text has black color on #11201C background.


White color preview on #11201C background

This text has white color on #11201C background.


Related colors

Complementary color

Complementary color for #hex is #EEDFE3.


I love getcolorcode.com

Triadic colors

1 #1C1120 and #201C11 with #11201C are triadic colors.

2 #1C2011 and #20111C with #11201C are triadic colors.