#312035

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

Shades of Mardi Gras #312035

Tints of Mardi Gras #312035

Color information

#312035 (or 0x312035) is unknown color: approx Mardi Gras. HEX triplet: 31, 20 and 35. RGB value is (49,32,53). Sum of RGB (Red+Green+Blue) = 49+32+53=134 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.57% from 134); Green value is 32 (12.89% from 255 or 23.88% from 134); Blue value is 53 (21.09% from 255 or 39.55% from 134); Max value from RGB is 53 - color contains mainly: blue. Hex color #312035 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312035 is #CEDFCA. Grayscale: #272727. Windows color (decimal): -13557707 or 3481649. OLE color: 3481649.

HSL color Cylindrical-coordinate representation of color #312035: hue angle of 288.57º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #312035 is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB493253-
CMYK0.080.4000.79
HSL288.57º24.71%16.67%-
HSV(B)288.57º39.62%20.78%-
XYZ2.431.943.62-
YUV39.48135.63134.79-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 36.57%
GREEN value IS 32 (12.89% from 255) = 23.88%
BLUE value IS 53 (21.09% from 255) = 39.55%
R=36.57%
G=23.88%
B=39.55%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4932530.080.4000.79288.5724.7116.67
Hex31203582804F1211911
Octal614065105001174413121
Binary1100011000001101011000101000010011111001000011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312035; }

 p { color: rgb(49,32,53); }

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

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

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

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

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

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

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