COLOR #211B01

HEX: #211B01 RGB: (33,27,1)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

33
27
1

R + G + B ~ 8%. #211B01 is dark color.

Portions of RGB colors in percentages

R + G + B = 33 + 27 + 1 = 61 (100%)
R 33 of 61 ~ 54.1%
G 27 of 61 ~ 44.26%
B 1 of 61 ~ 1.64'%

%54.1
%44.26

CMYK color model

#211B01 color CMYK value is (0,18,97,87).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 96.97%
  • key color value is 87.06%
CMYK: (0,18,97,87) C0M18Y97K87 (0%,18%,97%,87%) (0.00/0.18/0.97/0.87) 

CMYK percentages

%0
%18.18
%96.97
%87.06

Codes

Color #211B01 in popluar color models

21 1B 01
RGB 33 27 1
HSL 49° 94.12% 6.67%
HSB/HSV 49° 96.97% 12.94%
CMYK 0.00% 18.18% 96.97%
87.06%

Color #211B01 in popluar number systems.

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

Shades and tints

Shades of #211B01

#211B01
(33,27,1)
#1E1901
(30,25,1)
#1B1701
(27,23,1)
#181501
(24,21,1)
#151301
(21,19,1)
#121101
(18,17,1)
#0F0F01
(15,15,1)
#0C0D01
(12,13,1)
#090B01
(9,11,1)
#060901
(6,9,1)
#030701
(3,7,1)
#000000
(0,0,0)

Tints of #211B01

#211B01
(33,27,1)
#352F18
(53,47,24)
#49432F
(73,67,47)
#5D5746
(93,87,70)
#716B5D
(113,107,93)
#857F74
(133,127,116)
#99938B
(153,147,139)
#ADA7A2
(173,167,162)
#C1BBB9
(193,187,185)
#D5CFD0
(213,207,208)
#E9E3E7
(233,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #211B01; }

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

This text font color is #211B01.

Background Color

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

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

This div background color is #211B01.

Border color

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

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

This div border color is #211B01.

Opacity

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

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

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

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

This text has shadow with #211B01 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #211B01.

Preview

Color preview on black background

This text has color #211B01 on black background.


Color preview on white background

This text has color #211B01 on white background.


Black color preview on #211B01 background

This text has black color on #211B01 background.


White color preview on #211B01 background

This text has white color on #211B01 background.


Related colors

Complementary color

Complementary color for #hex is #DEE4FE.


I love getcolorcode.com

Triadic colors

1 #01211B and #1B0121 with #211B01 are triadic colors.

2 #011B21 and #1B2101 with #211B01 are triadic colors.