#312331

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

Shades of Mardi Gras #312331

Tints of Mardi Gras #312331

Color information

#312331 (or 0x312331) is unknown color: approx Mardi Gras. HEX triplet: 31, 23 and 31. RGB value is (49,35,49). Sum of RGB (Red+Green+Blue) = 49+35+49=133 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.84% from 133); Green value is 35 (14.06% from 255 or 26.32% from 133); Blue value is 49 (19.53% from 255 or 36.84% from 133); Max value from RGB is 49 - color contains mainly: red, blue. Hex color #312331 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312331 is #CEDCCE. Grayscale: #282828. Windows color (decimal): -13556943 or 3220273. OLE color: 3220273.

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

Color convert

RGB493549-
CMYK00.2900.81
HSL300º16.67%16.47%-
HSV(B)300º28.57%19.22%-
XYZ2.422.083.18-
YUV40.78132.64133.86-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 36.84%
GREEN value IS 35 (14.06% from 255) = 26.32%
BLUE value IS 49 (19.53% from 255) = 36.84%
R=36.84%
G=26.32%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49354900.2900.8130016.6716.47
Hex31233101D05112c1110
Octal61436103501214542120
Binary110001100011110001011101010100011001011001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312331; }

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

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

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

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

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

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

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

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