#31082E

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

Shades of Mardi Gras #31082E

Tints of Mardi Gras #31082E

Color information

#31082E (or 0x31082E) is unknown color: approx Mardi Gras. HEX triplet: 31, 08 and 2E. RGB value is (49,8,46). Sum of RGB (Red+Green+Blue) = 49+8+46=103 (13% of max value = 765). Red value is 49 (19.53% from 255 or 47.57% from 103); Green value is 8 (3.52% from 255 or 7.77% from 103); Blue value is 46 (18.36% from 255 or 44.66% from 103); Max value from RGB is 49 - color contains mainly: red. Hex color #31082E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31082E is #CEF7D1. Grayscale: #181818. Windows color (decimal): -13563858 or 3016753. OLE color: 3016753.

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

Color convert

RGB49846-
CMYK00.840.060.81
HSL304.39º71.93%11.18%-
HSV(B)304.39º83.67%19.22%-
XYZ1.851.022.69-
YUV24.59140.08145.41-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 47.57%
GREEN value IS 8 (3.52% from 255) = 7.77%
BLUE value IS 46 (18.36% from 255) = 44.66%
R=47.57%
G=7.77%
B=44.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.06
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4984600.840.060.81304.3971.9311.18
Hex3182E05465113048b
Octal6110560124612146011013
Binary110001100010111001010100110101000110011000010010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31082E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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