#31152C

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

Shades of Mardi Gras #31152C

Tints of Mardi Gras #31152C

Color information

#31152C (or 0x31152C) is unknown color: approx Mardi Gras. HEX triplet: 31, 15 and 2C. RGB value is (49,21,44). Sum of RGB (Red+Green+Blue) = 49+21+44=114 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.98% from 114); Green value is 21 (8.59% from 255 or 18.42% from 114); Blue value is 44 (17.58% from 255 or 38.60% from 114); Max value from RGB is 49 - color contains mainly: red. Hex color #31152C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31152C is #CEEAD3. Grayscale: #1F1F1F. Windows color (decimal): -13560532 or 2889009. OLE color: 2889009.

HSL color Cylindrical-coordinate representation of color #31152C: hue angle of 310.71º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #31152C is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.81.

Color convert

RGB492144-
CMYK00.570.100.81
HSL310.71º40%13.73%-
HSV(B)310.71º57.14%19.22%-
XYZ1.991.372.54-
YUV31.99134.78140.13-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 42.98%
GREEN value IS 21 (8.59% from 255) = 18.42%
BLUE value IS 44 (17.58% from 255) = 38.60%
R=42.98%
G=18.42%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.10
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49214400.570.100.81310.714013.73
Hex31152C039A5113728e
Octal612554071121214675016
Binary110001101011011000111001101010100011001101111010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31152C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31152C; }

 p { color: rgb(49,21,44); }

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

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

 a { background-color: rgb(49,21,44); }

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

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

 span { border-color: rgb(49,21,44); }

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