#31112C

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

Shades of Mardi Gras #31112C

Tints of Mardi Gras #31112C

Color information

#31112C (or 0x31112C) is unknown color: approx Mardi Gras. HEX triplet: 31, 11 and 2C. RGB value is (49,17,44). Sum of RGB (Red+Green+Blue) = 49+17+44=110 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.55% from 110); Green value is 17 (7.03% from 255 or 15.45% from 110); Blue value is 44 (17.58% from 255 or 40% from 110); Max value from RGB is 49 - color contains mainly: red. Hex color #31112C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31112C is #CEEED3. Grayscale: #1D1D1D. Windows color (decimal): -13561556 or 2887985. OLE color: 2887985.

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

Color convert

RGB491744-
CMYK00.650.100.81
HSL309.38º48.48%12.94%-
HSV(B)309.38º65.31%19.22%-
XYZ1.921.242.52-
YUV29.65136.1141.8-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 44.55%
GREEN value IS 17 (7.03% from 255) = 15.45%
BLUE value IS 44 (17.58% from 255) = 40%
R=44.55%
G=15.45%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.10
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49174400.650.100.81309.3848.4812.94
Hex31112C041A5113530d
Octal6121540101121214656015
Binary1100011000110110001000001101010100011001101011100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31112C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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