#310C34

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

Shades of Mardi Gras #310C34

Tints of Mardi Gras #310C34

Color information

#310C34 (or 0x310C34) is unknown color: approx Mardi Gras. HEX triplet: 31, 0C and 34. RGB value is (49,12,52). Sum of RGB (Red+Green+Blue) = 49+12+52=113 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.36% from 113); Green value is 12 (5.08% from 255 or 10.62% from 113); Blue value is 52 (20.70% from 255 or 46.02% from 113); Max value from RGB is 52 - color contains mainly: blue. Hex color #310C34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310C34 is #CEF3CB. Grayscale: #1B1B1B. Windows color (decimal): -13562828 or 3410993. OLE color: 3410993.

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

Color convert

RGB491252-
CMYK0.060.7700.80
HSL295.5º62.5%12.55%-
HSV(B)295.5º76.92%20.39%-
XYZ2.021.163.37-
YUV27.62141.76143.25-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 43.36%
GREEN value IS 12 (5.08% from 255) = 10.62%
BLUE value IS 52 (20.70% from 255) = 46.02%
R=43.36%
G=10.62%
B=46.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4912520.060.7700.80295.562.512.55
Hex31C3464D0501283ed
Octal611464611501204507615
Binary11000111001101001101001101010100001001010001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,12,52); }

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

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

 a { background-color: rgb(49,12,52); }

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

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

 span { border-color: rgb(49,12,52); }

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