#31032A

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

Shades of Mardi Gras #31032A

Tints of Mardi Gras #31032A

Color information

#31032A (or 0x31032A) is unknown color: approx Mardi Gras. HEX triplet: 31, 03 and 2A. RGB value is (49,3,42). Sum of RGB (Red+Green+Blue) = 49+3+42=94 (12% of max value = 765). Red value is 49 (19.53% from 255 or 52.13% from 94); Green value is 3 (1.56% from 255 or 3.19% from 94); Blue value is 42 (16.80% from 255 or 44.68% from 94); Max value from RGB is 49 - color contains mainly: red. Hex color #31032A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31032A is #CEFCD5. Grayscale: #151515. Windows color (decimal): -13565142 or 2753329. OLE color: 2753329.

HSL color Cylindrical-coordinate representation of color #31032A: hue angle of 309.13º 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 #31032A is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.81.

Color convert

RGB49342-
CMYK00.940.140.81
HSL309.13º88.46%10.2%-
HSV(B)309.13º93.88%19.22%-
XYZ1.720.892.27-
YUV21.2139.74147.83-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 52.13%
GREEN value IS 3 (1.56% from 255) = 3.19%
BLUE value IS 42 (16.80% from 255) = 44.68%
R=52.13%
G=3.19%
B=44.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.14
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4934200.940.140.81309.1388.4610.2
Hex3132A05EE5113558a
Octal6135201361612146513012
Binary11000111101010010111101110101000110011010110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31032A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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