#310533

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

Shades of Mardi Gras #310533

Tints of Mardi Gras #310533

Color information

#310533 (or 0x310533) is unknown color: approx Mardi Gras. HEX triplet: 31, 05 and 33. RGB value is (49,5,51). Sum of RGB (Red+Green+Blue) = 49+5+51=105 (13% of max value = 765). Red value is 49 (19.53% from 255 or 46.67% from 105); Green value is 5 (2.34% from 255 or 4.76% from 105); Blue value is 51 (20.31% from 255 or 48.57% from 105); Max value from RGB is 51 - color contains mainly: blue. Hex color #310533 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310533 is #CEFACC. Grayscale: #171717. Windows color (decimal): -13564621 or 3343665. OLE color: 3343665.

HSL color Cylindrical-coordinate representation of color #310533: hue angle of 297.39º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #310533 is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB49551-
CMYK0.040.9000.8
HSL297.39º82.14%10.98%-
HSV(B)297.39º90.2%20%-
XYZ1.9213.22-
YUV23.4143.58146.26-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 46.67%
GREEN value IS 5 (2.34% from 255) = 4.76%
BLUE value IS 51 (20.31% from 255) = 48.57%
R=46.67%
G=4.76%
B=48.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal495510.040.9000.8297.3982.1410.98
Hex3153345A05012952b
Octal615634132012045112213
Binary11000110111001110010110100101000010010100110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310533; }

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

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

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

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

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

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

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

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