Color Hex Logo

#371241 Color Hex

#371241
(55,18,65)
0 Favorites   0 Comments

Color spaces of #371241

RGB 551865
HSL0.800.570.16
HSV287°72°25°
CMYK 0.150.720.00   0.75
XYZ2.74601.62655.1702
Yxy1.62650.28780.1704
Hunter Lab12.753416.1152-15.1086
CIE-Lab13.390726.7392-21.7499

#371241 color RGB value is (55,18,65).

#371241 hex color red value is 55, green value is 18 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #371241 hue: 0.80 , saturation: 0.57 and the lightness value of 371241 is 0.16.

The process color (four color CMYK) of #371241 color hex is 0.15, 0.72, 0.00, 0.75. Web safe color of #371241 is #330033. Color #371241 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00010010 01000001
Octal 67 22 101
Decimal 55 18 65
Hex 37 12 41

RGB Percentages of Color #371241

%39.86
%13.04
%47.10

CMYK Percentages of Color #371241

%15
%72
%0
%75

Triadic Colors of #371241

#371241 #413712 #124137

Analogous Colors of #371241

#371241 #411233 #201241

Monochromatic Colors of #371241

#371241

Complementary Color

#371241 #1c4112

#371241 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#371241 Color Preview on White Background

Lorem ipsum dolor sit amet.

#371241 Color CSS Codes

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

#371241 Text Font Color

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

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


#371241 Background Color

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

This div background color is #371241


#371241 Border Color

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

This div border color is #371241


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(55,18,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 #371241">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #371241


Comments

No comments written yet.

Please login to write comment.