COLOR #11211A

HEX: #11211A RGB: (17,33,26)

Color info

#11211A contains red, green and blue colors in about the same proportion. Web safe color of #11211A is #003300 (or #030).

RGB color model

#11211A color RGB value is (17,33,26).

RGB: (17,33,26) (7%, 13%, 10%)

RGB channels and saturation

R 17 of 255 = 7%
G 33 of 255 = 13%
B 26 of 255 = 10%

17
33
26

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

Portions of RGB colors in percentages

R + G + B = 17 + 33 + 26 = 76 (100%)
R 17 of 76 ~ 22.37%
G 33 of 76 ~ 43.42%
B 26 of 76 ~ 34.21'%

%22.37
%43.42
%34.21

CMYK color model

#11211A color CMYK value is (48,0,21,87).

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

CMYK: (48,0,21,87)
C48M0Y21K87 (48%, 0%, 21%, 87%)
(0.48 / 0.00 / 0.21 / 0.87)

CMYK percentages

%48.48
%0
%21.21
%87.06

Codes

Color #11211A in popluar color models

11 21 1A
RGB 17 33 26
HSL 154° 32.00% 9.80%
HSB/HSV 154° 48.48% 12.94%
CMYK 48.48% 0.00% 21.21%
87.06%

Color #11211A in popluar number systems.

HEX 11 21 1A
Decimal 17 33 26
Binary 10001 100001 11010
Octal 21 41 32

Shades and tints

Shades of #11211A

#11211A
(17,33,26)
#101E18
(16,30,24)
#0F1B16
(15,27,22)
#0E1814
(14,24,20)
#0D1512
(13,21,18)
#0C1210
(12,18,16)
#0B0F0E
(11,15,14)
#0A0C0C
(10,12,12)
#09090A
(9,9,10)
#080608
(8,6,8)
#070306
(7,3,6)
#000000
(0,0,0)

Tints of #11211A

#11211A
(17,33,26)
#26352E
(38,53,46)
#3B4942
(59,73,66)
#505D56
(80,93,86)
#65716A
(101,113,106)
#7A857E
(122,133,126)
#8F9992
(143,153,146)
#A4ADA6
(164,173,166)
#B9C1BA
(185,193,186)
#CED5CE
(206,213,206)
#E3E9E2
(227,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #11211A; }

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

This text font color is #11211A.

Background Color

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

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

This div background color is #11211A.

Border color

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

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

This div border color is #11211A.

Opacity

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

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

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

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

This text has shadow with #11211A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #11211A.

Preview

Color preview on black background

This text has color #11211A on black background.


Color preview on white background

This text has color #11211A on white background.


Black color preview on #11211A background

This text has black color on #11211A background.


White color preview on #11211A background

This text has white color on #11211A background.


Related colors

Complementary color

Complementary color for #hex is #EEDEE5.


I love getcolorcode.com

Triadic colors

1 #1A1121 and #211A11 with #11211A are triadic colors.

2 #1A2111 and #21111A with #11211A are triadic colors.