#31192F

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

Shades of Mardi Gras #31192F

Tints of Mardi Gras #31192F

Color information

#31192F (or 0x31192F) is unknown color: approx Mardi Gras. HEX triplet: 31, 19 and 2F. RGB value is (49,25,47). Sum of RGB (Red+Green+Blue) = 49+25+47=121 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.50% from 121); Green value is 25 (10.16% from 255 or 20.66% from 121); Blue value is 47 (18.75% from 255 or 38.84% from 121); Max value from RGB is 49 - color contains mainly: red. Hex color #31192F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31192F is #CEE6D0. Grayscale: #222222. Windows color (decimal): -13559505 or 3086641. OLE color: 3086641.

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

Color convert

RGB492547-
CMYK00.490.040.81
HSL305º32.43%14.51%-
HSV(B)305º48.98%19.22%-
XYZ2.131.552.88-
YUV34.68134.95138.21-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 40.50%
GREEN value IS 25 (10.16% from 255) = 20.66%
BLUE value IS 47 (18.75% from 255) = 38.84%
R=40.50%
G=20.66%
B=38.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.04
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49254700.490.040.8130532.4314.51
Hex31192F03145113120f
Octal61315706141214614017
Binary11000111001101111011000110010100011001100011000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31192F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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