Color Hex Logo

#381320 Color Hex

#381320
(56,19,32)
0 Favorites   0 Comments

Color spaces of #381320

RGB 561932
HSL0.940.490.15
HSV339°66°22°
CMYK 0.000.660.43   0.78
XYZ2.12451.41081.5268
Yxy1.41080.41970.2787
Hunter Lab11.877711.14130.6931
CIE-Lab12.029420.02920.0979

#381320 color RGB value is (56,19,32).

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

The process color (four color CMYK) of #381320 color hex is 0.00, 0.66, 0.43, 0.78. Web safe color of #381320 is #330033. Color #381320 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00010011 00100000
Octal 70 23 40
Decimal 56 19 32
Hex 38 13 20

RGB Percentages of Color #381320

%52.34
%17.76
%29.91

CMYK Percentages of Color #381320

%0
%66
%43
%78

Triadic Colors of #381320

#381320 #203813 #132038

Analogous Colors of #381320

#381320 #381913 #381333

Monochromatic Colors of #381320

#381320

Complementary Color

#381320 #13382b

#381320 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#381320 Color Preview on White Background

Lorem ipsum dolor sit amet.

#381320 Color CSS Codes

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

#381320 Text Font Color

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

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


#381320 Background Color

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

This div background color is #381320


#381320 Border Color

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

This div border color is #381320


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #381320


Comments

No comments written yet.

Please login to write comment.