Color Hex Logo

#311436 Color Hex

#311436
(49,20,54)
0 Favorites   0 Comments

Color spaces of #311436

RGB 492054
HSL0.810.460.15
HSV291°63°21°
CMYK 0.090.630.00   0.79
XYZ2.18261.41963.6490
Yxy1.41960.30100.1958
Hunter Lab11.914711.8479-9.8179
CIE-Lab12.087521.0510-16.0547

#311436 color RGB value is (49,20,54).

#311436 hex color red value is 49, green value is 20 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #311436 hue: 0.81 , saturation: 0.46 and the lightness value of 311436 is 0.15.

The process color (four color CMYK) of #311436 color hex is 0.09, 0.63, 0.00, 0.79. Web safe color of #311436 is #330033. Color #311436 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00010100 00110110
Octal 61 24 66
Decimal 49 20 54
Hex 31 14 36

RGB Percentages of Color #311436

%39.84
%16.26
%43.90

CMYK Percentages of Color #311436

%9
%63
%0
%79

Triadic Colors of #311436

#311436 #363114 #143631

Analogous Colors of #311436

#311436 #36142a #201436

Monochromatic Colors of #311436

#311436

Complementary Color

#311436 #193614

#311436 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#311436 Color Preview on White Background

Lorem ipsum dolor sit amet.

#311436 Color CSS Codes

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

#311436 Text Font Color

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

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


#311436 Background Color

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

This div background color is #311436


#311436 Border Color

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

This div border color is #311436


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #311436


Comments

No comments written yet.

Please login to write comment.