#311333

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

Shades of Mardi Gras #311333

Tints of Mardi Gras #311333

Color information

#311333 (or 0x311333) is unknown color: approx Mardi Gras. HEX triplet: 31, 13 and 33. RGB value is (49,19,51). Sum of RGB (Red+Green+Blue) = 49+19+51=119 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.18% from 119); Green value is 19 (7.81% from 255 or 15.97% from 119); Blue value is 51 (20.31% from 255 or 42.86% from 119); Max value from RGB is 51 - color contains mainly: blue. Hex color #311333 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311333 is #CEECCC. Grayscale: #1F1F1F. Windows color (decimal): -13561037 or 3347249. OLE color: 3347249.

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

Color convert

RGB491951-
CMYK0.040.6300.8
HSL296.25º45.71%13.73%-
HSV(B)296.25º62.75%20%-
XYZ2.11.363.28-
YUV31.62138.94140.4-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 41.18%
GREEN value IS 19 (7.81% from 255) = 15.97%
BLUE value IS 51 (20.31% from 255) = 42.86%
R=41.18%
G=15.97%
B=42.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4919510.040.6300.8296.2545.7113.73
Hex31133343F0501282ee
Octal61236347701204505616
Binary11000110011110011100111111010100001001010001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311333; }

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

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

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

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

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

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

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

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