#311831

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

Shades of Mardi Gras #311831

Tints of Mardi Gras #311831

Color information

#311831 (or 0x311831) is unknown color: approx Mardi Gras. HEX triplet: 31, 18 and 31. RGB value is (49,24,49). Sum of RGB (Red+Green+Blue) = 49+24+49=122 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.16% from 122); Green value is 24 (9.77% from 255 or 19.67% from 122); Blue value is 49 (19.53% from 255 or 40.16% from 122); Max value from RGB is 49 - color contains mainly: red, blue. Hex color #311831 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311831 is #CEE7CE. Grayscale: #222222. Windows color (decimal): -13559759 or 3217457. OLE color: 3217457.

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

Color convert

RGB492449-
CMYK00.5100.81
HSL300º34.25%14.31%-
HSV(B)300º51.02%19.22%-
XYZ2.151.533.09-
YUV34.32136.28138.47-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 40.16%
GREEN value IS 24 (9.77% from 255) = 19.67%
BLUE value IS 49 (19.53% from 255) = 40.16%
R=40.16%
G=19.67%
B=40.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49244900.5100.8130034.2514.31
Hex31183103305112c22e
Octal61306106301214544216
Binary110001110001100010110011010100011001011001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311831; }

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

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

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

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

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

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

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

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