Color Hex Logo

#212021 Color Hex

#212021
(33,32,33)
0 Favorites   0 Comments

Color spaces of #212021

RGB 333233
HSL0.830.020.13
HSV300°13°
CMYK 0.000.030.00   0.87
XYZ1.41821.46621.6471
Yxy1.46620.31300.3236
Hunter Lab12.1087-0.28380.4111
CIE-Lab12.39150.7165-0.5124

#212021 color RGB value is (33,32,33).

#212021 hex color red value is 33, green value is 32 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #212021 hue: 0.83 , saturation: 0.02 and the lightness value of 212021 is 0.13.

The process color (four color CMYK) of #212021 color hex is 0.00, 0.03, 0.00, 0.87. Web safe color of #212021 is #333333. Color #212021 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00100000 00100001
Octal 41 40 41
Decimal 33 32 33
Hex 21 20 21

RGB Percentages of Color #212021

%33.67
%32.65
%33.67

CMYK Percentages of Color #212021

%0
%3
%0
%87

Triadic Colors of #212021

#212021 #212120 #202121

Monochromatic Colors of #212021

#212021

Complementary Color

#212021 #202120

#212021 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#212021 Color Preview on White Background

Lorem ipsum dolor sit amet.

#212021 Color CSS Codes

.mybgcolor {background-color:#212021; } 
.myforecolor {color:#212021; }
.mybordercolor {border:3px solid #212021; }

#212021 Text Font Color

<p style="color:#212021">Text here</p>

This sample text font color is #212021
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#212021 Background Color

<div style="background-color:#212021">
Div content here</div>

This div background color is #212021


#212021 Border Color

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

This div border color is #212021


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,32,33, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #212021; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #212021;
  -webkit-box-shadow: 1px 1px 3px 2px #212021;
  box-shadow:         1px 1px 3px 2px #212021; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(33,32,33, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #212021">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #212021;
  -webkit-box-shadow: 1px 1px 3px 2px #212021;
  box-shadow:         1px 1px 3px 2px #212021;">
Div content here</div>

This div box has shadow with color #212021


Comments

No comments written yet.

Please login to write comment.