Color Hex Logo

#330129 Color Hex

#330129
(51,1,41)
0 Favorites   0 Comments

Color spaces of #330129

RGB 51141
HSL0.870.960.10
HSV312°98°20°
CMYK 0.000.980.20   0.80
XYZ1.77630.88562.1751
Yxy0.88560.36720.1831
Hunter Lab9.410617.2241-7.1164
CIE-Lab7.999629.2408-12.8885

#330129 color RGB value is (51,1,41).

#330129 hex color red value is 51, green value is 1 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #330129 hue: 0.87 , saturation: 0.96 and the lightness value of 330129 is 0.10.

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 00000001 00101001
Octal 63 1 51
Decimal 51 1 41
Hex 33 1 29

RGB Percentages of Color #330129

%54.84
%1.08
%44.09

CMYK Percentages of Color #330129

%0
%98
%20
%80

Triadic Colors of #330129

#330129 #293301 #012933

Analogous Colors of #330129

#330129 #330110 #240133

Monochromatic Colors of #330129

#330129

Complementary Color

#330129 #01330b

#330129 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#330129 Color Preview on White Background

Lorem ipsum dolor sit amet.

#330129 Color CSS Codes

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

#330129 Text Font Color

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

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


#330129 Background Color

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

This div background color is #330129


#330129 Border Color

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

This div border color is #330129


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #330129


Comments

No comments written yet.

Please login to write comment.