Color Hex Logo

#21292b Color Hex

#21292B
(33,41,43)
0 Favorites   0 Comments

Color spaces of #21292b

RGB 334143
HSL0.530.130.15
HSV192°23°17°
CMYK 0.230.050.00   0.83
XYZ1.85622.08362.5898
Yxy2.08360.28430.3191
Hunter Lab14.4347-2.3068-0.5332
CIE-Lab15.9200-2.9385-2.4829

#21292b color RGB value is (33,41,43).

#21292b hex color red value is 33, green value is 41 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #21292b hue: 0.53 , saturation: 0.13 and the lightness value of 21292b is 0.15.

The process color (four color CMYK) of #21292b color hex is 0.23, 0.05, 0.00, 0.83. Web safe color of #21292b is #333333. Color #21292b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00101001 00101011
Octal 41 51 53
Decimal 33 41 43
Hex 21 29 2B

RGB Percentages of Color #21292b

%28.21
%35.04
%36.75

CMYK Percentages of Color #21292b

%23
%5
%0
%83

Triadic Colors of #21292b

#21292b #2b2129 #292b21

Analogous Colors of #21292b

#21292b #21242b #212b28

Monochromatic Colors of #21292b

#21292b

Complementary Color

#21292b #2b2321

#21292b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21292b Color Preview on White Background

Lorem ipsum dolor sit amet.

#21292b Color CSS Codes

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

#21292b Text Font Color

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

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


#21292b Background Color

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

This div background color is #21292b


#21292b Border Color

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

This div border color is #21292b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21292b


Comments

No comments written yet.

Please login to write comment.