#321631

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

Shades of Mardi Gras #321631

Tints of Mardi Gras #321631

Color information

#321631 (or 0x321631) is unknown color: approx Mardi Gras. HEX triplet: 32, 16 and 31. RGB value is (50,22,49). Sum of RGB (Red+Green+Blue) = 50+22+49=121 (16% of max value = 765). Red value is 50 (19.92% from 255 or 41.32% from 121); Green value is 22 (8.98% from 255 or 18.18% from 121); Blue value is 49 (19.53% from 255 or 40.50% from 121); Max value from RGB is 50 - color contains mainly: red. Hex color #321631 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321631 is #CDE9CE. Grayscale: #212121. Windows color (decimal): -13494735 or 3216946. OLE color: 3216946.

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

Color convert

RGB502249-
CMYK00.560.020.80
HSL302.14º38.89%14.12%-
HSV(B)302.14º56%19.61%-
XYZ2.161.473.08-
YUV33.45136.78139.8-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 41.32%
GREEN value IS 22 (8.98% from 255) = 18.18%
BLUE value IS 49 (19.53% from 255) = 40.50%
R=41.32%
G=18.18%
B=40.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.02
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50224900.560.020.80302.1438.8914.12
Hex32163103825012e27e
Octal62266107021204564716
Binary1100101011011000101110001010100001001011101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321631; }

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

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

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

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

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

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

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

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