#31012C

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

Shades of Mardi Gras #31012C

Tints of Mardi Gras #31012C

Color information

#31012C (or 0x31012C) is unknown color: approx Mardi Gras. HEX triplet: 31, 01 and 2C. RGB value is (49,1,44). Sum of RGB (Red+Green+Blue) = 49+1+44=94 (12% of max value = 765). Red value is 49 (19.53% from 255 or 52.13% from 94); Green value is 1 (0.78% from 255 or 1.06% from 94); Blue value is 44 (17.58% from 255 or 46.81% from 94); Max value from RGB is 49 - color contains mainly: red. Hex color #31012C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31012C is #CEFED3. Grayscale: #141414. Windows color (decimal): -13565652 or 2883889. OLE color: 2883889.

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

Color convert

RGB49144-
CMYK00.980.100.81
HSL306.25º96%9.8%-
HSV(B)306.25º97.96%19.22%-
XYZ1.730.862.46-
YUV20.25141.4148.5-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 52.13%
GREEN value IS 1 (0.78% from 255) = 1.06%
BLUE value IS 44 (17.58% from 255) = 46.81%
R=52.13%
G=1.06%
B=46.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.10
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4914400.980.100.81306.25969.8
Hex3112C062A5113260a
Octal6115401421212146214012
Binary1100011101100011000101010101000110011001011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31012C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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