#312131

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

Shades of Mardi Gras #312131

Tints of Mardi Gras #312131

Color information

#312131 (or 0x312131) is unknown color: approx Mardi Gras. HEX triplet: 31, 21 and 31. RGB value is (49,33,49). Sum of RGB (Red+Green+Blue) = 49+33+49=131 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.40% from 131); Green value is 33 (13.28% from 255 or 25.19% from 131); Blue value is 49 (19.53% from 255 or 37.40% from 131); Max value from RGB is 49 - color contains mainly: red, blue. Hex color #312131 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312131 is #CEDECE. Grayscale: #272727. Windows color (decimal): -13557455 or 3219761. OLE color: 3219761.

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

Color convert

RGB493349-
CMYK00.3300.81
HSL300º19.51%16.08%-
HSV(B)300º32.65%19.22%-
XYZ2.361.963.16-
YUV39.61133.3134.7-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 37.40%
GREEN value IS 33 (13.28% from 255) = 25.19%
BLUE value IS 49 (19.53% from 255) = 37.40%
R=37.40%
G=25.19%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49334900.3300.8130019.5116.08
Hex31213102105112c1410
Octal61416104101214542420
Binary1100011000011100010100001010100011001011001010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312131; }

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

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

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

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

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

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

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

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