COLOR #21181B

HEX: #21181B RGB: (33,24,27)

Color info

#21181B contains red, green and blue colors in about the same proportion. Web safe color of #21181B is #330033 (or #303).

RGB color model

#21181B color RGB value is (33,24,27).

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

RGB channels and saturation

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

33
24
27

R + G + B ~ 11%. #21181B is dark color.

Portions of RGB colors in percentages

R + G + B = 33 + 24 + 27 = 84 (100%)
R 33 of 84 ~ 39.29%
G 24 of 84 ~ 28.57%
B 27 of 84 ~ 32.14'%

%39.29
%28.57
%32.14

CMYK color model

#21181B color CMYK value is (0,27,18,87).

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

CMYK: (0,27,18,87)
C0M27Y18K87 (0%, 27%, 18%, 87%)
(0.00 / 0.27 / 0.18 / 0.87)

CMYK percentages

%0
%27.27
%18.18
%87.06

Codes

Color #21181B in popluar color models

21 18 1B
RGB 33 24 27
HSL 340° 15.79% 11.18%
HSB/HSV 340° 27.27% 12.94%
CMYK 0.00% 27.27% 18.18%
87.06%

Color #21181B in popluar number systems.

HEX 21 18 1B
Decimal 33 24 27
Binary 100001 11000 11011
Octal 41 30 33

Shades and tints

Shades of #21181B

#21181B
(33,24,27)
#1E1619
(30,22,25)
#1B1417
(27,20,23)
#181215
(24,18,21)
#151013
(21,16,19)
#120E11
(18,14,17)
#0F0C0F
(15,12,15)
#0C0A0D
(12,10,13)
#09080B
(9,8,11)
#060609
(6,6,9)
#030407
(3,4,7)
#000000
(0,0,0)

Tints of #21181B

#21181B
(33,24,27)
#352D2F
(53,45,47)
#494243
(73,66,67)
#5D5757
(93,87,87)
#716C6B
(113,108,107)
#85817F
(133,129,127)
#999693
(153,150,147)
#ADABA7
(173,171,167)
#C1C0BB
(193,192,187)
#D5D5CF
(213,213,207)
#E9EAE3
(233,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #21181B; }

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

This text font color is #21181B.

Background Color

.myBgColor { background-color: #21181B; }

<div style="background-color:#21181B">Inner text</div>

This div background color is #21181B.

Border color

.myBorderColor { border: 1px solid #21181B; }

<div style="border:3px solid #21181B">Div</div>

This div border color is #21181B.

Opacity

.myOpacity80 { color: #21181B; opacity: 0.8; }

<p style="color:#21181B;opacity:0.8;">80%</p>

Text with #21181B 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 #21181B;}

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

This text has shadow with #21181B color.


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

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

This text has shadow with #21181B primary color and red secondary color.


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

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

This text has shadow with #21181B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #21181B.

Preview

Color preview on black background

This text has color #21181B on black background.


Color preview on white background

This text has color #21181B on white background.


Black color preview on #21181B background

This text has black color on #21181B background.


White color preview on #21181B background

This text has white color on #21181B background.


Related colors

Complementary color

Complementary color for #hex is #DEE7E4.


I love getcolorcode.com

Triadic colors

1 #1B2118 and #181B21 with #21181B are triadic colors.

2 #1B1821 and #18211B with #21181B are triadic colors.