#311E34

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

Shades of Mardi Gras #311E34

Tints of Mardi Gras #311E34

Color information

#311E34 (or 0x311E34) is unknown color: approx Mardi Gras. HEX triplet: 31, 1E and 34. RGB value is (49,30,52). Sum of RGB (Red+Green+Blue) = 49+30+52=131 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.40% from 131); Green value is 30 (12.11% from 255 or 22.90% from 131); Blue value is 52 (20.70% from 255 or 39.69% from 131); Max value from RGB is 52 - color contains mainly: blue. Hex color #311E34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311E34 is #CEE1CB. Grayscale: #262626. Windows color (decimal): -13558220 or 3415601. OLE color: 3415601.

HSL color Cylindrical-coordinate representation of color #311E34: hue angle of 291.82º degrees, saturation: 0.27, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #311E34 is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB493052-
CMYK0.060.4200.80
HSL291.82º26.83%16.08%-
HSV(B)291.82º42.31%20.39%-
XYZ2.351.833.48-
YUV38.19135.79135.71-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 37.40%
GREEN value IS 30 (12.11% from 255) = 22.90%
BLUE value IS 52 (20.70% from 255) = 39.69%
R=37.40%
G=22.90%
B=39.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4930520.060.4200.80291.8226.8316.08
Hex311E3462A0501241b10
Octal61366465201204443320
Binary11000111110110100110101010010100001001001001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311E34; }

 p { color: rgb(49,30,52); }

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

<style>
 a { background-color: #311E34; }

 a { background-color: rgb(49,30,52); }

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

<style>
 span { border-color: #311E34; }

 span { border-color: rgb(49,30,52); }

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