#310035

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

Shades of Mardi Gras #310035

Tints of Mardi Gras #310035

Color information

#310035 (or 0x310035) is unknown color: approx Mardi Gras. HEX triplet: 31, 00 and 35. RGB value is (49,0,53). Sum of RGB (Red+Green+Blue) = 49+0+53=102 (13% of max value = 765). Red value is 49 (19.53% from 255 or 48.04% from 102); Green value is 0 (0.39% from 255 or 0% from 102); Blue value is 53 (21.09% from 255 or 51.96% from 102); Max value from RGB is 53 - color contains mainly: blue. Hex color #310035 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310035 is #CEFFCA. Grayscale: #141414. Windows color (decimal): -13565899 or 3473457. OLE color: 3473457.

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

Color convert

RGB49053-
CMYK0.08100.79
HSL295.47º100%10.39%-
HSV(B)295.47º100%20.78%-
XYZ1.910.913.44-
YUV20.69146.23148.19-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 48.04%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 53 (21.09% from 255) = 51.96%
R=48.04%
G=0%
B=51.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal490530.08100.79295.4710010.39
Hex3103586404F12764a
Octal6106510144011744714412
Binary1100010110101100011001000100111110010011111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310035; }

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

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

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

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

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

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

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

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