#330332

Color #330332 Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #330332

Tints of Mardi Gras #330332

Color information

#330332 (or 0x330332) is unknown color: approx Mardi Gras. HEX triplet: 33, 03 and 32. RGB value is (51,3,50). Sum of RGB (Red+Green+Blue) = 51+3+50=104 (13% of max value = 765). Red value is 51 (20.31% from 255 or 49.04% from 104); Green value is 3 (1.56% from 255 or 2.88% from 104); Blue value is 50 (19.92% from 255 or 48.08% from 104); Max value from RGB is 51 - color contains mainly: red. Hex color #330332 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330332 is #CCFCCD. Grayscale: #161616. Windows color (decimal): -13434062 or 3277619. OLE color: 3277619.

HSL color Cylindrical-coordinate representation of color #330332: hue angle of 301.25º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #330332 is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.8.

Color convert

RGB51350-
CMYK00.940.020.8
HSL301.25º88.89%10.59%-
HSV(B)301.25º94.12%20%-
XYZ1.9713.11-
YUV22.71143.4148.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 51 (20.31% from 255) = 49.04%
GREEN value IS 3 (1.56% from 255) = 2.88%
BLUE value IS 50 (19.92% from 255) = 48.08%
R=49.04%
G=2.88%
B=48.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.02
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5135000.940.020.8301.2588.8910.59
Hex3333205E25012d59b
Octal633620136212045513113
Binary110011111100100101111010101000010010110110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330332; }

 p { color: rgb(51,3,50); }

 H1.HeaderClassName
 {
   color: #330332;
 }
 .AnyTagClassName
 {
   color: #330332;
 }
</style>
background-color css

<style>
 a { background-color: #330332; }

 a { background-color: rgb(51,3,50); }

 div.DivClassName
 {
   background-color: #330332;
 }
 .BgClassName
 {
   background-color: #330332;
 }
</style>
border-color css

<style>
 span { border-color: #330332; }

 span { border-color: rgb(51,3,50); }

 td.TdClassName
 {
   border-color: #330332;
 }
 .TagClassName
 {
   border-color: #330332;
 }
</style>