#31122E

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

Shades of Mardi Gras #31122E

Tints of Mardi Gras #31122E

Color information

#31122E (or 0x31122E) is unknown color: approx Mardi Gras. HEX triplet: 31, 12 and 2E. RGB value is (49,18,46). Sum of RGB (Red+Green+Blue) = 49+18+46=113 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.36% from 113); Green value is 18 (7.42% from 255 or 15.93% from 113); Blue value is 46 (18.36% from 255 or 40.71% from 113); Max value from RGB is 49 - color contains mainly: red. Hex color #31122E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31122E is #CEEDD1. Grayscale: #1E1E1E. Windows color (decimal): -13561298 or 3019313. OLE color: 3019313.

HSL color Cylindrical-coordinate representation of color #31122E: hue angle of 305.81º degrees, saturation: 0.46, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #31122E is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.81.

Color convert

RGB491846-
CMYK00.630.060.81
HSL305.81º46.27%13.14%-
HSV(B)305.81º63.27%19.22%-
XYZ1.981.282.73-
YUV30.46136.77141.22-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 43.36%
GREEN value IS 18 (7.42% from 255) = 15.93%
BLUE value IS 46 (18.36% from 255) = 40.71%
R=43.36%
G=15.93%
B=40.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.06
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49184600.630.060.81305.8146.2713.14
Hex31122E03F6511322ed
Octal61225607761214625615
Binary11000110010101110011111111010100011001100101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31122E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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