#311132

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

Shades of Mardi Gras #311132

Tints of Mardi Gras #311132

Color information

#311132 (or 0x311132) is unknown color: approx Mardi Gras. HEX triplet: 31, 11 and 32. RGB value is (49,17,50). Sum of RGB (Red+Green+Blue) = 49+17+50=116 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.24% from 116); Green value is 17 (7.03% from 255 or 14.66% from 116); Blue value is 50 (19.92% from 255 or 43.10% from 116); Max value from RGB is 50 - color contains mainly: blue. Hex color #311132 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311132 is #CEEECD. Grayscale: #1E1E1E. Windows color (decimal): -13561550 or 3281201. OLE color: 3281201.

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

Color convert

RGB491750-
CMYK0.020.6600.80
HSL298.18º49.25%13.14%-
HSV(B)298.18º66%19.61%-
XYZ2.041.283.16-
YUV30.33139.1141.32-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 42.24%
GREEN value IS 17 (7.03% from 255) = 14.66%
BLUE value IS 50 (19.92% from 255) = 43.10%
R=42.24%
G=14.66%
B=43.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4917500.020.6600.80298.1849.2513.14
Hex31113224205012a31d
Octal612162210201204526115
Binary11000110001110010101000010010100001001010101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311132; }

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

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

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

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

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

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

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

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