#31152E

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

Shades of Mardi Gras #31152E

Tints of Mardi Gras #31152E

Color information

#31152E (or 0x31152E) is unknown color: approx Mardi Gras. HEX triplet: 31, 15 and 2E. RGB value is (49,21,46). Sum of RGB (Red+Green+Blue) = 49+21+46=116 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.24% from 116); Green value is 21 (8.59% from 255 or 18.10% from 116); Blue value is 46 (18.36% from 255 or 39.66% from 116); Max value from RGB is 49 - color contains mainly: red. Hex color #31152E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31152E is #CEEAD1. Grayscale: #202020. Windows color (decimal): -13560530 or 3020081. OLE color: 3020081.

HSL color Cylindrical-coordinate representation of color #31152E: hue angle of 306.43º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #31152E is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.81.

Color convert

RGB492146-
CMYK00.570.060.81
HSL306.43º40%13.73%-
HSV(B)306.43º57.14%19.22%-
XYZ2.031.392.75-
YUV32.22135.78139.97-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 42.24%
GREEN value IS 21 (8.59% from 255) = 18.10%
BLUE value IS 46 (18.36% from 255) = 39.66%
R=42.24%
G=18.10%
B=39.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.06
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49214600.570.060.81306.434013.73
Hex31152E03965113228e
Octal61255607161214625016
Binary11000110101101110011100111010100011001100101010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31152E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31152E; }

 p { color: rgb(49,21,46); }

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

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

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

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

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

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

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