Color Hex Logo

#292941 Color Hex

#292941
(41,41,65)
0 Favorites   0 Comments

Color spaces of #292941

RGB 414165
HSL0.670.230.21
HSV240°37°25°
CMYK 0.370.370.00   0.75
XYZ2.66152.43895.3315
Yxy2.43890.25510.2338
Hunter Lab15.61703.0909-9.3092
CIE-Lab17.64006.8329-15.1689

#292941 color RGB value is (41,41,65).

#292941 hex color red value is 41, green value is 41 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #292941 hue: 0.67 , saturation: 0.23 and the lightness value of 292941 is 0.21.

The process color (four color CMYK) of #292941 color hex is 0.37, 0.37, 0.00, 0.75. Web safe color of #292941 is #333333. Color #292941 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00101001 01000001
Octal 51 51 101
Decimal 41 41 65
Hex 29 29 41

RGB Percentages of Color #292941

%27.89
%27.89
%44.22

CMYK Percentages of Color #292941

%37
%37
%0
%75

Triadic Colors of #292941

#292941 #412929 #294129

Analogous Colors of #292941

#292941 #352941 #293541

Monochromatic Colors of #292941

#292941

Complementary Color

#292941 #414129

#292941 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#292941 Color Preview on White Background

Lorem ipsum dolor sit amet.

#292941 Color CSS Codes

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

#292941 Text Font Color

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

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


#292941 Background Color

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

This div background color is #292941


#292941 Border Color

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

This div border color is #292941


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #292941


Comments

No comments written yet.

Please login to write comment.