#310529

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

Shades of Mardi Gras #310529

Tints of Mardi Gras #310529

Color information

#310529 (or 0x310529) is unknown color: approx Mardi Gras. HEX triplet: 31, 05 and 29. RGB value is (49,5,41). Sum of RGB (Red+Green+Blue) = 49+5+41=95 (12% of max value = 765). Red value is 49 (19.53% from 255 or 51.58% from 95); Green value is 5 (2.34% from 255 or 5.26% from 95); Blue value is 41 (16.41% from 255 or 43.16% from 95); Max value from RGB is 49 - color contains mainly: red. Hex color #310529 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310529 is #CEFAD6. Grayscale: #161616. Windows color (decimal): -13564631 or 2688305. OLE color: 2688305.

HSL color Cylindrical-coordinate representation of color #310529: hue angle of 310.91º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #310529 is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.81.

Color convert

RGB49541-
CMYK00.900.160.81
HSL310.91º81.48%10.59%-
HSV(B)310.91º89.8%19.22%-
XYZ1.720.922.18-
YUV22.26138.58147.07-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 51.58%
GREEN value IS 5 (2.34% from 255) = 5.26%
BLUE value IS 41 (16.41% from 255) = 43.16%
R=51.58%
G=5.26%
B=43.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.16
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4954100.900.160.81310.9181.4810.59
Hex3152905A105113751b
Octal6155101322012146712113
Binary1100011011010010101101010000101000110011011110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310529; }

 p { color: rgb(49,5,41); }

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

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

 a { background-color: rgb(49,5,41); }

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

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

 span { border-color: rgb(49,5,41); }

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