#321032

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

Shades of Mardi Gras #321032

Tints of Mardi Gras #321032

Color information

#321032 (or 0x321032) is unknown color: approx Mardi Gras. HEX triplet: 32, 10 and 32. RGB value is (50,16,50). Sum of RGB (Red+Green+Blue) = 50+16+50=116 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.10% from 116); Green value is 16 (6.64% from 255 or 13.79% from 116); Blue value is 50 (19.92% from 255 or 43.10% from 116); Max value from RGB is 50 - color contains mainly: red, blue. Hex color #321032 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321032 is #CDEFCD. Grayscale: #1D1D1D. Windows color (decimal): -13496270 or 3280946. OLE color: 3280946.

HSL color Cylindrical-coordinate representation of color #321032: hue angle of 300º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #321032 is Cyan = 0, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB501650-
CMYK00.6800.80
HSL300º51.52%12.94%-
HSV(B)300º68%19.61%-
XYZ2.081.283.16-
YUV30.04139.26142.24-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 43.10%
GREEN value IS 16 (6.64% from 255) = 13.79%
BLUE value IS 50 (19.92% from 255) = 43.10%
R=43.10%
G=13.79%
B=43.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50165000.6800.8030051.5212.94
Hex32103204405012c34d
Octal622062010401204546415
Binary1100101000011001001000100010100001001011001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321032; }

 p { color: rgb(50,16,50); }

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

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

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

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

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

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

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