#311032

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

Shades of Mardi Gras #311032

Tints of Mardi Gras #311032

Color information

#311032 (or 0x311032) is unknown color: approx Mardi Gras. HEX triplet: 31, 10 and 32. RGB value is (49,16,50). Sum of RGB (Red+Green+Blue) = 49+16+50=115 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.61% from 115); Green value is 16 (6.64% from 255 or 13.91% from 115); Blue value is 50 (19.92% from 255 or 43.48% from 115); Max value from RGB is 50 - color contains mainly: blue. Hex color #311032 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311032 is #CEEFCD. Grayscale: #1D1D1D. Windows color (decimal): -13561806 or 3280945. OLE color: 3280945.

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

Color convert

RGB491650-
CMYK0.020.6800.80
HSL298.24º51.52%12.94%-
HSV(B)298.24º68%19.61%-
XYZ2.031.253.15-
YUV29.74139.43141.74-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 42.61%
GREEN value IS 16 (6.64% from 255) = 13.91%
BLUE value IS 50 (19.92% from 255) = 43.48%
R=42.61%
G=13.91%
B=43.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4916500.020.6800.80298.2451.5212.94
Hex31103224405012a34d
Octal612062210401204526415
Binary11000110000110010101000100010100001001010101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311032; }

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

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

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

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

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

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

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

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