#31092A

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

Shades of Mardi Gras #31092A

Tints of Mardi Gras #31092A

Color information

#31092A (or 0x31092A) is unknown color: approx Mardi Gras. HEX triplet: 31, 09 and 2A. RGB value is (49,9,42). Sum of RGB (Red+Green+Blue) = 49+9+42=100 (13% of max value = 765). Red value is 49 (19.53% from 255 or 49% from 100); Green value is 9 (3.91% from 255 or 9% from 100); Blue value is 42 (16.80% from 255 or 42% from 100); Max value from RGB is 49 - color contains mainly: red. Hex color #31092A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31092A is #CEF6D5. Grayscale: #181818. Windows color (decimal): -13563606 or 2754865. OLE color: 2754865.

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

Color convert

RGB49942-
CMYK00.820.140.81
HSL310.5º68.97%11.37%-
HSV(B)310.5º81.63%19.22%-
XYZ1.781.022.29-
YUV24.72137.75145.32-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 49%
GREEN value IS 9 (3.91% from 255) = 9%
BLUE value IS 42 (16.80% from 255) = 42%
R=49%
G=9%
B=42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.14
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4994200.820.140.81310.568.9711.37
Hex3192A052E5113645b
Octal61115201221612146610513
Binary1100011001101010010100101110101000110011011010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31092A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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