Color Hex Logo

#212121 Color Hex Gray13

#212121
(33,33,33)
18 Favorites   1 Comments

Color spaces of #212121 Gray13

RGB 333333
HSL0.000.000.13
HSV13°
CMYK 0.000.000.00   0.87
XYZ1.44561.52091.6562
Yxy1.52090.31270.3290
Hunter Lab12.3325-0.65830.6703
CIE-Lab12.74030.0009-0.0020

#212121 color RGB value is (33,33,33). #212121 color name is Gray13 color.

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

The process color (four color CMYK) of #212121 color hex is 0.00, 0.00, 0.00, 0.87. Web safe color of #212121 is #333333. Color #212121 rgb is equally color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00100001 00100001
Octal 41 41 41
Decimal 33 33 33
Hex 21 21 21

RGB Percentages of Color #212121

%33.33
%33.33
%33.33

CMYK Percentages of Color #212121

%0
%0
%0
%87

Monochromatic Colors of #212121

#212121

#212121 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#212121 Color Preview on White Background

Lorem ipsum dolor sit amet.

#212121 Color CSS Codes

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

#212121 Text Font Color

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

This sample text font color is #212121
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.


#212121 Background Color

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

This div background color is #212121


#212121 Border Color

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

This div border color is #212121


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(33,33,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 #212121">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #212121


Comments

30 Jun 2019, 11:55 RedditorColorBoioB

the thirteenth gray

Please login to write comment.