#310F32

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

Shades of Mardi Gras #310F32

Tints of Mardi Gras #310F32

Color information

#310F32 (or 0x310F32) is unknown color: approx Mardi Gras. HEX triplet: 31, 0F and 32. RGB value is (49,15,50). Sum of RGB (Red+Green+Blue) = 49+15+50=114 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.98% from 114); Green value is 15 (6.25% from 255 or 13.16% from 114); Blue value is 50 (19.92% from 255 or 43.86% from 114); Max value from RGB is 50 - color contains mainly: blue. Hex color #310F32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310F32 is #CEF0CD. Grayscale: #1D1D1D. Windows color (decimal): -13562062 or 3280689. OLE color: 3280689.

HSL color Cylindrical-coordinate representation of color #310F32: hue angle of 298.29º degrees, saturation: 0.54, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #310F32 is Cyan = 0.02, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB491550-
CMYK0.020.7000.80
HSL298.29º53.85%12.75%-
HSV(B)298.29º70%19.61%-
XYZ2.011.223.15-
YUV29.16139.76142.15-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 42.98%
GREEN value IS 15 (6.25% from 255) = 13.16%
BLUE value IS 50 (19.92% from 255) = 43.86%
R=42.98%
G=13.16%
B=43.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4915500.020.7000.80298.2953.8512.75
Hex31F3224605012a36d
Octal611762210601204526615
Binary1100011111110010101000110010100001001010101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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