COLOR #212721

HEX: #212721 RGB: (33,39,33)

Color info

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

RGB color model

#212721 color RGB value is (33,39,33).

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

RGB channels and saturation

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

33
39
33

R + G + B ~ 14%. #212721 is dark color.

Portions of RGB colors in percentages

R + G + B = 33 + 39 + 33 = 105 (100%)
R 33 of 105 ~ 31.43%
G 39 of 105 ~ 37.14%
B 33 of 105 ~ 31.43'%

%31.43
%37.14
%31.43

CMYK color model

#212721 color CMYK value is (15,0,15,85).

  • cyan value is 15.38%
  • magenta value is 0.00%
  • yellow value is 15.38%
  • key color value is 84.71%

CMYK: (15,0,15,85)
C15M0Y15K85 (15%, 0%, 15%, 85%)
(0.15 / 0.00 / 0.15 / 0.85)

CMYK percentages

%15.38
%0
%15.38
%84.71

Codes

Color #212721 in popluar color models

21 27 21
RGB 33 39 33
HSL 120° 8.33% 14.12%
HSB/HSV 120° 15.38% 15.29%
CMYK 15.38% 0.00% 15.38%
84.71%

Color #212721 in popluar number systems.

HEX 21 27 21
Decimal 33 39 33
Binary 100001 100111 100001
Octal 41 47 41

Shades and tints

Shades of #212721

#212721
(33,39,33)
#1E241E
(30,36,30)
#1B211B
(27,33,27)
#181E18
(24,30,24)
#151B15
(21,27,21)
#121812
(18,24,18)
#0F150F
(15,21,15)
#0C120C
(12,18,12)
#090F09
(9,15,9)
#060C06
(6,12,6)
#030903
(3,9,3)
#000000
(0,0,0)

Tints of #212721

#212721
(33,39,33)
#353A35
(53,58,53)
#494D49
(73,77,73)
#5D605D
(93,96,93)
#717371
(113,115,113)
#858685
(133,134,133)
#999999
(153,153,153)
#ADACAD
(173,172,173)
#C1BFC1
(193,191,193)
#D5D2D5
(213,210,213)
#E9E5E9
(233,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #212721; }

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

This text font color is #212721.

Background Color

.myBgColor { background-color: #212721; }

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

This div background color is #212721.

Border color

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

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

This div border color is #212721.

Opacity

.myOpacity80 { color: #212721; opacity: 0.8; }

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

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

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

This text has shadow with #212721 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #212721.

Preview

Color preview on black background

This text has color #212721 on black background.


Color preview on white background

This text has color #212721 on white background.


Black color preview on #212721 background

This text has black color on #212721 background.


White color preview on #212721 background

This text has white color on #212721 background.


Related colors

Complementary color

Complementary color for #hex is #DED8DE.


I love getcolorcode.com

Triadic colors

1 #212127 and #272121 with #212721 are triadic colors.

2 #212721 and #272121 with #212721 are triadic colors.