#322531

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

Shades of Mardi Gras #322531

Tints of Mardi Gras #322531

Color information

#322531 (or 0x322531) is unknown color: approx Mardi Gras. HEX triplet: 32, 25 and 31. RGB value is (50,37,49). Sum of RGB (Red+Green+Blue) = 50+37+49=136 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.76% from 136); Green value is 37 (14.84% from 255 or 27.21% from 136); Blue value is 49 (19.53% from 255 or 36.03% from 136); Max value from RGB is 50 - color contains mainly: red. Hex color #322531 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322531 is #CDDACE. Grayscale: #2A2A2A. Windows color (decimal): -13490895 or 3220786. OLE color: 3220786.

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

Color convert

RGB503749-
CMYK00.260.020.80
HSL304.62º14.94%17.06%-
HSV(B)304.62º26%19.61%-
XYZ2.532.223.2-
YUV42.26131.81133.52-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 36.76%
GREEN value IS 37 (14.84% from 255) = 27.21%
BLUE value IS 49 (19.53% from 255) = 36.03%
R=36.76%
G=27.21%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.02
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50374900.260.020.80304.6214.9417.06
Hex32253101A250131f11
Octal62456103221204611721
Binary110010100101110001011010101010000100110001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322531; }

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

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

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

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

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

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

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

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