#311033

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

Shades of Mardi Gras #311033

Tints of Mardi Gras #311033

Color information

#311033 (or 0x311033) is unknown color: approx Mardi Gras. HEX triplet: 31, 10 and 33. RGB value is (49,16,51). Sum of RGB (Red+Green+Blue) = 49+16+51=116 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.24% from 116); Green value is 16 (6.64% from 255 or 13.79% from 116); Blue value is 51 (20.31% from 255 or 43.97% from 116); Max value from RGB is 51 - color contains mainly: blue. Hex color #311033 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311033 is #CEEFCC. Grayscale: #1D1D1D. Windows color (decimal): -13561805 or 3346481. OLE color: 3346481.

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

Color convert

RGB491651-
CMYK0.040.6900.8
HSL296.57º52.24%13.14%-
HSV(B)296.57º68.63%20%-
XYZ2.051.263.27-
YUV29.86139.93141.65-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 42.24%
GREEN value IS 16 (6.64% from 255) = 13.79%
BLUE value IS 51 (20.31% from 255) = 43.97%
R=42.24%
G=13.79%
B=43.97%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4916510.040.6900.8296.5752.2413.14
Hex31103344505012934d
Octal612063410501204516415
Binary110001100001100111001000101010100001001010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311033; }

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

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

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

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

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

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

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

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