#321832

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

Shades of Mardi Gras #321832

Tints of Mardi Gras #321832

Color information

#321832 (or 0x321832) is unknown color: approx Mardi Gras. HEX triplet: 32, 18 and 32. RGB value is (50,24,50). Sum of RGB (Red+Green+Blue) = 50+24+50=124 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.32% from 124); Green value is 24 (9.77% from 255 or 19.35% from 124); Blue value is 50 (19.92% from 255 or 40.32% from 124); Max value from RGB is 50 - color contains mainly: red, blue. Hex color #321832 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321832 is #CDE7CD. Grayscale: #222222. Windows color (decimal): -13494222 or 3282994. OLE color: 3282994.

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

Color convert

RGB502450-
CMYK00.5200.80
HSL300º35.14%14.51%-
HSV(B)300º52%19.61%-
XYZ2.221.563.2-
YUV34.74136.61138.89-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 40.32%
GREEN value IS 24 (9.77% from 255) = 19.35%
BLUE value IS 50 (19.92% from 255) = 40.32%
R=40.32%
G=19.35%
B=40.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50245000.5200.8030035.1414.51
Hex32183203405012c23f
Octal62306206401204544317
Binary110010110001100100110100010100001001011001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321832; }

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

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

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

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

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

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

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

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