#31052A

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

Shades of Mardi Gras #31052A

Tints of Mardi Gras #31052A

Color information

#31052A (or 0x31052A) is unknown color: approx Mardi Gras. HEX triplet: 31, 05 and 2A. RGB value is (49,5,42). Sum of RGB (Red+Green+Blue) = 49+5+42=96 (12% of max value = 765). Red value is 49 (19.53% from 255 or 51.04% from 96); Green value is 5 (2.34% from 255 or 5.21% from 96); Blue value is 42 (16.80% from 255 or 43.75% from 96); Max value from RGB is 49 - color contains mainly: red. Hex color #31052A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31052A is #CEFAD5. Grayscale: #161616. Windows color (decimal): -13564630 or 2753841. OLE color: 2753841.

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

Color convert

RGB49542-
CMYK00.900.140.81
HSL309.55º81.48%10.59%-
HSV(B)309.55º89.8%19.22%-
XYZ1.740.932.28-
YUV22.37139.08146.99-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 51.04%
GREEN value IS 5 (2.34% from 255) = 5.21%
BLUE value IS 42 (16.80% from 255) = 43.75%
R=51.04%
G=5.21%
B=43.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.14
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4954200.900.140.81309.5581.4810.59
Hex3152A05AE5113651b
Octal6155201321612146612113
Binary110001101101010010110101110101000110011011010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31052A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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