#312532

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

Shades of Mardi Gras #312532

Tints of Mardi Gras #312532

Color information

#312532 (or 0x312532) is unknown color: approx Mardi Gras. HEX triplet: 31, 25 and 32. RGB value is (49,37,50). Sum of RGB (Red+Green+Blue) = 49+37+50=136 (18% of max value = 765). Red value is 49 (19.53% from 255 or 36.03% from 136); Green value is 37 (14.84% from 255 or 27.21% from 136); Blue value is 50 (19.92% from 255 or 36.76% from 136); Max value from RGB is 50 - color contains mainly: blue. Hex color #312532 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312532 is #CEDACD. Grayscale: #2A2A2A. Windows color (decimal): -13556430 or 3286321. OLE color: 3286321.

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

Color convert

RGB493750-
CMYK0.020.2600.80
HSL295.38º14.94%17.06%-
HSV(B)295.38º26%19.61%-
XYZ2.52.213.31-
YUV42.07132.48132.94-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 36.03%
GREEN value IS 37 (14.84% from 255) = 27.21%
BLUE value IS 50 (19.92% from 255) = 36.76%
R=36.03%
G=27.21%
B=36.76%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4937500.020.2600.80295.3814.9417.06
Hex31253221A050127f11
Octal61456223201204471721
Binary110001100101110010101101001010000100100111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312532; }

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

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

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

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

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

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

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

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