#31052E

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

Shades of Mardi Gras #31052E

Tints of Mardi Gras #31052E

Color information

#31052E (or 0x31052E) is unknown color: approx Mardi Gras. HEX triplet: 31, 05 and 2E. RGB value is (49,5,46). Sum of RGB (Red+Green+Blue) = 49+5+46=100 (13% of max value = 765). Red value is 49 (19.53% from 255 or 49% from 100); Green value is 5 (2.34% from 255 or 5% from 100); Blue value is 46 (18.36% from 255 or 46% from 100); Max value from RGB is 49 - color contains mainly: red. Hex color #31052E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31052E is #CEFAD1. Grayscale: #161616. Windows color (decimal): -13564626 or 3015985. OLE color: 3015985.

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

Color convert

RGB49546-
CMYK00.900.060.81
HSL304.09º81.48%10.59%-
HSV(B)304.09º89.8%19.22%-
XYZ1.810.962.67-
YUV22.83141.08146.67-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 49%
GREEN value IS 5 (2.34% from 255) = 5%
BLUE value IS 46 (18.36% from 255) = 46%
R=49%
G=5%
B=46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.06
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4954600.900.060.81304.0981.4810.59
Hex3152E05A65113051b
Octal615560132612146012113
Binary11000110110111001011010110101000110011000010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31052E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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