#330132

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

Shades of Mardi Gras #330132

Tints of Mardi Gras #330132

Color information

#330132 (or 0x330132) is unknown color: approx Mardi Gras. HEX triplet: 33, 01 and 32. RGB value is (51,1,50). Sum of RGB (Red+Green+Blue) = 51+1+50=102 (13% of max value = 765). Red value is 51 (20.31% from 255 or 50% from 102); Green value is 1 (0.78% from 255 or 0.98% from 102); Blue value is 50 (19.92% from 255 or 49.02% from 102); Max value from RGB is 51 - color contains mainly: red. Hex color #330132 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330132 is #CCFECD. Grayscale: #151515. Windows color (decimal): -13434574 or 3277107. OLE color: 3277107.

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

Color convert

RGB51150-
CMYK00.980.020.8
HSL301.2º96.15%10.2%-
HSV(B)301.2º98.04%20%-
XYZ1.950.963.1-
YUV21.54144.06149.02-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 50%
GREEN value IS 1 (0.78% from 255) = 0.98%
BLUE value IS 50 (19.92% from 255) = 49.02%
R=50%
G=0.98%
B=49.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.02
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5115000.980.020.8301.296.1510.2
Hex3313206225012d60a
Octal631620142212045514012
Binary11001111100100110001010101000010010110111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330132; }

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

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

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

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

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

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

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

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