#31002D

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

Shades of Mardi Gras #31002D

Tints of Mardi Gras #31002D

Color information

#31002D (or 0x31002D) is unknown color: approx Mardi Gras. HEX triplet: 31, 00 and 2D. RGB value is (49,0,45). Sum of RGB (Red+Green+Blue) = 49+0+45=94 (12% of max value = 765). Red value is 49 (19.53% from 255 or 52.13% from 94); Green value is 0 (0.39% from 255 or 0% from 94); Blue value is 45 (17.97% from 255 or 47.87% from 94); Max value from RGB is 49 - color contains mainly: red. Hex color #31002D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31002D is #CEFFD2. Grayscale: #131313. Windows color (decimal): -13565907 or 2949169. OLE color: 2949169.

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

Color convert

RGB49045-
CMYK010.080.81
HSL304.9º100%9.61%-
HSV(B)304.9º100%19.22%-
XYZ1.740.842.55-
YUV19.78142.23148.84-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 52.13%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 45 (17.97% from 255) = 47.87%
R=52.13%
G=0%
B=47.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.08
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49045010.080.81304.91009.61
Hex3102D06485113164a
Octal6105501441012146114412
Binary1100010101101011001001000101000110011000111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31002D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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