#31012A

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

Shades of Mardi Gras #31012A

Tints of Mardi Gras #31012A

Color information

#31012A (or 0x31012A) is unknown color: approx Mardi Gras. HEX triplet: 31, 01 and 2A. RGB value is (49,1,42). Sum of RGB (Red+Green+Blue) = 49+1+42=92 (12% of max value = 765). Red value is 49 (19.53% from 255 or 53.26% from 92); Green value is 1 (0.78% from 255 or 1.09% from 92); Blue value is 42 (16.80% from 255 or 45.65% from 92); Max value from RGB is 49 - color contains mainly: red. Hex color #31012A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31012A is #CEFED5. Grayscale: #131313. Windows color (decimal): -13565654 or 2752817. OLE color: 2752817.

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

Color convert

RGB49142-
CMYK00.980.140.81
HSL308.75º96%9.8%-
HSV(B)308.75º97.96%19.22%-
XYZ1.70.842.26-
YUV20.03140.4148.67-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 53.26%
GREEN value IS 1 (0.78% from 255) = 1.09%
BLUE value IS 42 (16.80% from 255) = 45.65%
R=53.26%
G=1.09%
B=45.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.14
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4914200.980.140.81308.75969.8
Hex3112A062E5113560a
Octal6115201421612146514012
Binary1100011101010011000101110101000110011010111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31012A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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