#310C33

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

Shades of Mardi Gras #310C33

Tints of Mardi Gras #310C33

Color information

#310C33 (or 0x310C33) is unknown color: approx Mardi Gras. HEX triplet: 31, 0C and 33. RGB value is (49,12,51). Sum of RGB (Red+Green+Blue) = 49+12+51=112 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.75% from 112); Green value is 12 (5.08% from 255 or 10.71% from 112); Blue value is 51 (20.31% from 255 or 45.54% from 112); Max value from RGB is 51 - color contains mainly: blue. Hex color #310C33 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310C33 is #CEF3CC. Grayscale: #1B1B1B. Windows color (decimal): -13562829 or 3345457. OLE color: 3345457.

HSL color Cylindrical-coordinate representation of color #310C33: hue angle of 296.92º degrees, saturation: 0.62, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #310C33 is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB491251-
CMYK0.040.7600.8
HSL296.92º61.9%12.35%-
HSV(B)296.92º76.47%20%-
XYZ21.153.25-
YUV27.51141.26143.33-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 43.75%
GREEN value IS 12 (5.08% from 255) = 10.71%
BLUE value IS 51 (20.31% from 255) = 45.54%
R=43.75%
G=10.71%
B=45.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4912510.040.7600.8296.9261.912.35
Hex31C3344C0501293ec
Octal611463411401204517614
Binary11000111001100111001001100010100001001010011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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