#312133

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

Shades of Mardi Gras #312133

Tints of Mardi Gras #312133

Color information

#312133 (or 0x312133) is unknown color: approx Mardi Gras. HEX triplet: 31, 21 and 33. RGB value is (49,33,51). Sum of RGB (Red+Green+Blue) = 49+33+51=133 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.84% from 133); Green value is 33 (13.28% from 255 or 24.81% from 133); Blue value is 51 (20.31% from 255 or 38.35% from 133); Max value from RGB is 51 - color contains mainly: blue. Hex color #312133 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312133 is #CEDECC. Grayscale: #272727. Windows color (decimal): -13557453 or 3350833. OLE color: 3350833.

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

Color convert

RGB493351-
CMYK0.040.3500.8
HSL293.33º21.43%16.47%-
HSV(B)293.33º35.29%20%-
XYZ2.411.983.39-
YUV39.84134.3134.54-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 36.84%
GREEN value IS 33 (13.28% from 255) = 24.81%
BLUE value IS 51 (20.31% from 255) = 38.35%
R=36.84%
G=24.81%
B=38.35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4933510.040.3500.8293.3321.4316.47
Hex3121334230501251510
Octal61416344301204452520
Binary110001100001110011100100011010100001001001011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312133; }

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

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

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

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

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

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

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

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