#310732

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

Shades of Mardi Gras #310732

Tints of Mardi Gras #310732

Color information

#310732 (or 0x310732) is unknown color: approx Mardi Gras. HEX triplet: 31, 07 and 32. RGB value is (49,7,50). Sum of RGB (Red+Green+Blue) = 49+7+50=106 (14% of max value = 765). Red value is 49 (19.53% from 255 or 46.23% from 106); Green value is 7 (3.12% from 255 or 6.60% from 106); Blue value is 50 (19.92% from 255 or 47.17% from 106); Max value from RGB is 50 - color contains mainly: blue. Hex color #310732 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310732 is #CEF8CD. Grayscale: #181818. Windows color (decimal): -13564110 or 3278641. OLE color: 3278641.

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

Color convert

RGB49750-
CMYK0.020.8600.80
HSL298.6º75.44%11.18%-
HSV(B)298.6º86%19.61%-
XYZ1.921.043.12-
YUV24.46142.41145.5-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 46.23%
GREEN value IS 7 (3.12% from 255) = 6.60%
BLUE value IS 50 (19.92% from 255) = 47.17%
R=46.23%
G=6.60%
B=47.17%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal497500.020.8600.80298.675.4411.18
Hex3173225605012b4bb
Octal617622126012045311313
Binary1100011111100101010101100101000010010101110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310732; }

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

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

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

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

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

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

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

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