#310632

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

Shades of Mardi Gras #310632

Tints of Mardi Gras #310632

Color information

#310632 (or 0x310632) is unknown color: approx Mardi Gras. HEX triplet: 31, 06 and 32. RGB value is (49,6,50). Sum of RGB (Red+Green+Blue) = 49+6+50=105 (13% of max value = 765). Red value is 49 (19.53% from 255 or 46.67% from 105); Green value is 6 (2.73% from 255 or 5.71% from 105); Blue value is 50 (19.92% from 255 or 47.62% from 105); Max value from RGB is 50 - color contains mainly: blue. Hex color #310632 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310632 is #CEF9CD. Grayscale: #171717. Windows color (decimal): -13564366 or 3278385. OLE color: 3278385.

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

Color convert

RGB49650-
CMYK0.020.8800.80
HSL298.64º78.57%10.98%-
HSV(B)298.64º88%19.61%-
XYZ1.911.013.11-
YUV23.87142.75145.92-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 46.67%
GREEN value IS 6 (2.73% from 255) = 5.71%
BLUE value IS 50 (19.92% from 255) = 47.62%
R=46.67%
G=5.71%
B=47.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal496500.020.8800.80298.6478.5710.98
Hex3163225805012b4fb
Octal616622130012045311713
Binary1100011101100101010110000101000010010101110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310632; }

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

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

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

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

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

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

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

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