#311532

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

Shades of Mardi Gras #311532

Tints of Mardi Gras #311532

Color information

#311532 (or 0x311532) is unknown color: approx Mardi Gras. HEX triplet: 31, 15 and 32. RGB value is (49,21,50). Sum of RGB (Red+Green+Blue) = 49+21+50=120 (15% of max value = 765). Red value is 49 (19.53% from 255 or 40.83% from 120); Green value is 21 (8.59% from 255 or 17.5% from 120); Blue value is 50 (19.92% from 255 or 41.67% from 120); Max value from RGB is 50 - color contains mainly: blue. Hex color #311532 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311532 is #CEEACD. Grayscale: #202020. Windows color (decimal): -13560526 or 3282225. OLE color: 3282225.

HSL color Cylindrical-coordinate representation of color #311532: hue angle of 297.93º degrees, saturation: 0.41, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #311532 is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB492150-
CMYK0.020.5800.80
HSL297.93º40.85%13.92%-
HSV(B)297.93º58%19.61%-
XYZ2.111.423.18-
YUV32.68137.78139.64-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 40.83%
GREEN value IS 21 (8.59% from 255) = 17.5%
BLUE value IS 50 (19.92% from 255) = 41.67%
R=40.83%
G=17.5%
B=41.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4921500.020.5800.80297.9340.8513.92
Hex31153223A05012a29e
Octal61256227201204525116
Binary1100011010111001010111010010100001001010101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311532; }

 p { color: rgb(49,21,50); }

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

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

 a { background-color: rgb(49,21,50); }

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

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

 span { border-color: rgb(49,21,50); }

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