#31042F

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

Shades of Mardi Gras #31042F

Tints of Mardi Gras #31042F

Color information

#31042F (or 0x31042F) is unknown color: approx Mardi Gras. HEX triplet: 31, 04 and 2F. RGB value is (49,4,47). Sum of RGB (Red+Green+Blue) = 49+4+47=100 (13% of max value = 765). Red value is 49 (19.53% from 255 or 49% from 100); Green value is 4 (1.95% from 255 or 4% from 100); Blue value is 47 (18.75% from 255 or 47% from 100); Max value from RGB is 49 - color contains mainly: red. Hex color #31042F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31042F is #CEFBD0. Grayscale: #161616. Windows color (decimal): -13564881 or 3081265. OLE color: 3081265.

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

Color convert

RGB49447-
CMYK00.920.040.81
HSL302.67º84.91%10.39%-
HSV(B)302.67º91.84%19.22%-
XYZ1.820.952.78-
YUV22.36141.91147-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 49%
GREEN value IS 4 (1.95% from 255) = 4%
BLUE value IS 47 (18.75% from 255) = 47%
R=49%
G=4%
B=47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.04
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4944700.920.040.81302.6784.9110.39
Hex3142F05C45112f55a
Octal614570134412145712512
Binary11000110010111101011100100101000110010111110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31042F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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