#310332

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

Shades of Mardi Gras #310332

Tints of Mardi Gras #310332

Color information

#310332 (or 0x310332) is unknown color: approx Mardi Gras. HEX triplet: 31, 03 and 32. RGB value is (49,3,50). Sum of RGB (Red+Green+Blue) = 49+3+50=102 (13% of max value = 765). Red value is 49 (19.53% from 255 or 48.04% from 102); Green value is 3 (1.56% from 255 or 2.94% from 102); Blue value is 50 (19.92% from 255 or 49.02% from 102); Max value from RGB is 50 - color contains mainly: blue. Hex color #310332 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310332 is #CEFCCD. Grayscale: #151515. Windows color (decimal): -13565134 or 3277617. OLE color: 3277617.

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

Color convert

RGB49350-
CMYK0.020.9400.80
HSL298.72º88.68%10.39%-
HSV(B)298.72º94%19.61%-
XYZ1.870.953.1-
YUV22.11143.74147.18-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 48.04%
GREEN value IS 3 (1.56% from 255) = 2.94%
BLUE value IS 50 (19.92% from 255) = 49.02%
R=48.04%
G=2.94%
B=49.02%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal493500.020.9400.80298.7288.6810.39
Hex3133225E05012b59a
Octal613622136012045313112
Binary110001111100101010111100101000010010101110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310332; }

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

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

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

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

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

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

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

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