#312332

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

Shades of Mardi Gras #312332

Tints of Mardi Gras #312332

Color information

#312332 (or 0x312332) is unknown color: approx Mardi Gras. HEX triplet: 31, 23 and 32. RGB value is (49,35,50). Sum of RGB (Red+Green+Blue) = 49+35+50=134 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.57% from 134); Green value is 35 (14.06% from 255 or 26.12% from 134); Blue value is 50 (19.92% from 255 or 37.31% from 134); Max value from RGB is 50 - color contains mainly: blue. Hex color #312332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312332 is #CEDCCD. Grayscale: #282828. Windows color (decimal): -13556942 or 3285809. OLE color: 3285809.

HSL color Cylindrical-coordinate representation of color #312332: hue angle of 296º degrees, saturation: 0.18, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #312332 is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB493550-
CMYK0.020.3000.80
HSL296º17.65%16.67%-
HSV(B)296º30%19.61%-
XYZ2.442.093.29-
YUV40.9133.14133.78-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 36.57%
GREEN value IS 35 (14.06% from 255) = 26.12%
BLUE value IS 50 (19.92% from 255) = 37.31%
R=36.57%
G=26.12%
B=37.31%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4935500.020.3000.8029617.6516.67
Hex31233221E0501281211
Octal61436223601204502221
Binary1100011000111100101011110010100001001010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312332; }

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

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

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

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

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

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

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

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