#31062C

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

Shades of Mardi Gras #31062C

Tints of Mardi Gras #31062C

Color information

#31062C (or 0x31062C) is unknown color: approx Mardi Gras. HEX triplet: 31, 06 and 2C. RGB value is (49,6,44). Sum of RGB (Red+Green+Blue) = 49+6+44=99 (13% of max value = 765). Red value is 49 (19.53% from 255 or 49.49% from 99); Green value is 6 (2.73% from 255 or 6.06% from 99); Blue value is 44 (17.58% from 255 or 44.44% from 99); Max value from RGB is 49 - color contains mainly: red. Hex color #31062C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31062C is #CEF9D3. Grayscale: #171717. Windows color (decimal): -13564372 or 2885169. OLE color: 2885169.

HSL color Cylindrical-coordinate representation of color #31062C: hue angle of 306.98º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #31062C is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.81.

Color convert

RGB49644-
CMYK00.880.100.81
HSL306.98º78.18%10.78%-
HSV(B)306.98º87.76%19.22%-
XYZ1.790.972.47-
YUV23.19139.75146.41-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 49.49%
GREEN value IS 6 (2.73% from 255) = 6.06%
BLUE value IS 44 (17.58% from 255) = 44.44%
R=49.49%
G=6.06%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.10
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4964400.880.100.81306.9878.1810.78
Hex3162C058A511334eb
Octal6165401301212146311613
Binary110001110101100010110001010101000110011001110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31062C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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