#312431

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

Shades of Mardi Gras #312431

Tints of Mardi Gras #312431

Color information

#312431 (or 0x312431) is unknown color: approx Mardi Gras. HEX triplet: 31, 24 and 31. RGB value is (49,36,49). Sum of RGB (Red+Green+Blue) = 49+36+49=134 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.57% from 134); Green value is 36 (14.45% from 255 or 26.87% from 134); Blue value is 49 (19.53% from 255 or 36.57% from 134); Max value from RGB is 49 - color contains mainly: red, blue. Hex color #312431 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312431 is #CEDBCE. Grayscale: #292929. Windows color (decimal): -13556687 or 3220529. OLE color: 3220529.

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

Color convert

RGB493649-
CMYK00.2700.81
HSL300º15.29%16.67%-
HSV(B)300º26.53%19.22%-
XYZ2.452.143.19-
YUV41.37132.31133.44-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 36.57%
GREEN value IS 36 (14.45% from 255) = 26.87%
BLUE value IS 49 (19.53% from 255) = 36.57%
R=36.57%
G=26.87%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49364900.2700.8130015.2916.67
Hex31243101B05112cf11
Octal61446103301214541721
Binary11000110010011000101101101010001100101100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312431; }

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

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

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

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

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

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

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

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