#31142D

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

Shades of Mardi Gras #31142D

Tints of Mardi Gras #31142D

Color information

#31142D (or 0x31142D) is unknown color: approx Mardi Gras. HEX triplet: 31, 14 and 2D. RGB value is (49,20,45). Sum of RGB (Red+Green+Blue) = 49+20+45=114 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.98% from 114); Green value is 20 (8.20% from 255 or 17.54% from 114); Blue value is 45 (17.97% from 255 or 39.47% from 114); Max value from RGB is 49 - color contains mainly: red. Hex color #31142D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31142D is #CEEBD2. Grayscale: #1F1F1F. Windows color (decimal): -13560787 or 2954289. OLE color: 2954289.

HSL color Cylindrical-coordinate representation of color #31142D: hue angle of 308.28º 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 #31142D is Cyan = 0, Magento = 0.59, Yellow = 0.08 and Black (K on CMYK) = 0.81.

Color convert

RGB492045-
CMYK00.590.080.81
HSL308.28º42.03%13.53%-
HSV(B)308.28º59.18%19.22%-
XYZ1.991.342.64-
YUV31.52135.61140.47-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 42.98%
GREEN value IS 20 (8.20% from 255) = 17.54%
BLUE value IS 45 (17.97% from 255) = 39.47%
R=42.98%
G=17.54%
B=39.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.08
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49204500.590.080.81308.2842.0313.53
Hex31142D03B8511342ae
Octal612455073101214645216
Binary110001101001011010111011100010100011001101001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31142D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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