#321431

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

Shades of Mardi Gras #321431

Tints of Mardi Gras #321431

Color information

#321431 (or 0x321431) is unknown color: approx Mardi Gras. HEX triplet: 32, 14 and 31. RGB value is (50,20,49). Sum of RGB (Red+Green+Blue) = 50+20+49=119 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.02% from 119); Green value is 20 (8.20% from 255 or 16.81% from 119); Blue value is 49 (19.53% from 255 or 41.18% from 119); Max value from RGB is 50 - color contains mainly: red. Hex color #321431 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321431 is #CDEBCE. Grayscale: #202020. Windows color (decimal): -13495247 or 3216434. OLE color: 3216434.

HSL color Cylindrical-coordinate representation of color #321431: hue angle of 302º 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 #321431 is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.80.

Color convert

RGB502049-
CMYK00.600.020.80
HSL302º42.86%13.73%-
HSV(B)302º60%19.61%-
XYZ2.121.43.06-
YUV32.28137.44140.64-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 42.02%
GREEN value IS 20 (8.20% from 255) = 16.81%
BLUE value IS 49 (19.53% from 255) = 41.18%
R=42.02%
G=16.81%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.02
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50204900.600.020.8030242.8613.73
Hex32143103C25012e2be
Octal62246107421204565316
Binary1100101010011000101111001010100001001011101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321431; }

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

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

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

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

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

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

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

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