#322731

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

Shades of Mardi Gras #322731

Tints of Mardi Gras #322731

Color information

#322731 (or 0x322731) is unknown color: approx Mardi Gras. HEX triplet: 32, 27 and 31. RGB value is (50,39,49). Sum of RGB (Red+Green+Blue) = 50+39+49=138 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.23% from 138); Green value is 39 (15.62% from 255 or 28.26% from 138); Blue value is 49 (19.53% from 255 or 35.51% from 138); Max value from RGB is 50 - color contains mainly: red. Hex color #322731 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322731 is #CDD8CE. Grayscale: #2B2B2B. Windows color (decimal): -13490383 or 3221298. OLE color: 3221298.

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

Color convert

RGB503949-
CMYK00.220.020.80
HSL305.45º12.36%17.45%-
HSV(B)305.45º22%19.61%-
XYZ2.62.353.22-
YUV43.43131.14132.69-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 36.23%
GREEN value IS 39 (15.62% from 255) = 28.26%
BLUE value IS 49 (19.53% from 255) = 35.51%
R=36.23%
G=28.26%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.02
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50394900.220.020.80305.4512.3617.45
Hex322731016250131c11
Octal62476102621204611421
Binary110010100111110001010110101010000100110001110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322731; }

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

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

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

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

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

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

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

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