#31042E

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

Shades of Mardi Gras #31042E

Tints of Mardi Gras #31042E

Color information

#31042E (or 0x31042E) is unknown color: approx Mardi Gras. HEX triplet: 31, 04 and 2E. RGB value is (49,4,46). Sum of RGB (Red+Green+Blue) = 49+4+46=99 (13% of max value = 765). Red value is 49 (19.53% from 255 or 49.49% from 99); Green value is 4 (1.95% from 255 or 4.04% from 99); Blue value is 46 (18.36% from 255 or 46.46% from 99); Max value from RGB is 49 - color contains mainly: red. Hex color #31042E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31042E is #CEFBD1. Grayscale: #161616. Windows color (decimal): -13564882 or 3015729. OLE color: 3015729.

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

Color convert

RGB49446-
CMYK00.920.060.81
HSL304º84.91%10.39%-
HSV(B)304º91.84%19.22%-
XYZ1.80.942.67-
YUV22.24141.41147.08-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 49.49%
GREEN value IS 4 (1.95% from 255) = 4.04%
BLUE value IS 46 (18.36% from 255) = 46.46%
R=49.49%
G=4.04%
B=46.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.06
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4944600.920.060.8130484.9110.39
Hex3142E05C65113055a
Octal614560134612146012512
Binary11000110010111001011100110101000110011000010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31042E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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