#311936

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

Shades of Mardi Gras #311936

Tints of Mardi Gras #311936

Color information

#311936 (or 0x311936) is unknown color: approx Mardi Gras. HEX triplet: 31, 19 and 36. RGB value is (49,25,54). Sum of RGB (Red+Green+Blue) = 49+25+54=128 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.28% from 128); Green value is 25 (10.16% from 255 or 19.53% from 128); Blue value is 54 (21.48% from 255 or 42.19% from 128); Max value from RGB is 54 - color contains mainly: blue. Hex color #311936 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311936 is #CEE6C9. Grayscale: #232323. Windows color (decimal): -13559498 or 3545393. OLE color: 3545393.

HSL color Cylindrical-coordinate representation of color #311936: hue angle of 289.66º degrees, saturation: 0.37, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #311936 is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB492554-
CMYK0.090.5400.79
HSL289.66º36.71%15.49%-
HSV(B)289.66º53.7%21.18%-
XYZ2.281.613.68-
YUV35.48138.45137.64-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 38.28%
GREEN value IS 25 (10.16% from 255) = 19.53%
BLUE value IS 54 (21.48% from 255) = 42.19%
R=38.28%
G=19.53%
B=42.19%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4925540.090.5400.79289.6636.7115.49
Hex31193693604F12225f
Octal613166116601174424517
Binary110001110011101101001110110010011111001000101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311936; }

 p { color: rgb(49,25,54); }

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

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

 a { background-color: rgb(49,25,54); }

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

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

 span { border-color: rgb(49,25,54); }

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