#331332

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

Shades of Mardi Gras #331332

Tints of Mardi Gras #331332

Color information

#331332 (or 0x331332) is unknown color: approx Mardi Gras. HEX triplet: 33, 13 and 32. RGB value is (51,19,50). Sum of RGB (Red+Green+Blue) = 51+19+50=120 (15% of max value = 765). Red value is 51 (20.31% from 255 or 42.5% from 120); Green value is 19 (7.81% from 255 or 15.83% from 120); Blue value is 50 (19.92% from 255 or 41.67% from 120); Max value from RGB is 51 - color contains mainly: red. Hex color #331332 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331332 is #CCECCD. Grayscale: #202020. Windows color (decimal): -13429966 or 3281715. OLE color: 3281715.

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

Color convert

RGB511950-
CMYK00.630.020.8
HSL301.88º45.71%13.73%-
HSV(B)301.88º62.75%20%-
XYZ2.171.43.17-
YUV32.1138.1141.48-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 42.5%
GREEN value IS 19 (7.81% from 255) = 15.83%
BLUE value IS 50 (19.92% from 255) = 41.67%
R=42.5%
G=15.83%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.02
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51195000.630.020.8301.8845.7113.73
Hex33133203F25012e2ee
Octal63236207721204565616
Binary1100111001111001001111111010100001001011101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331332; }

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

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

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

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

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

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

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

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