Color Hex Logo

#311215 Color Hex

#311215
(49,18,21)
0 Favorites   0 Comments

Color spaces of #311215

RGB 491821
HSL0.980.460.13
HSV354°63°19°
CMYK 0.000.630.57   0.81
XYZ1.61831.13970.8442
Yxy1.13970.44930.3164
Hunter Lab10.67578.37602.7845
CIE-Lab10.104916.10945.3472

#311215 color RGB value is (49,18,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 00010010 00010101
Octal 61 22 25
Decimal 49 18 21
Hex 31 12 15

RGB Percentages of Color #311215

%55.68
%20.45
%23.86

CMYK Percentages of Color #311215

%0
%63
%57
%81

Triadic Colors of #311215

#311215 #153112 #121531

Analogous Colors of #311215

#311215 #311f12 #311225

Monochromatic Colors of #311215

#311215

Complementary Color

#311215 #12312e

#311215 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#311215 Color Preview on White Background

Lorem ipsum dolor sit amet.

#311215 Color CSS Codes

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

#311215 Text Font Color

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

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


#311215 Background Color

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

This div background color is #311215


#311215 Border Color

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

This div border color is #311215


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #311215

#311215 Color Palettes


Comments

No comments written yet.

Please login to write comment.