#310032

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

Shades of Mardi Gras #310032

Tints of Mardi Gras #310032

Color information

#310032 (or 0x310032) is unknown color: approx Mardi Gras. HEX triplet: 31, 00 and 32. RGB value is (49,0,50). Sum of RGB (Red+Green+Blue) = 49+0+50=99 (13% of max value = 765). Red value is 49 (19.53% from 255 or 49.49% from 99); Green value is 0 (0.39% from 255 or 0% from 99); Blue value is 50 (19.92% from 255 or 50.51% from 99); Max value from RGB is 50 - color contains mainly: blue. Hex color #310032 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310032 is #CEFFCD. Grayscale: #141414. Windows color (decimal): -13565902 or 3276849. OLE color: 3276849.

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

Color convert

RGB49050-
CMYK0.02100.80
HSL298.8º100%9.8%-
HSV(B)298.8º100%19.61%-
XYZ1.840.883.09-
YUV20.35144.73148.43-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 49.49%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 50 (19.92% from 255) = 50.51%
R=49.49%
G=0%
B=50.51%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal490500.02100.80298.81009.8
Hex3103226405012b64a
Octal610622144012045314412
Binary11000101100101011001000101000010010101111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310032; }

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

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

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

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

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

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

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

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