#310535

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

Shades of Mardi Gras #310535

Tints of Mardi Gras #310535

Color information

#310535 (or 0x310535) is unknown color: approx Mardi Gras. HEX triplet: 31, 05 and 35. RGB value is (49,5,53). Sum of RGB (Red+Green+Blue) = 49+5+53=107 (14% of max value = 765). Red value is 49 (19.53% from 255 or 45.79% from 107); Green value is 5 (2.34% from 255 or 4.67% from 107); Blue value is 53 (21.09% from 255 or 49.53% from 107); Max value from RGB is 53 - color contains mainly: blue. Hex color #310535 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310535 is #CEFACA. Grayscale: #171717. Windows color (decimal): -13564619 or 3474737. OLE color: 3474737.

HSL color Cylindrical-coordinate representation of color #310535: hue angle of 295º degrees, saturation: 0.83, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #310535 is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB49553-
CMYK0.080.9100.79
HSL295º82.76%11.37%-
HSV(B)295º90.57%20.78%-
XYZ1.961.023.46-
YUV23.63144.58146.1-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 45.79%
GREEN value IS 5 (2.34% from 255) = 4.67%
BLUE value IS 53 (21.09% from 255) = 49.53%
R=45.79%
G=4.67%
B=49.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal495530.080.9100.7929582.7611.37
Hex3153585B04F12753b
Octal6156510133011744712313
Binary110001101110101100010110110100111110010011110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310535; }

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

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

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

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

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

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

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

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