#311836

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

Shades of Mardi Gras #311836

Tints of Mardi Gras #311836

Color information

#311836 (or 0x311836) is unknown color: approx Mardi Gras. HEX triplet: 31, 18 and 36. RGB value is (49,24,54). Sum of RGB (Red+Green+Blue) = 49+24+54=127 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.58% from 127); Green value is 24 (9.77% from 255 or 18.90% from 127); Blue value is 54 (21.48% from 255 or 42.52% from 127); Max value from RGB is 54 - color contains mainly: blue. Hex color #311836 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311836 is #CEE7C9. Grayscale: #222222. Windows color (decimal): -13559754 or 3545137. OLE color: 3545137.

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

Color convert

RGB492454-
CMYK0.090.5600.79
HSL290º38.46%15.29%-
HSV(B)290º55.56%21.18%-
XYZ2.261.573.67-
YUV34.89138.78138.06-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 38.58%
GREEN value IS 24 (9.77% from 255) = 18.90%
BLUE value IS 54 (21.48% from 255) = 42.52%
R=38.58%
G=18.90%
B=42.52%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4924540.090.5600.7929038.4615.29
Hex31183693804F12226f
Octal613066117001174424617
Binary110001110001101101001111000010011111001000101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311836; }

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

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

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

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

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

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

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

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