#31092E

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

Shades of Mardi Gras #31092E

Tints of Mardi Gras #31092E

Color information

#31092E (or 0x31092E) is unknown color: approx Mardi Gras. HEX triplet: 31, 09 and 2E. RGB value is (49,9,46). Sum of RGB (Red+Green+Blue) = 49+9+46=104 (13% of max value = 765). Red value is 49 (19.53% from 255 or 47.12% from 104); Green value is 9 (3.91% from 255 or 8.65% from 104); Blue value is 46 (18.36% from 255 or 44.23% from 104); Max value from RGB is 49 - color contains mainly: red. Hex color #31092E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31092E is #CEF6D1. Grayscale: #191919. Windows color (decimal): -13563602 or 3017009. OLE color: 3017009.

HSL color Cylindrical-coordinate representation of color #31092E: hue angle of 304.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 #31092E is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.81.

Color convert

RGB49946-
CMYK00.820.060.81
HSL304.5º68.97%11.37%-
HSV(B)304.5º81.63%19.22%-
XYZ1.861.052.69-
YUV25.18139.75144.99-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 47.12%
GREEN value IS 9 (3.91% from 255) = 8.65%
BLUE value IS 46 (18.36% from 255) = 44.23%
R=47.12%
G=8.65%
B=44.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.06
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4994600.820.060.81304.568.9711.37
Hex3192E05265113045b
Octal6111560122612146010513
Binary110001100110111001010010110101000110011000010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31092E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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