#31162E

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

Shades of Mardi Gras #31162E

Tints of Mardi Gras #31162E

Color information

#31162E (or 0x31162E) is unknown color: approx Mardi Gras. HEX triplet: 31, 16 and 2E. RGB value is (49,22,46). Sum of RGB (Red+Green+Blue) = 49+22+46=117 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.88% from 117); Green value is 22 (8.98% from 255 or 18.80% from 117); Blue value is 46 (18.36% from 255 or 39.32% from 117); Max value from RGB is 49 - color contains mainly: red. Hex color #31162E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31162E is #CEE9D1. Grayscale: #202020. Windows color (decimal): -13560274 or 3020337. OLE color: 3020337.

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

Color convert

RGB492246-
CMYK00.550.060.81
HSL306.67º38.03%13.92%-
HSV(B)306.67º55.1%19.22%-
XYZ2.051.422.75-
YUV32.81135.45139.55-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 41.88%
GREEN value IS 22 (8.98% from 255) = 18.80%
BLUE value IS 46 (18.36% from 255) = 39.32%
R=41.88%
G=18.80%
B=39.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.06
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49224600.550.060.81306.6738.0313.92
Hex31162E03765113326e
Octal61265606761214634616
Binary11000110110101110011011111010100011001100111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31162E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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