#311131

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

Shades of Mardi Gras #311131

Tints of Mardi Gras #311131

Color information

#311131 (or 0x311131) is unknown color: approx Mardi Gras. HEX triplet: 31, 11 and 31. RGB value is (49,17,49). Sum of RGB (Red+Green+Blue) = 49+17+49=115 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.61% from 115); Green value is 17 (7.03% from 255 or 14.78% from 115); Blue value is 49 (19.53% from 255 or 42.61% from 115); Max value from RGB is 49 - color contains mainly: red, blue. Hex color #311131 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311131 is #CEEECE. Grayscale: #1E1E1E. Windows color (decimal): -13561551 or 3215665. OLE color: 3215665.

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

Color convert

RGB491749-
CMYK00.6500.81
HSL300º48.48%12.94%-
HSV(B)300º65.31%19.22%-
XYZ2.021.283.05-
YUV30.22138.6141.4-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 42.61%
GREEN value IS 17 (7.03% from 255) = 14.78%
BLUE value IS 49 (19.53% from 255) = 42.61%
R=42.61%
G=14.78%
B=42.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49174900.6500.8130048.4812.94
Hex31113104105112c30d
Octal612161010101214546015
Binary1100011000111000101000001010100011001011001100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311131; }

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

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

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

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

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

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

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

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