Color Hex Logo

#311519 Color Hex

#311519
(49,21,25)
0 Favorites   0 Comments

Color spaces of #311519

RGB 492125
HSL0.980.400.14
HSV351°57°19°
CMYK 0.000.570.49   0.81
XYZ1.71031.25951.0727
Yxy1.25950.42310.3116
Hunter Lab11.22277.56292.1888
CIE-Lab10.989214.69023.6583

#311519 color RGB value is (49,21,25).

#311519 hex color red value is 49, green value is 21 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #311519 hue: 0.98 , saturation: 0.40 and the lightness value of 311519 is 0.14.

The process color (four color CMYK) of #311519 color hex is 0.00, 0.57, 0.49, 0.81. Web safe color of #311519 is #330000. Color #311519 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00010101 00011001
Octal 61 25 31
Decimal 49 21 25
Hex 31 15 19

RGB Percentages of Color #311519

%51.58
%22.11
%26.32

CMYK Percentages of Color #311519

%0
%57
%49
%81

Triadic Colors of #311519

#311519 #193115 #151931

Analogous Colors of #311519

#311519 #311f15 #311527

Monochromatic Colors of #311519

#311519

Complementary Color

#311519 #15312d

#311519 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#311519 Color Preview on White Background

Lorem ipsum dolor sit amet.

#311519 Color CSS Codes

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

#311519 Text Font Color

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

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


#311519 Background Color

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

This div background color is #311519


#311519 Border Color

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

This div border color is #311519


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #311519


Comments

No comments written yet.

Please login to write comment.