Color Hex Logo

#21291b Color Hex

#21291B
(33,41,27)
0 Favorites   0 Comments

Color spaces of #21291b

RGB 334127
HSL0.260.210.13
HSV94°34°16°
CMYK 0.200.000.34   0.84
XYZ1.61801.98831.3354
Yxy1.98830.32740.4024
Hunter Lab14.1007-4.19414.2555
CIE-Lab15.4257-6.83338.0597

#21291b color RGB value is (33,41,27).

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

The process color (four color CMYK) of #21291b color hex is 0.20, 0.00, 0.34, 0.84. Web safe color of #21291b is #333333. Color #21291b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00101001 00011011
Octal 41 51 33
Decimal 33 41 27
Hex 21 29 1B

RGB Percentages of Color #21291b

%32.67
%40.59
%26.73

CMYK Percentages of Color #21291b

%20
%0
%34
%84

Triadic Colors of #21291b

#21291b #1b2129 #291b21

Analogous Colors of #21291b

#21291b #1b291c #28291b

Monochromatic Colors of #21291b

#21291b

Complementary Color

#21291b #231b29

#21291b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21291b Color Preview on White Background

Lorem ipsum dolor sit amet.

#21291b Color CSS Codes

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

#21291b Text Font Color

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

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


#21291b Background Color

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

This div background color is #21291b


#21291b Border Color

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

This div border color is #21291b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21291b


Comments

No comments written yet.

Please login to write comment.