Color Hex Logo

#330222 Color Hex

#330222
(51,2,34)
0 Favorites   0 Comments

Color spaces of #330222

RGB 51234
HSL0.890.920.10
HSV321°96°20°
CMYK 0.000.960.33   0.80
XYZ1.67570.86271.5916
Yxy0.86270.40570.2089
Hunter Lab9.288215.9493-3.6581
CIE-Lab7.792727.5788-7.8795

#330222 color RGB value is (51,2,34).

#330222 hex color red value is 51, green value is 2 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #330222 hue: 0.89 , saturation: 0.92 and the lightness value of 330222 is 0.10.

The process color (four color CMYK) of #330222 color hex is 0.00, 0.96, 0.33, 0.80. Web safe color of #330222 is #330033. Color #330222 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00000010 00100010
Octal 63 2 42
Decimal 51 2 34
Hex 33 2 22

RGB Percentages of Color #330222

%58.62
%2.30
%39.08

CMYK Percentages of Color #330222

%0
%96
%33
%80

Triadic Colors of #330222

#330222 #223302 #022233

Analogous Colors of #330222

#330222 #33020a #2c0233

Monochromatic Colors of #330222

#330222

Complementary Color

#330222 #023313

#330222 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#330222 Color Preview on White Background

Lorem ipsum dolor sit amet.

#330222 Color CSS Codes

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

#330222 Text Font Color

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

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


#330222 Background Color

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

This div background color is #330222


#330222 Border Color

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

This div border color is #330222


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #330222


Comments

No comments written yet.

Please login to write comment.