#310A31

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

Shades of Mardi Gras #310A31

Tints of Mardi Gras #310A31

Color information

#310A31 (or 0x310A31) is unknown color: approx Mardi Gras. HEX triplet: 31, 0A and 31. RGB value is (49,10,49). Sum of RGB (Red+Green+Blue) = 49+10+49=108 (14% of max value = 765). Red value is 49 (19.53% from 255 or 45.37% from 108); Green value is 10 (4.30% from 255 or 9.26% from 108); Blue value is 49 (19.53% from 255 or 45.37% from 108); Max value from RGB is 49 - color contains mainly: red, blue. Hex color #310A31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310A31 is #CEF5CE. Grayscale: #191919. Windows color (decimal): -13563343 or 3213873. OLE color: 3213873.

HSL color Cylindrical-coordinate representation of color #310A31: hue angle of 300º degrees, saturation: 0.66, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #310A31 is Cyan = 0, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB491049-
CMYK00.8000.81
HSL300º66.1%11.57%-
HSV(B)300º79.59%19.22%-
XYZ1.931.093.01-
YUV26.11140.92144.33-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 45.37%
GREEN value IS 10 (4.30% from 255) = 9.26%
BLUE value IS 49 (19.53% from 255) = 45.37%
R=45.37%
G=9.26%
B=45.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49104900.8000.8130066.111.57
Hex31A3105005112c42c
Octal6112610120012145410214
Binary1100011010110001010100000101000110010110010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310A31; }

 p { color: rgb(49,10,49); }

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

<style>
 a { background-color: #310A31; }

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

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

<style>
 span { border-color: #310A31; }

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

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