Color Hex Logo

#381631 Color Hex

#381631
(56,22,49)
0 Favorites   0 Comments

Color spaces of #381631

RGB 562249
HSL0.870.440.15
HSV312°61°22°
CMYK 0.000.610.13   0.78
XYZ2.47221.63633.0913
Yxy1.63630.34340.2273
Hunter Lab12.791812.1121-5.3739
CIE-Lab13.449621.2065-10.2381

#381631 color RGB value is (56,22,49).

#381631 hex color red value is 56, green value is 22 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #381631 hue: 0.87 , saturation: 0.44 and the lightness value of 381631 is 0.15.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 00010110 00110001
Octal 70 26 61
Decimal 56 22 49
Hex 38 16 31

RGB Percentages of Color #381631

%44.09
%17.32
%38.58

CMYK Percentages of Color #381631

%0
%61
%13
%78

Triadic Colors of #381631

#381631 #313816 #163138

Analogous Colors of #381631

#381631 #381620 #2e1638

Monochromatic Colors of #381631

#381631

Complementary Color

#381631 #16381d

#381631 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#381631 Color Preview on White Background

Lorem ipsum dolor sit amet.

#381631 Color CSS Codes

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

#381631 Text Font Color

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

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


#381631 Background Color

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

This div background color is #381631


#381631 Border Color

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

This div border color is #381631


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #381631


Comments

No comments written yet.

Please login to write comment.