COLOR #11211C

HEX: #11211C RGB: (17,33,28)

Color info

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

RGB color model

#11211C color RGB value is (17,33,28).

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

RGB channels and saturation

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

17
33
28

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

Portions of RGB colors in percentages

R + G + B = 17 + 33 + 28 = 78 (100%)
R 17 of 78 ~ 21.79%
G 33 of 78 ~ 42.31%
B 28 of 78 ~ 35.9'%

%21.79
%42.31
%35.9

CMYK color model

#11211C color CMYK value is (48,0,15,87).

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

CMYK: (48,0,15,87)
C48M0Y15K87 (48%, 0%, 15%, 87%)
(0.48 / 0.00 / 0.15 / 0.87)

CMYK percentages

%48.48
%0
%15.15
%87.06

Codes

Color #11211C in popluar color models

11 21 1C
RGB 17 33 28
HSL 161° 32.00% 9.80%
HSB/HSV 161° 48.48% 12.94%
CMYK 48.48% 0.00% 15.15%
87.06%

Color #11211C in popluar number systems.

HEX 11 21 1C
Decimal 17 33 28
Binary 10001 100001 11100
Octal 21 41 34

Shades and tints

Shades of #11211C

#11211C
(17,33,28)
#101E1A
(16,30,26)
#0F1B18
(15,27,24)
#0E1816
(14,24,22)
#0D1514
(13,21,20)
#0C1212
(12,18,18)
#0B0F10
(11,15,16)
#0A0C0E
(10,12,14)
#09090C
(9,9,12)
#08060A
(8,6,10)
#070308
(7,3,8)
#000000
(0,0,0)

Tints of #11211C

#11211C
(17,33,28)
#263530
(38,53,48)
#3B4944
(59,73,68)
#505D58
(80,93,88)
#65716C
(101,113,108)
#7A8580
(122,133,128)
#8F9994
(143,153,148)
#A4ADA8
(164,173,168)
#B9C1BC
(185,193,188)
#CED5D0
(206,213,208)
#E3E9E4
(227,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #11211C; }

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

This text font color is #11211C.

Background Color

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

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

This div background color is #11211C.

Border color

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

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

This div border color is #11211C.

Opacity

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

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

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

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

This text has shadow with #11211C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #11211C.

Preview

Color preview on black background

This text has color #11211C on black background.


Color preview on white background

This text has color #11211C on white background.


Black color preview on #11211C background

This text has black color on #11211C background.


White color preview on #11211C background

This text has white color on #11211C background.


Related colors

Complementary color

Complementary color for #hex is #EEDEE3.


I love getcolorcode.com

Triadic colors

1 #1C1121 and #211C11 with #11211C are triadic colors.

2 #1C2111 and #21111C with #11211C are triadic colors.