#310D2E

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

Shades of Mardi Gras #310D2E

Tints of Mardi Gras #310D2E

Color information

#310D2E (or 0x310D2E) is unknown color: approx Mardi Gras. HEX triplet: 31, 0D and 2E. RGB value is (49,13,46). Sum of RGB (Red+Green+Blue) = 49+13+46=108 (14% of max value = 765). Red value is 49 (19.53% from 255 or 45.37% from 108); Green value is 13 (5.47% from 255 or 12.04% from 108); Blue value is 46 (18.36% from 255 or 42.59% from 108); Max value from RGB is 49 - color contains mainly: red. Hex color #310D2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310D2E is #CEF2D1. Grayscale: #1B1B1B. Windows color (decimal): -13562578 or 3018033. OLE color: 3018033.

HSL color Cylindrical-coordinate representation of color #310D2E: hue angle of 305º degrees, saturation: 0.58, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #310D2E is Cyan = 0, Magento = 0.73, Yellow = 0.06 and Black (K on CMYK) = 0.81.

Color convert

RGB491346-
CMYK00.730.060.81
HSL305º58.06%12.16%-
HSV(B)305º73.47%19.22%-
XYZ1.91.142.7-
YUV27.53138.43143.32-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 45.37%
GREEN value IS 13 (5.47% from 255) = 12.04%
BLUE value IS 46 (18.36% from 255) = 42.59%
R=45.37%
G=12.04%
B=42.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.06
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49134600.730.060.8130558.0612.16
Hex31D2E0496511313ac
Octal611556011161214617214
Binary11000111011011100100100111010100011001100011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310D2E; }

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

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

<style>
 a { background-color: #310D2E; }

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

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

<style>
 span { border-color: #310D2E; }

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

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