#312831

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

Shades of Mardi Gras #312831

Tints of Mardi Gras #312831

Color information

#312831 (or 0x312831) is unknown color: approx Mardi Gras. HEX triplet: 31, 28 and 31. RGB value is (49,40,49). Sum of RGB (Red+Green+Blue) = 49+40+49=138 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.51% from 138); Green value is 40 (16.02% from 255 or 28.99% from 138); Blue value is 49 (19.53% from 255 or 35.51% from 138); Max value from RGB is 49 - color contains mainly: red, blue. Hex color #312831 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312831 is #CED7CE. Grayscale: #2B2B2B. Windows color (decimal): -13555663 or 3221553. OLE color: 3221553.

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

Color convert

RGB494049-
CMYK00.1800.81
HSL300º10.11%17.45%-
HSV(B)300º18.37%19.22%-
XYZ2.582.393.23-
YUV43.72130.98131.77-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 35.51%
GREEN value IS 40 (16.02% from 255) = 28.99%
BLUE value IS 49 (19.53% from 255) = 35.51%
R=35.51%
G=28.99%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49404900.1800.8130010.1117.45
Hex31283101205112ca11
Octal61506102201214541221
Binary11000110100011000101001001010001100101100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312831; }

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

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

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

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

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

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

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

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