#31082C

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

Shades of Mardi Gras #31082C

Tints of Mardi Gras #31082C

Color information

#31082C (or 0x31082C) is unknown color: approx Mardi Gras. HEX triplet: 31, 08 and 2C. RGB value is (49,8,44). Sum of RGB (Red+Green+Blue) = 49+8+44=101 (13% of max value = 765). Red value is 49 (19.53% from 255 or 48.51% from 101); Green value is 8 (3.52% from 255 or 7.92% from 101); Blue value is 44 (17.58% from 255 or 43.56% from 101); Max value from RGB is 49 - color contains mainly: red. Hex color #31082C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31082C is #CEF7D3. Grayscale: #181818. Windows color (decimal): -13563860 or 2885681. OLE color: 2885681.

HSL color Cylindrical-coordinate representation of color #31082C: hue angle of 307.32º 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 #31082C is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.81.

Color convert

RGB49844-
CMYK00.840.100.81
HSL307.32º71.93%11.18%-
HSV(B)307.32º83.67%19.22%-
XYZ1.811.012.48-
YUV24.36139.08145.57-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 48.51%
GREEN value IS 8 (3.52% from 255) = 7.92%
BLUE value IS 44 (17.58% from 255) = 43.56%
R=48.51%
G=7.92%
B=43.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.10
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4984400.840.100.81307.3271.9311.18
Hex3182C054A5113348b
Octal61105401241212146311013
Binary1100011000101100010101001010101000110011001110010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31082C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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