#321432

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

Shades of Mardi Gras #321432

Tints of Mardi Gras #321432

Color information

#321432 (or 0x321432) is unknown color: approx Mardi Gras. HEX triplet: 32, 14 and 32. RGB value is (50,20,50). Sum of RGB (Red+Green+Blue) = 50+20+50=120 (15% of max value = 765). Red value is 50 (19.92% from 255 or 41.67% from 120); Green value is 20 (8.20% from 255 or 16.67% from 120); Blue value is 50 (19.92% from 255 or 41.67% from 120); Max value from RGB is 50 - color contains mainly: red, blue. Hex color #321432 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321432 is #CDEBCD. Grayscale: #202020. Windows color (decimal): -13495246 or 3281970. OLE color: 3281970.

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

Color convert

RGB502050-
CMYK00.6000.80
HSL300º42.86%13.73%-
HSV(B)300º60%19.61%-
XYZ2.141.413.18-
YUV32.39137.94140.56-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 41.67%
GREEN value IS 20 (8.20% from 255) = 16.67%
BLUE value IS 50 (19.92% from 255) = 41.67%
R=41.67%
G=16.67%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50205000.6000.8030042.8613.73
Hex32143203C05012c2be
Octal62246207401204545316
Binary110010101001100100111100010100001001011001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321432; }

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

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

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

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

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

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

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

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