Color Hex Logo

#331829 Color Hex

#331829
(51,24,41)
0 Favorites   0 Comments

Color spaces of #331829

RGB 512441
HSL0.900.360.15
HSV322°53°20°
CMYK 0.000.530.20   0.80
XYZ2.09211.51722.2804
Yxy1.51720.35520.2576
Hunter Lab12.31758.7623-2.3545
CIE-Lab12.717016.3456-5.6170

#331829 color RGB value is (51,24,41).

#331829 hex color red value is 51, green value is 24 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #331829 hue: 0.90 , saturation: 0.36 and the lightness value of 331829 is 0.15.

The process color (four color CMYK) of #331829 color hex is 0.00, 0.53, 0.20, 0.80. Web safe color of #331829 is #330033. Color #331829 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00011000 00101001
Octal 63 30 51
Decimal 51 24 41
Hex 33 18 29

RGB Percentages of Color #331829

%43.97
%20.69
%35.34

CMYK Percentages of Color #331829

%0
%53
%20
%80

Triadic Colors of #331829

#331829 #293318 #182933

Analogous Colors of #331829

#331829 #33181c #301833

Monochromatic Colors of #331829

#331829

Complementary Color

#331829 #183322

#331829 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#331829 Color Preview on White Background

Lorem ipsum dolor sit amet.

#331829 Color CSS Codes

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

#331829 Text Font Color

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

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


#331829 Background Color

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

This div background color is #331829


#331829 Border Color

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

This div border color is #331829


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #331829


Comments

No comments written yet.

Please login to write comment.