Color Hex Logo

#371330 Color Hex

#371330
(55,19,48)
0 Favorites   0 Comments

Color spaces of #371330

RGB 551948
HSL0.870.490.15
HSV312°65°22°
CMYK 0.000.650.13   0.78
XYZ2.34191.49142.9607
Yxy1.49140.34470.2195
Hunter Lab12.212312.8587-5.8254
CIE-Lab12.553322.4200-10.9118

#371330 color RGB value is (55,19,48).

#371330 hex color red value is 55, green value is 19 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #371330 hue: 0.87 , saturation: 0.49 and the lightness value of 371330 is 0.15.

The process color (four color CMYK) of #371330 color hex is 0.00, 0.65, 0.13, 0.78. Web safe color of #371330 is #330033. Color #371330 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00010011 00110000
Octal 67 23 60
Decimal 55 19 48
Hex 37 13 30

RGB Percentages of Color #371330

%45.08
%15.57
%39.34

CMYK Percentages of Color #371330

%0
%65
%13
%78

Triadic Colors of #371330

#371330 #303713 #133037

Analogous Colors of #371330

#371330 #37131e #2c1337

Monochromatic Colors of #371330

#371330

Complementary Color

#371330 #13371a

#371330 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#371330 Color Preview on White Background

Lorem ipsum dolor sit amet.

#371330 Color CSS Codes

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

#371330 Text Font Color

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

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


#371330 Background Color

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

This div background color is #371330


#371330 Border Color

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

This div border color is #371330


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #371330


Comments

No comments written yet.

Please login to write comment.