#322231

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

Shades of Mardi Gras #322231

Tints of Mardi Gras #322231

Color information

#322231 (or 0x322231) is unknown color: approx Mardi Gras. HEX triplet: 32, 22 and 31. RGB value is (50,34,49). Sum of RGB (Red+Green+Blue) = 50+34+49=133 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.59% from 133); Green value is 34 (13.67% from 255 or 25.56% from 133); Blue value is 49 (19.53% from 255 or 36.84% from 133); Max value from RGB is 50 - color contains mainly: red. Hex color #322231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322231 is #CDDDCE. Grayscale: #282828. Windows color (decimal): -13491663 or 3220018. OLE color: 3220018.

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

Color convert

RGB503449-
CMYK00.320.020.80
HSL303.75º19.05%16.47%-
HSV(B)303.75º32%19.61%-
XYZ2.442.043.17-
YUV40.49132.8134.78-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 37.59%
GREEN value IS 34 (13.67% from 255) = 25.56%
BLUE value IS 49 (19.53% from 255) = 36.84%
R=37.59%
G=25.56%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.02
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50344900.320.020.80303.7519.0516.47
Hex3222310202501301310
Octal62426104021204602320
Binary11001010001011000101000001010100001001100001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322231; }

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

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

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

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

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

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

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

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