#311630

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

Shades of Mardi Gras #311630

Tints of Mardi Gras #311630

Color information

#311630 (or 0x311630) is unknown color: approx Mardi Gras. HEX triplet: 31, 16 and 30. RGB value is (49,22,48). Sum of RGB (Red+Green+Blue) = 49+22+48=119 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.18% from 119); Green value is 22 (8.98% from 255 or 18.49% from 119); Blue value is 48 (19.14% from 255 or 40.34% from 119); Max value from RGB is 49 - color contains mainly: red. Hex color #311630 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311630 is #CEE9CF. Grayscale: #202020. Windows color (decimal): -13560272 or 3151409. OLE color: 3151409.

HSL color Cylindrical-coordinate representation of color #311630: hue angle of 302.22º degrees, saturation: 0.38, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #311630 is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.81.

Color convert

RGB492248-
CMYK00.550.020.81
HSL302.22º38.03%13.92%-
HSV(B)302.22º55.1%19.22%-
XYZ2.091.442.96-
YUV33.04136.45139.39-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 41.18%
GREEN value IS 22 (8.98% from 255) = 18.49%
BLUE value IS 48 (19.14% from 255) = 40.34%
R=41.18%
G=18.49%
B=40.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.02
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49224800.550.020.81302.2238.0313.92
Hex31163003725112e26e
Octal61266006721214564616
Binary1100011011011000001101111010100011001011101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311630; }

 p { color: rgb(49,22,48); }

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

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

 a { background-color: rgb(49,22,48); }

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

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

 span { border-color: rgb(49,22,48); }

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