#312932

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

Shades of Mardi Gras #312932

Tints of Mardi Gras #312932

Color information

#312932 (or 0x312932) is unknown color: approx Mardi Gras. HEX triplet: 31, 29 and 32. RGB value is (49,41,50). Sum of RGB (Red+Green+Blue) = 49+41+50=140 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35% from 140); Green value is 41 (16.41% from 255 or 29.29% from 140); Blue value is 50 (19.92% from 255 or 35.71% from 140); Max value from RGB is 50 - color contains mainly: blue. Hex color #312932 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312932 is #CED6CD. Grayscale: #2C2C2C. Windows color (decimal): -13555406 or 3287345. OLE color: 3287345.

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

Color convert

RGB494150-
CMYK0.020.1800.80
HSL293.33º9.89%17.84%-
HSV(B)293.33º18%19.61%-
XYZ2.642.473.36-
YUV44.42131.15131.27-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 35%
GREEN value IS 41 (16.41% from 255) = 29.29%
BLUE value IS 50 (19.92% from 255) = 35.71%
R=35%
G=29.29%
B=35.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4941500.020.1800.80293.339.8917.84
Hex312932212050125a12
Octal61516222201204451222
Binary110001101001110010101001001010000100100101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312932; }

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

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

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

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

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

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

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

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