Color Hex Logo

#330731 Color Hex

#330731
(51,7,49)
0 Favorites   0 Comments

Color spaces of #330731

RGB 51749
HSL0.840.760.11
HSV303°86°20°
CMYK 0.000.860.04   0.80
XYZ1.99561.07753.0085
Yxy1.07750.32810.1772
Hunter Lab10.380316.1510-9.9178
CIE-Lab9.621127.5017-16.2893

#330731 color RGB value is (51,7,49).

#330731 hex color red value is 51, green value is 7 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #330731 hue: 0.84 , saturation: 0.76 and the lightness value of 330731 is 0.11.

The process color (four color CMYK) of #330731 color hex is 0.00, 0.86, 0.04, 0.80. Web safe color of #330731 is #330033. Color #330731 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00000111 00110001
Octal 63 7 61
Decimal 51 7 49
Hex 33 7 31

RGB Percentages of Color #330731

%47.66
%6.54
%45.79

CMYK Percentages of Color #330731

%0
%86
%4
%80

Triadic Colors of #330731

#330731 #313307 #073133

Analogous Colors of #330731

#330731 #33071b #1f0733

Monochromatic Colors of #330731

#330731

Complementary Color

#330731 #073309

#330731 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#330731 Color Preview on White Background

Lorem ipsum dolor sit amet.

#330731 Color CSS Codes

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

#330731 Text Font Color

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

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


#330731 Background Color

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

This div background color is #330731


#330731 Border Color

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

This div border color is #330731


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #330731


Comments

No comments written yet.

Please login to write comment.