#310F35

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

Shades of Mardi Gras #310F35

Tints of Mardi Gras #310F35

Color information

#310F35 (or 0x310F35) is unknown color: approx Mardi Gras. HEX triplet: 31, 0F and 35. RGB value is (49,15,53). Sum of RGB (Red+Green+Blue) = 49+15+53=117 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.88% from 117); Green value is 15 (6.25% from 255 or 12.82% from 117); Blue value is 53 (21.09% from 255 or 45.30% from 117); Max value from RGB is 53 - color contains mainly: blue. Hex color #310F35 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310F35 is #CEF0CA. Grayscale: #1D1D1D. Windows color (decimal): -13562059 or 3477297. OLE color: 3477297.

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

Color convert

RGB491553-
CMYK0.080.7200.79
HSL293.68º55.88%13.33%-
HSV(B)293.68º71.7%20.78%-
XYZ2.081.253.5-
YUV29.5141.26141.91-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 41.88%
GREEN value IS 15 (6.25% from 255) = 12.82%
BLUE value IS 53 (21.09% from 255) = 45.30%
R=41.88%
G=12.82%
B=45.30%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4915530.080.7200.79293.6855.8813.33
Hex31F3584804F12638d
Octal6117651011001174467015
Binary110001111111010110001001000010011111001001101110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310F35; }

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

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

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

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

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

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

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

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