#31032C

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

Shades of Mardi Gras #31032C

Tints of Mardi Gras #31032C

Color information

#31032C (or 0x31032C) is unknown color: approx Mardi Gras. HEX triplet: 31, 03 and 2C. RGB value is (49,3,44). Sum of RGB (Red+Green+Blue) = 49+3+44=96 (12% of max value = 765). Red value is 49 (19.53% from 255 or 51.04% from 96); Green value is 3 (1.56% from 255 or 3.12% from 96); Blue value is 44 (17.58% from 255 or 45.83% from 96); Max value from RGB is 49 - color contains mainly: red. Hex color #31032C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31032C is #CEFCD3. Grayscale: #151515. Windows color (decimal): -13565140 or 2884401. OLE color: 2884401.

HSL color Cylindrical-coordinate representation of color #31032C: hue angle of 306.52º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #31032C is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.81.

Color convert

RGB49344-
CMYK00.940.100.81
HSL306.52º88.46%10.2%-
HSV(B)306.52º93.88%19.22%-
XYZ1.750.92.46-
YUV21.43140.74147.67-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 51.04%
GREEN value IS 3 (1.56% from 255) = 3.12%
BLUE value IS 44 (17.58% from 255) = 45.83%
R=51.04%
G=3.12%
B=45.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.10
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4934400.940.100.81306.5288.4610.2
Hex3132C05EA5113358a
Octal6135401361212146313012
Binary11000111101100010111101010101000110011001110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31032C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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