#31112E

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

Shades of Mardi Gras #31112E

Tints of Mardi Gras #31112E

Color information

#31112E (or 0x31112E) is unknown color: approx Mardi Gras. HEX triplet: 31, 11 and 2E. RGB value is (49,17,46). Sum of RGB (Red+Green+Blue) = 49+17+46=112 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.75% from 112); Green value is 17 (7.03% from 255 or 15.18% from 112); Blue value is 46 (18.36% from 255 or 41.07% from 112); Max value from RGB is 49 - color contains mainly: red. Hex color #31112E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31112E is #CEEED1. Grayscale: #1D1D1D. Windows color (decimal): -13561554 or 3019057. OLE color: 3019057.

HSL color Cylindrical-coordinate representation of color #31112E: hue angle of 305.62º 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 #31112E is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.81.

Color convert

RGB491746-
CMYK00.650.060.81
HSL305.62º48.48%12.94%-
HSV(B)305.62º65.31%19.22%-
XYZ1.961.252.72-
YUV29.87137.1141.64-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 43.75%
GREEN value IS 17 (7.03% from 255) = 15.18%
BLUE value IS 46 (18.36% from 255) = 41.07%
R=43.75%
G=15.18%
B=41.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.06
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49174600.650.060.81305.6248.4812.94
Hex31112E04165113230d
Octal612156010161214626015
Binary110001100011011100100000111010100011001100101100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31112E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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