#31182E

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

Shades of Mardi Gras #31182E

Tints of Mardi Gras #31182E

Color information

#31182E (or 0x31182E) is unknown color: approx Mardi Gras. HEX triplet: 31, 18 and 2E. RGB value is (49,24,46). Sum of RGB (Red+Green+Blue) = 49+24+46=119 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.18% from 119); Green value is 24 (9.77% from 255 or 20.17% from 119); Blue value is 46 (18.36% from 255 or 38.66% from 119); Max value from RGB is 49 - color contains mainly: red. Hex color #31182E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31182E is #CEE7D1. Grayscale: #212121. Windows color (decimal): -13559762 or 3020849. OLE color: 3020849.

HSL color Cylindrical-coordinate representation of color #31182E: hue angle of 307.2º degrees, saturation: 0.34, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #31182E is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.81.

Color convert

RGB492446-
CMYK00.510.060.81
HSL307.2º34.25%14.31%-
HSV(B)307.2º51.02%19.22%-
XYZ2.091.52.77-
YUV33.98134.78138.71-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 41.18%
GREEN value IS 24 (9.77% from 255) = 20.17%
BLUE value IS 46 (18.36% from 255) = 38.66%
R=41.18%
G=20.17%
B=38.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.06
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49244600.510.060.81307.234.2514.31
Hex31182E03365113322e
Octal61305606361214634216
Binary11000111000101110011001111010100011001100111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31182E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31182E; }

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

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

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

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

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

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

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

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