#310C35

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

Shades of Mardi Gras #310C35

Tints of Mardi Gras #310C35

Color information

#310C35 (or 0x310C35) is unknown color: approx Mardi Gras. HEX triplet: 31, 0C and 35. RGB value is (49,12,53). Sum of RGB (Red+Green+Blue) = 49+12+53=114 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.98% from 114); Green value is 12 (5.08% from 255 or 10.53% from 114); Blue value is 53 (21.09% from 255 or 46.49% from 114); Max value from RGB is 53 - color contains mainly: blue. Hex color #310C35 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310C35 is #CEF3CA. Grayscale: #1B1B1B. Windows color (decimal): -13562827 or 3476529. OLE color: 3476529.

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

Color convert

RGB491253-
CMYK0.080.7700.79
HSL294.15º63.08%12.75%-
HSV(B)294.15º77.36%20.78%-
XYZ2.041.173.49-
YUV27.74142.26143.17-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 42.98%
GREEN value IS 12 (5.08% from 255) = 10.53%
BLUE value IS 53 (21.09% from 255) = 46.49%
R=42.98%
G=10.53%
B=46.49%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4912530.080.7700.79294.1563.0812.75
Hex31C3584D04F1263fd
Octal6114651011501174467715
Binary110001110011010110001001101010011111001001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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