#31172F

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

Shades of Mardi Gras #31172F

Tints of Mardi Gras #31172F

Color information

#31172F (or 0x31172F) is unknown color: approx Mardi Gras. HEX triplet: 31, 17 and 2F. RGB value is (49,23,47). Sum of RGB (Red+Green+Blue) = 49+23+47=119 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.18% from 119); Green value is 23 (9.38% from 255 or 19.33% from 119); Blue value is 47 (18.75% from 255 or 39.50% from 119); Max value from RGB is 49 - color contains mainly: red. Hex color #31172F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31172F is #CEE8D0. Grayscale: #212121. Windows color (decimal): -13560017 or 3086129. OLE color: 3086129.

HSL color Cylindrical-coordinate representation of color #31172F: hue angle of 304.62º degrees, saturation: 0.36, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #31172F is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.81.

Color convert

RGB492347-
CMYK00.530.040.81
HSL304.62º36.11%14.12%-
HSV(B)304.62º53.06%19.22%-
XYZ2.091.472.86-
YUV33.51135.61139.05-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 41.18%
GREEN value IS 23 (9.38% from 255) = 19.33%
BLUE value IS 47 (18.75% from 255) = 39.50%
R=41.18%
G=19.33%
B=39.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.04
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49234700.530.040.81304.6236.1114.12
Hex31172F03545113124e
Octal61275706541214614416
Binary11000110111101111011010110010100011001100011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31172F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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