#31002A

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

Shades of Mardi Gras #31002A

Tints of Mardi Gras #31002A

Color information

#31002A (or 0x31002A) is unknown color: approx Mardi Gras. HEX triplet: 31, 00 and 2A. RGB value is (49,0,42). Sum of RGB (Red+Green+Blue) = 49+0+42=91 (12% of max value = 765). Red value is 49 (19.53% from 255 or 53.85% from 91); Green value is 0 (0.39% from 255 or 0% from 91); Blue value is 42 (16.80% from 255 or 46.15% from 91); Max value from RGB is 49 - color contains mainly: red. Hex color #31002A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31002A is #CEFFD5. Grayscale: #131313. Windows color (decimal): -13565910 or 2752561. OLE color: 2752561.

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

Color convert

RGB49042-
CMYK010.140.81
HSL308.57º100%9.61%-
HSV(B)308.57º100%19.22%-
XYZ1.680.822.26-
YUV19.44140.73149.08-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 53.85%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 42 (16.80% from 255) = 46.15%
R=53.85%
G=0%
B=46.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.14
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49042010.140.81308.571009.61
Hex3102A064E5113564a
Octal6105201441612146514412
Binary1100010101010011001001110101000110011010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31002A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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