COLOR #21272B

HEX: #21272B RGB: (33,39,43)

Color info

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

RGB color model

#21272B color RGB value is (33,39,43).

RGB: (33,39,43) (13%, 15%, 17%)

RGB channels and saturation

R 33 of 255 = 13%
G 39 of 255 = 15%
B 43 of 255 = 17%

33
39
43

R + G + B ~ 15%. #21272B is dark color.

Portions of RGB colors in percentages

R + G + B = 33 + 39 + 43 = 115 (100%)
R 33 of 115 ~ 28.7%
G 39 of 115 ~ 33.91%
B 43 of 115 ~ 37.39'%

%28.7
%33.91
%37.39

CMYK color model

#21272B color CMYK value is (23,9,0,83).

  • cyan value is 23.26%
  • magenta value is 9.30%
  • yellow value is 0.00%
  • key color value is 83.14%

CMYK: (23,9,0,83)
C23M9Y0K83 (23%, 9%, 0%, 83%)
(0.23 / 0.09 / 0.00 / 0.83)

CMYK percentages

%23.26
%9.3
%0
%83.14

Codes

Color #21272B in popluar color models

21 27 2B
RGB 33 39 43
HSL 204° 13.16% 14.90%
HSB/HSV 204° 23.26% 16.86%
CMYK 23.26% 9.30% 0.00%
83.14%

Color #21272B in popluar number systems.

HEX 21 27 2B
Decimal 33 39 43
Binary 100001 100111 101011
Octal 41 47 53

Shades and tints

Shades of #21272B

#21272B
(33,39,43)
#1E2428
(30,36,40)
#1B2125
(27,33,37)
#181E22
(24,30,34)
#151B1F
(21,27,31)
#12181C
(18,24,28)
#0F1519
(15,21,25)
#0C1216
(12,18,22)
#090F13
(9,15,19)
#060C10
(6,12,16)
#03090D
(3,9,13)
#000000
(0,0,0)

Tints of #21272B

#21272B
(33,39,43)
#353A3E
(53,58,62)
#494D51
(73,77,81)
#5D6064
(93,96,100)
#717377
(113,115,119)
#85868A
(133,134,138)
#99999D
(153,153,157)
#ADACB0
(173,172,176)
#C1BFC3
(193,191,195)
#D5D2D6
(213,210,214)
#E9E5E9
(233,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #21272B color. Also use rgb(33,39,43) instead hex code.

Text Font Color

.myTextColor { color: #21272B; }

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

This text font color is #21272B.

Background Color

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

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

This div background color is #21272B.

Border color

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

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

This div border color is #21272B.

Opacity

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

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

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

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

This text has shadow with #21272B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #21272B.

Preview

Color preview on black background

This text has color #21272B on black background.


Color preview on white background

This text has color #21272B on white background.


Black color preview on #21272B background

This text has black color on #21272B background.


White color preview on #21272B background

This text has white color on #21272B background.


Related colors

Complementary color

Complementary color for #hex is #DED8D4.


I love getcolorcode.com

Triadic colors

1 #2B2127 and #272B21 with #21272B are triadic colors.

2 #2B2721 and #27212B with #21272B are triadic colors.