#310E2F

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

Shades of Mardi Gras #310E2F

Tints of Mardi Gras #310E2F

Color information

#310E2F (or 0x310E2F) is unknown color: approx Mardi Gras. HEX triplet: 31, 0E and 2F. RGB value is (49,14,47). Sum of RGB (Red+Green+Blue) = 49+14+47=110 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.55% from 110); Green value is 14 (5.86% from 255 or 12.73% from 110); Blue value is 47 (18.75% from 255 or 42.73% from 110); Max value from RGB is 49 - color contains mainly: red. Hex color #310E2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310E2F is #CEF1D0. Grayscale: #1C1C1C. Windows color (decimal): -13562321 or 3083825. OLE color: 3083825.

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

Color convert

RGB491447-
CMYK00.710.040.81
HSL303.43º55.56%12.35%-
HSV(B)303.43º71.43%19.22%-
XYZ1.941.172.81-
YUV28.23138.6142.82-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 44.55%
GREEN value IS 14 (5.86% from 255) = 12.73%
BLUE value IS 47 (18.75% from 255) = 42.73%
R=44.55%
G=12.73%
B=42.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.04
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49144700.710.040.81303.4355.5612.35
Hex31E2F04745112f38c
Octal611657010741214577014
Binary11000111101011110100011110010100011001011111110001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,14,47); }

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

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

 a { background-color: rgb(49,14,47); }

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

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

 span { border-color: rgb(49,14,47); }

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