#312732

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

Shades of Mardi Gras #312732

Tints of Mardi Gras #312732

Color information

#312732 (or 0x312732) is unknown color: approx Mardi Gras. HEX triplet: 31, 27 and 32. RGB value is (49,39,50). Sum of RGB (Red+Green+Blue) = 49+39+50=138 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.51% from 138); Green value is 39 (15.62% from 255 or 28.26% from 138); Blue value is 50 (19.92% from 255 or 36.23% from 138); Max value from RGB is 50 - color contains mainly: blue. Hex color #312732 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312732 is #CED8CD. Grayscale: #2B2B2B. Windows color (decimal): -13555918 or 3286833. OLE color: 3286833.

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

Color convert

RGB493950-
CMYK0.020.2200.80
HSL294.55º12.36%17.45%-
HSV(B)294.55º22%19.61%-
XYZ2.572.333.33-
YUV43.24131.81132.11-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 35.51%
GREEN value IS 39 (15.62% from 255) = 28.26%
BLUE value IS 50 (19.92% from 255) = 36.23%
R=35.51%
G=28.26%
B=36.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4939500.020.2200.80294.5512.3617.45
Hex312732216050127c11
Octal61476222601204471421
Binary110001100111110010101011001010000100100111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312732; }

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

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

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

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

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

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

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

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