#311B31

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

Shades of Mardi Gras #311B31

Tints of Mardi Gras #311B31

Color information

#311B31 (or 0x311B31) is unknown color: approx Mardi Gras. HEX triplet: 31, 1B and 31. RGB value is (49,27,49). Sum of RGB (Red+Green+Blue) = 49+27+49=125 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.2% from 125); Green value is 27 (10.94% from 255 or 21.6% from 125); Blue value is 49 (19.53% from 255 or 39.2% from 125); Max value from RGB is 49 - color contains mainly: red, blue. Hex color #311B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311B31 is #CEE4CE. Grayscale: #242424. Windows color (decimal): -13558991 or 3218225. OLE color: 3218225.

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

Color convert

RGB492749-
CMYK00.4500.81
HSL300º28.95%14.9%-
HSV(B)300º44.9%19.22%-
XYZ2.211.663.11-
YUV36.09135.29137.21-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 39.2%
GREEN value IS 27 (10.94% from 255) = 21.6%
BLUE value IS 49 (19.53% from 255) = 39.2%
R=39.2%
G=21.6%
B=39.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49274900.4500.8130028.9514.9
Hex311B3102D05112c1df
Octal61336105501214543517
Binary11000111011110001010110101010001100101100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311B31; }

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

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

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

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

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

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

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

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