Color Hex Logo

#311236 Color Hex

#311236
(49,18,54)
0 Favorites   0 Comments

Color spaces of #311236

RGB 491854
HSL0.810.500.14
HSV292°67°21°
CMYK 0.090.670.00   0.79
XYZ2.14881.35193.6377
Yxy1.35190.30100.1894
Hunter Lab11.627112.6410-10.4107
CIE-Lab11.633722.2695-16.7704

#311236 color RGB value is (49,18,54).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 00010010 00110110
Octal 61 22 66
Decimal 49 18 54
Hex 31 12 36

RGB Percentages of Color #311236

%40.50
%14.88
%44.63

CMYK Percentages of Color #311236

%9
%67
%0
%79

Triadic Colors of #311236

#311236 #363112 #123631

Analogous Colors of #311236

#311236 #361229 #1f1236

Monochromatic Colors of #311236

#311236

Complementary Color

#311236 #173612

#311236 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#311236 Color Preview on White Background

Lorem ipsum dolor sit amet.

#311236 Color CSS Codes

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

#311236 Text Font Color

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

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


#311236 Background Color

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

This div background color is #311236


#311236 Border Color

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

This div border color is #311236


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(49,18,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 #311236">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #311236


Comments

No comments written yet.

Please login to write comment.