Color Hex Logo

#3b1c41 Color Hex

#3B1C41
(59,28,65)
0 Favorites   0 Comments

Color spaces of #3b1c41

RGB 592865
HSL0.810.400.18
HSV290°57°25°
CMYK 0.090.570.00   0.75
XYZ3.17302.14205.2472
Yxy2.14200.30040.2028
Hunter Lab14.635613.0866-11.0120
CIE-Lab16.215522.1358-17.2373

#3b1c41 color RGB value is (59,28,65).

#3b1c41 hex color red value is 59, green value is 28 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #3b1c41 hue: 0.81 , saturation: 0.40 and the lightness value of 3b1c41 is 0.18.

The process color (four color CMYK) of #3b1c41 color hex is 0.09, 0.57, 0.00, 0.75. Web safe color of #3b1c41 is #333333. Color #3b1c41 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 00011100 01000001
Octal 73 34 101
Decimal 59 28 65
Hex 3B 1C 41

RGB Percentages of Color #3b1c41

%38.82
%18.42
%42.76

CMYK Percentages of Color #3b1c41

%9
%57
%0
%75

Triadic Colors of #3b1c41

#3b1c41 #413b1c #1c413b

Analogous Colors of #3b1c41

#3b1c41 #411c35 #281c41

Monochromatic Colors of #3b1c41

#3b1c41

Complementary Color

#3b1c41 #22411c

#3b1c41 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b1c41 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b1c41 Color CSS Codes

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

#3b1c41 Text Font Color

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

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


#3b1c41 Background Color

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

This div background color is #3b1c41


#3b1c41 Border Color

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

This div border color is #3b1c41


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b1c41

#3b1c41 Color Palettes


Comments

No comments written yet.

Please login to write comment.