#310E33

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

Shades of Mardi Gras #310E33

Tints of Mardi Gras #310E33

Color information

#310E33 (or 0x310E33) is unknown color: approx Mardi Gras. HEX triplet: 31, 0E and 33. RGB value is (49,14,51). Sum of RGB (Red+Green+Blue) = 49+14+51=114 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.98% from 114); Green value is 14 (5.86% from 255 or 12.28% from 114); Blue value is 51 (20.31% from 255 or 44.74% from 114); Max value from RGB is 51 - color contains mainly: blue. Hex color #310E33 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310E33 is #CEF1CC. Grayscale: #1C1C1C. Windows color (decimal): -13562317 or 3345969. OLE color: 3345969.

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

Color convert

RGB491451-
CMYK0.040.7300.8
HSL296.76º56.92%12.75%-
HSV(B)296.76º72.55%20%-
XYZ2.021.213.26-
YUV28.68140.6142.49-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 42.98%
GREEN value IS 14 (5.86% from 255) = 12.28%
BLUE value IS 51 (20.31% from 255) = 44.74%
R=42.98%
G=12.28%
B=44.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4914510.040.7300.8296.7656.9212.75
Hex31E3344905012939d
Octal611663411101204517115
Binary11000111101100111001001001010100001001010011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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