#31002C

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

Shades of Mardi Gras #31002C

Tints of Mardi Gras #31002C

Color information

#31002C (or 0x31002C) is unknown color: approx Mardi Gras. HEX triplet: 31, 00 and 2C. RGB value is (49,0,44). Sum of RGB (Red+Green+Blue) = 49+0+44=93 (12% of max value = 765). Red value is 49 (19.53% from 255 or 52.69% from 93); Green value is 0 (0.39% from 255 or 0% from 93); Blue value is 44 (17.58% from 255 or 47.31% from 93); Max value from RGB is 49 - color contains mainly: red. Hex color #31002C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31002C is #CEFFD3. Grayscale: #131313. Windows color (decimal): -13565908 or 2883633. OLE color: 2883633.

HSL color Cylindrical-coordinate representation of color #31002C: hue angle of 306.12º 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 #31002C is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.81.

Color convert

RGB49044-
CMYK010.100.81
HSL306.12º100%9.61%-
HSV(B)306.12º100%19.22%-
XYZ1.720.832.45-
YUV19.67141.73148.92-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 52.69%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 44 (17.58% from 255) = 47.31%
R=52.69%
G=0%
B=47.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.10
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49044010.100.81306.121009.61
Hex3102C064A5113264a
Octal6105401441212146214412
Binary1100010101100011001001010101000110011001011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31002C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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