#311D32

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

Shades of Mardi Gras #311D32

Tints of Mardi Gras #311D32

Color information

#311D32 (or 0x311D32) is unknown color: approx Mardi Gras. HEX triplet: 31, 1D and 32. RGB value is (49,29,50). Sum of RGB (Red+Green+Blue) = 49+29+50=128 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.28% from 128); Green value is 29 (11.72% from 255 or 22.66% from 128); Blue value is 50 (19.92% from 255 or 39.06% from 128); Max value from RGB is 50 - color contains mainly: blue. Hex color #311D32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311D32 is #CEE2CD. Grayscale: #252525. Windows color (decimal): -13558478 or 3284273. OLE color: 3284273.

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

Color convert

RGB492950-
CMYK0.020.4200.80
HSL297.14º26.58%15.49%-
HSV(B)297.14º42%19.61%-
XYZ2.281.763.24-
YUV37.37135.13136.29-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 38.28%
GREEN value IS 29 (11.72% from 255) = 22.66%
BLUE value IS 50 (19.92% from 255) = 39.06%
R=38.28%
G=22.66%
B=39.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4929500.020.4200.80297.1426.5815.49
Hex311D3222A0501291bf
Octal61356225201204513317
Binary110001111011100101010101001010000100101001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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