#31052B

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

Shades of Mardi Gras #31052B

Tints of Mardi Gras #31052B

Color information

#31052B (or 0x31052B) is unknown color: approx Mardi Gras. HEX triplet: 31, 05 and 2B. RGB value is (49,5,43). Sum of RGB (Red+Green+Blue) = 49+5+43=97 (12% of max value = 765). Red value is 49 (19.53% from 255 or 50.52% from 97); Green value is 5 (2.34% from 255 or 5.15% from 97); Blue value is 43 (17.19% from 255 or 44.33% from 97); Max value from RGB is 49 - color contains mainly: red. Hex color #31052B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31052B is #CEFAD4. Grayscale: #161616. Windows color (decimal): -13564629 or 2819377. OLE color: 2819377.

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

Color convert

RGB49543-
CMYK00.900.120.81
HSL308.18º81.48%10.59%-
HSV(B)308.18º89.8%19.22%-
XYZ1.760.942.37-
YUV22.49139.58146.91-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 50.52%
GREEN value IS 5 (2.34% from 255) = 5.15%
BLUE value IS 43 (17.19% from 255) = 44.33%
R=50.52%
G=5.15%
B=44.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.12
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4954300.900.120.81308.1881.4810.59
Hex3152B05AC5113451b
Octal6155301321412146412113
Binary110001101101011010110101100101000110011010010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31052B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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