#311E31

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

Shades of Mardi Gras #311E31

Tints of Mardi Gras #311E31

Color information

#311E31 (or 0x311E31) is unknown color: approx Mardi Gras. HEX triplet: 31, 1E and 31. RGB value is (49,30,49). Sum of RGB (Red+Green+Blue) = 49+30+49=128 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.28% from 128); Green value is 30 (12.11% from 255 or 23.44% from 128); Blue value is 49 (19.53% from 255 or 38.28% from 128); Max value from RGB is 49 - color contains mainly: red, blue. Hex color #311E31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311E31 is #CEE1CE. Grayscale: #252525. Windows color (decimal): -13558223 or 3218993. OLE color: 3218993.

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

Color convert

RGB493049-
CMYK00.3900.81
HSL300º24.05%15.49%-
HSV(B)300º38.78%19.22%-
XYZ2.291.83.13-
YUV37.85134.29135.96-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 38.28%
GREEN value IS 30 (12.11% from 255) = 23.44%
BLUE value IS 49 (19.53% from 255) = 38.28%
R=38.28%
G=23.44%
B=38.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49304900.3900.8130024.0515.49
Hex311E3102705112c18f
Octal61366104701214543017
Binary11000111110110001010011101010001100101100110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311E31; }

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

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

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

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

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

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

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

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