#31142F

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

Shades of Mardi Gras #31142F

Tints of Mardi Gras #31142F

Color information

#31142F (or 0x31142F) is unknown color: approx Mardi Gras. HEX triplet: 31, 14 and 2F. RGB value is (49,20,47). Sum of RGB (Red+Green+Blue) = 49+20+47=116 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.24% from 116); Green value is 20 (8.20% from 255 or 17.24% from 116); Blue value is 47 (18.75% from 255 or 40.52% from 116); Max value from RGB is 49 - color contains mainly: red. Hex color #31142F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31142F is #CEEBD0. Grayscale: #1F1F1F. Windows color (decimal): -13560785 or 3085361. OLE color: 3085361.

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

Color convert

RGB492047-
CMYK00.590.040.81
HSL304.14º42.03%13.53%-
HSV(B)304.14º59.18%19.22%-
XYZ2.031.362.84-
YUV31.75136.61140.3-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 42.24%
GREEN value IS 20 (8.20% from 255) = 17.24%
BLUE value IS 47 (18.75% from 255) = 40.52%
R=42.24%
G=17.24%
B=40.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.04
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49204700.590.040.81304.1442.0313.53
Hex31142F03B4511302ae
Octal61245707341214605216
Binary11000110100101111011101110010100011001100001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31142F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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