#310E32

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

Shades of Mardi Gras #310E32

Tints of Mardi Gras #310E32

Color information

#310E32 (or 0x310E32) is unknown color: approx Mardi Gras. HEX triplet: 31, 0E and 32. RGB value is (49,14,50). Sum of RGB (Red+Green+Blue) = 49+14+50=113 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.36% from 113); Green value is 14 (5.86% from 255 or 12.39% from 113); Blue value is 50 (19.92% from 255 or 44.25% from 113); Max value from RGB is 50 - color contains mainly: blue. Hex color #310E32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310E32 is #CEF1CD. Grayscale: #1C1C1C. Windows color (decimal): -13562318 or 3280433. OLE color: 3280433.

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

Color convert

RGB491450-
CMYK0.020.7200.80
HSL298.33º56.25%12.55%-
HSV(B)298.33º72%19.61%-
XYZ21.23.14-
YUV28.57140.1142.57-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 43.36%
GREEN value IS 14 (5.86% from 255) = 12.39%
BLUE value IS 50 (19.92% from 255) = 44.25%
R=43.36%
G=12.39%
B=44.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4914500.020.7200.80298.3356.2512.55
Hex31E3224805012a38d
Octal611662211001204527015
Binary1100011110110010101001000010100001001010101110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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