#31022E

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

Shades of Mardi Gras #31022E

Tints of Mardi Gras #31022E

Color information

#31022E (or 0x31022E) is unknown color: approx Mardi Gras. HEX triplet: 31, 02 and 2E. RGB value is (49,2,46). Sum of RGB (Red+Green+Blue) = 49+2+46=97 (12% of max value = 765). Red value is 49 (19.53% from 255 or 50.52% from 97); Green value is 2 (1.17% from 255 or 2.06% from 97); Blue value is 46 (18.36% from 255 or 47.42% from 97); Max value from RGB is 49 - color contains mainly: red. Hex color #31022E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31022E is #CEFDD1. Grayscale: #141414. Windows color (decimal): -13565394 or 3015217. OLE color: 3015217.

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

Color convert

RGB49246-
CMYK00.960.060.81
HSL303.83º92.16%10%-
HSV(B)303.83º95.92%19.22%-
XYZ1.780.892.66-
YUV21.07142.07147.92-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 50.52%
GREEN value IS 2 (1.17% from 255) = 2.06%
BLUE value IS 46 (18.36% from 255) = 47.42%
R=50.52%
G=2.06%
B=47.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.06
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4924600.960.060.81303.8392.1610
Hex3122E0606511305ca
Octal612560140612146013412
Binary1100011010111001100000110101000110011000010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31022E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31022E; }

 p { color: rgb(49,2,46); }

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

<style>
 a { background-color: #31022E; }

 a { background-color: rgb(49,2,46); }

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

<style>
 span { border-color: #31022E; }

 span { border-color: rgb(49,2,46); }

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