#310932

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

Shades of Mardi Gras #310932

Tints of Mardi Gras #310932

Color information

#310932 (or 0x310932) is unknown color: approx Mardi Gras. HEX triplet: 31, 09 and 32. RGB value is (49,9,50). Sum of RGB (Red+Green+Blue) = 49+9+50=108 (14% of max value = 765). Red value is 49 (19.53% from 255 or 45.37% from 108); Green value is 9 (3.91% from 255 or 8.33% from 108); Blue value is 50 (19.92% from 255 or 46.30% from 108); Max value from RGB is 50 - color contains mainly: blue. Hex color #310932 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310932 is #CEF6CD. Grayscale: #191919. Windows color (decimal): -13563598 or 3279153. OLE color: 3279153.

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

Color convert

RGB49950-
CMYK0.020.8200.80
HSL298.54º69.49%11.57%-
HSV(B)298.54º82%19.61%-
XYZ1.941.083.12-
YUV25.63141.75144.67-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 45.37%
GREEN value IS 9 (3.91% from 255) = 8.33%
BLUE value IS 50 (19.92% from 255) = 46.30%
R=45.37%
G=8.33%
B=46.30%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal499500.020.8200.80298.5469.4911.57
Hex3193225205012b45c
Octal6111622122012045310514
Binary11000110011100101010100100101000010010101110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310932; }

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

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

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

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

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

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

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

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