#312031

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

Shades of Mardi Gras #312031

Tints of Mardi Gras #312031

Color information

#312031 (or 0x312031) is unknown color: approx Mardi Gras. HEX triplet: 31, 20 and 31. RGB value is (49,32,49). Sum of RGB (Red+Green+Blue) = 49+32+49=130 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.69% from 130); Green value is 32 (12.89% from 255 or 24.62% from 130); Blue value is 49 (19.53% from 255 or 37.69% from 130); Max value from RGB is 49 - color contains mainly: red, blue. Hex color #312031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312031 is #CEDFCE. Grayscale: #262626. Windows color (decimal): -13557711 or 3219505. OLE color: 3219505.

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

Color convert

RGB493249-
CMYK00.3500.81
HSL300º20.99%15.88%-
HSV(B)300º34.69%19.22%-
XYZ2.341.913.15-
YUV39.02133.63135.12-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 37.69%
GREEN value IS 32 (12.89% from 255) = 24.62%
BLUE value IS 49 (19.53% from 255) = 37.69%
R=37.69%
G=24.62%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49324900.3500.8130020.9915.88
Hex31203102305112c1510
Octal61406104301214542520
Binary1100011000001100010100011010100011001011001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312031; }

 p { color: rgb(49,32,49); }

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

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

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

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

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

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

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