#31042B

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

Shades of Mardi Gras #31042B

Tints of Mardi Gras #31042B

Color information

#31042B (or 0x31042B) is unknown color: approx Mardi Gras. HEX triplet: 31, 04 and 2B. RGB value is (49,4,43). Sum of RGB (Red+Green+Blue) = 49+4+43=96 (12% of max value = 765). Red value is 49 (19.53% from 255 or 51.04% from 96); Green value is 4 (1.95% from 255 or 4.17% from 96); Blue value is 43 (17.19% from 255 or 44.79% from 96); Max value from RGB is 49 - color contains mainly: red. Hex color #31042B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31042B is #CEFBD4. Grayscale: #151515. Windows color (decimal): -13564885 or 2819121. OLE color: 2819121.

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

Color convert

RGB49443-
CMYK00.920.120.81
HSL308º84.91%10.39%-
HSV(B)308º91.84%19.22%-
XYZ1.750.912.37-
YUV21.9139.91147.33-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 51.04%
GREEN value IS 4 (1.95% from 255) = 4.17%
BLUE value IS 43 (17.19% from 255) = 44.79%
R=51.04%
G=4.17%
B=44.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.12
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4944300.920.120.8130884.9110.39
Hex3142B05CC5113455a
Octal6145301341412146412512
Binary110001100101011010111001100101000110011010010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31042B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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