COLOR #1B211B

HEX: #1B211B RGB: (27,33,27)

Color info

#1B211B contains red, green and blue colors in about the same proportion. Web safe color of #1B211B is #333333 (or #333).

RGB color model

#1B211B color RGB value is (27,33,27).

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

RGB channels and saturation

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

27
33
27

R + G + B ~ 12%. #1B211B is dark color.

Portions of RGB colors in percentages

R + G + B = 27 + 33 + 27 = 87 (100%)
R 27 of 87 ~ 31.03%
G 33 of 87 ~ 37.93%
B 27 of 87 ~ 31.03'%

%31.03
%37.93
%31.03

CMYK color model

#1B211B color CMYK value is (18,0,18,87).

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

CMYK: (18,0,18,87)
C18M0Y18K87 (18%, 0%, 18%, 87%)
(0.18 / 0.00 / 0.18 / 0.87)

CMYK percentages

%18.18
%0
%18.18
%87.06

Codes

Color #1B211B in popluar color models

1B 21 1B
RGB 27 33 27
HSL 120° 10.00% 11.76%
HSB/HSV 120° 18.18% 12.94%
CMYK 18.18% 0.00% 18.18%
87.06%

Color #1B211B in popluar number systems.

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

Shades and tints

Shades of #1B211B

#1B211B
(27,33,27)
#191E19
(25,30,25)
#171B17
(23,27,23)
#151815
(21,24,21)
#131513
(19,21,19)
#111211
(17,18,17)
#0F0F0F
(15,15,15)
#0D0C0D
(13,12,13)
#0B090B
(11,9,11)
#090609
(9,6,9)
#070307
(7,3,7)
#000000
(0,0,0)

Tints of #1B211B

#1B211B
(27,33,27)
#2F352F
(47,53,47)
#434943
(67,73,67)
#575D57
(87,93,87)
#6B716B
(107,113,107)
#7F857F
(127,133,127)
#939993
(147,153,147)
#A7ADA7
(167,173,167)
#BBC1BB
(187,193,187)
#CFD5CF
(207,213,207)
#E3E9E3
(227,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B211B; }

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

This text font color is #1B211B.

Background Color

.myBgColor { background-color: #1B211B; }

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

This div background color is #1B211B.

Border color

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

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

This div border color is #1B211B.

Opacity

.myOpacity80 { color: #1B211B; opacity: 0.8; }

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

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

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

This text has shadow with #1B211B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1B211B.

Preview

Color preview on black background

This text has color #1B211B on black background.


Color preview on white background

This text has color #1B211B on white background.


Black color preview on #1B211B background

This text has black color on #1B211B background.


White color preview on #1B211B background

This text has white color on #1B211B background.


Related colors

Complementary color

Complementary color for #hex is #E4DEE4.


I love getcolorcode.com

Triadic colors

1 #1B1B21 and #211B1B with #1B211B are triadic colors.

2 #1B211B and #211B1B with #1B211B are triadic colors.