#31142E

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

Shades of Mardi Gras #31142E

Tints of Mardi Gras #31142E

Color information

#31142E (or 0x31142E) is unknown color: approx Mardi Gras. HEX triplet: 31, 14 and 2E. RGB value is (49,20,46). Sum of RGB (Red+Green+Blue) = 49+20+46=115 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.61% from 115); Green value is 20 (8.20% from 255 or 17.39% from 115); Blue value is 46 (18.36% from 255 or 40% from 115); Max value from RGB is 49 - color contains mainly: red. Hex color #31142E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31142E is #CEEBD1. Grayscale: #1F1F1F. Windows color (decimal): -13560786 or 3019825. OLE color: 3019825.

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

Color convert

RGB492046-
CMYK00.590.060.81
HSL306.21º42.03%13.53%-
HSV(B)306.21º59.18%19.22%-
XYZ2.011.352.74-
YUV31.64136.11140.39-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 42.61%
GREEN value IS 20 (8.20% from 255) = 17.39%
BLUE value IS 46 (18.36% from 255) = 40%
R=42.61%
G=17.39%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.06
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49204600.590.060.81306.2142.0313.53
Hex31142E03B6511322ae
Octal61245607361214625216
Binary11000110100101110011101111010100011001100101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31142E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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