COLOR #211B11

HEX: #211B11 RGB: (33,27,17)

Color info

#211B11 contains red, green and blue colors in about the same proportion. Web safe color of #211B11 is #333300 (or #330).

RGB color model

#211B11 color RGB value is (33,27,17).

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

RGB channels and saturation

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

33
27
17

R + G + B ~ 10%. #211B11 is dark color.

Portions of RGB colors in percentages

R + G + B = 33 + 27 + 17 = 77 (100%)
R 33 of 77 ~ 42.86%
G 27 of 77 ~ 35.06%
B 17 of 77 ~ 22.08'%

%42.86
%35.06
%22.08

CMYK color model

#211B11 color CMYK value is (0,18,48,87).

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

CMYK: (0,18,48,87)
C0M18Y48K87 (0%, 18%, 48%, 87%)
(0.00 / 0.18 / 0.48 / 0.87)

CMYK percentages

%0
%18.18
%48.48
%87.06

Codes

Color #211B11 in popluar color models

21 1B 11
RGB 33 27 17
HSL 38° 32.00% 9.80%
HSB/HSV 38° 48.48% 12.94%
CMYK 0.00% 18.18% 48.48%
87.06%

Color #211B11 in popluar number systems.

HEX 21 1B 11
Decimal 33 27 17
Binary 100001 11011 10001
Octal 41 33 21

Shades and tints

Shades of #211B11

#211B11
(33,27,17)
#1E1910
(30,25,16)
#1B170F
(27,23,15)
#18150E
(24,21,14)
#15130D
(21,19,13)
#12110C
(18,17,12)
#0F0F0B
(15,15,11)
#0C0D0A
(12,13,10)
#090B09
(9,11,9)
#060908
(6,9,8)
#030707
(3,7,7)
#000000
(0,0,0)

Tints of #211B11

#211B11
(33,27,17)
#352F26
(53,47,38)
#49433B
(73,67,59)
#5D5750
(93,87,80)
#716B65
(113,107,101)
#857F7A
(133,127,122)
#99938F
(153,147,143)
#ADA7A4
(173,167,164)
#C1BBB9
(193,187,185)
#D5CFCE
(213,207,206)
#E9E3E3
(233,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #211B11 color. Also use rgb(33,27,17) instead hex code.

Text Font Color

.myTextColor { color: #211B11; }

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

This text font color is #211B11.

Background Color

.myBgColor { background-color: #211B11; }

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

This div background color is #211B11.

Border color

.myBorderColor { border: 1px solid #211B11; }

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

This div border color is #211B11.

Opacity

.myOpacity80 { color: #211B11; opacity: 0.8; }

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

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

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

This text has shadow with #211B11 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #211B11.

Preview

Color preview on black background

This text has color #211B11 on black background.


Color preview on white background

This text has color #211B11 on white background.


Black color preview on #211B11 background

This text has black color on #211B11 background.


White color preview on #211B11 background

This text has white color on #211B11 background.


Related colors

Complementary color

Complementary color for #hex is #DEE4EE.


I love getcolorcode.com

Triadic colors

1 #11211B and #1B1121 with #211B11 are triadic colors.

2 #111B21 and #1B2111 with #211B11 are triadic colors.