#31042A

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

Shades of Mardi Gras #31042A

Tints of Mardi Gras #31042A

Color information

#31042A (or 0x31042A) is unknown color: approx Mardi Gras. HEX triplet: 31, 04 and 2A. RGB value is (49,4,42). Sum of RGB (Red+Green+Blue) = 49+4+42=95 (12% of max value = 765). Red value is 49 (19.53% from 255 or 51.58% from 95); Green value is 4 (1.95% from 255 or 4.21% from 95); Blue value is 42 (16.80% from 255 or 44.21% from 95); Max value from RGB is 49 - color contains mainly: red. Hex color #31042A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31042A is #CEFBD5. Grayscale: #151515. Windows color (decimal): -13564886 or 2753585. OLE color: 2753585.

HSL color Cylindrical-coordinate representation of color #31042A: hue angle of 309.33º 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 #31042A is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.81.

Color convert

RGB49442-
CMYK00.920.140.81
HSL309.33º84.91%10.39%-
HSV(B)309.33º91.84%19.22%-
XYZ1.730.912.27-
YUV21.79139.41147.41-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 51.58%
GREEN value IS 4 (1.95% from 255) = 4.21%
BLUE value IS 42 (16.80% from 255) = 44.21%
R=51.58%
G=4.21%
B=44.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.14
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4944200.920.140.81309.3384.9110.39
Hex3142A05CE5113555a
Octal6145201341612146512512
Binary110001100101010010111001110101000110011010110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31042A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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