Color Hex Logo

#311827 Color Hex

#311827
(49,24,39)
0 Favorites   0 Comments

Color spaces of #311827

RGB 492439
HSL0.900.340.14
HSV324°51°19°
CMYK 0.000.510.20   0.81
XYZ1.95951.45272.0966
Yxy1.45270.35570.2637
Hunter Lab12.05287.9275-1.8766
CIE-Lab12.304115.0999-4.8060

#311827 color RGB value is (49,24,39).

#311827 hex color red value is 49, green value is 24 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #311827 hue: 0.90 , saturation: 0.34 and the lightness value of 311827 is 0.14.

The process color (four color CMYK) of #311827 color hex is 0.00, 0.51, 0.20, 0.81. Web safe color of #311827 is #330033. Color #311827 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00011000 00100111
Octal 61 30 47
Decimal 49 24 39
Hex 31 18 27

RGB Percentages of Color #311827

%43.75
%21.43
%34.82

CMYK Percentages of Color #311827

%0
%51
%20
%81

Triadic Colors of #311827

#311827 #273118 #182731

Analogous Colors of #311827

#311827 #31181b #2f1831

Monochromatic Colors of #311827

#311827

Complementary Color

#311827 #183122

#311827 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#311827 Color Preview on White Background

Lorem ipsum dolor sit amet.

#311827 Color CSS Codes

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

#311827 Text Font Color

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

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


#311827 Background Color

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

This div background color is #311827


#311827 Border Color

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

This div border color is #311827


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #311827


Comments

No comments written yet.

Please login to write comment.