#31022A

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

Shades of Mardi Gras #31022A

Tints of Mardi Gras #31022A

Color information

#31022A (or 0x31022A) is unknown color: approx Mardi Gras. HEX triplet: 31, 02 and 2A. RGB value is (49,2,42). Sum of RGB (Red+Green+Blue) = 49+2+42=93 (12% of max value = 765). Red value is 49 (19.53% from 255 or 52.69% from 93); Green value is 2 (1.17% from 255 or 2.15% from 93); Blue value is 42 (16.80% from 255 or 45.16% from 93); Max value from RGB is 49 - color contains mainly: red. Hex color #31022A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31022A is #CEFDD5. Grayscale: #141414. Windows color (decimal): -13565398 or 2753073. OLE color: 2753073.

HSL color Cylindrical-coordinate representation of color #31022A: hue angle of 308.94º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #31022A is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.81.

Color convert

RGB49242-
CMYK00.960.140.81
HSL308.94º92.16%10%-
HSV(B)308.94º95.92%19.22%-
XYZ1.710.862.27-
YUV20.61140.07148.25-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 52.69%
GREEN value IS 2 (1.17% from 255) = 2.15%
BLUE value IS 42 (16.80% from 255) = 45.16%
R=52.69%
G=2.15%
B=45.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.14
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4924200.960.140.81308.9492.1610
Hex3122A060E511355ca
Octal6125201401612146513412
Binary11000110101010011000001110101000110011010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31022A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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