Color Hex Logo

#21001e Color Hex

#21001E
(33,0,30)
0 Favorites   0 Comments

Color spaces of #21001e

RGB 33030
HSL0.851.000.06
HSV305°100°13°
CMYK 0.001.000.09   0.87
XYZ0.86150.41711.2634
Yxy0.41710.33890.1641
Hunter Lab6.458312.5087-7.0777
CIE-Lab3.767619.0446-11.1962

#21001e color RGB value is (33,0,30).

#21001e hex color red value is 33, green value is 0 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #21001e hue: 0.85 , saturation: 1.00 and the lightness value of 21001e is 0.06.

The process color (four color CMYK) of #21001e color hex is 0.00, 1.00, 0.09, 0.87. Web safe color of #21001e is #330033. Color #21001e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00000000 00011110
Octal 41 0 36
Decimal 33 0 30
Hex 21 0 1E

RGB Percentages of Color #21001e

%52.38
%0.00
%47.62

CMYK Percentages of Color #21001e

%0
%100
%9
%87

Triadic Colors of #21001e

#21001e #1e2100 #001e21

Analogous Colors of #21001e

#21001e #21000e #140021

Monochromatic Colors of #21001e

#21001e

Complementary Color

#21001e #002103

#21001e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21001e Color Preview on White Background

Lorem ipsum dolor sit amet.

#21001e Color CSS Codes

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

#21001e Text Font Color

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

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


#21001e Background Color

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

This div background color is #21001e


#21001e Border Color

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

This div border color is #21001e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21001e


Comments

No comments written yet.

Please login to write comment.