#311E35

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

Shades of Mardi Gras #311E35

Tints of Mardi Gras #311E35

Color information

#311E35 (or 0x311E35) is unknown color: approx Mardi Gras. HEX triplet: 31, 1E and 35. RGB value is (49,30,53). Sum of RGB (Red+Green+Blue) = 49+30+53=132 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.12% from 132); Green value is 30 (12.11% from 255 or 22.73% from 132); Blue value is 53 (21.09% from 255 or 40.15% from 132); Max value from RGB is 53 - color contains mainly: blue. Hex color #311E35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311E35 is #CEE1CA. Grayscale: #262626. Windows color (decimal): -13558219 or 3481137. OLE color: 3481137.

HSL color Cylindrical-coordinate representation of color #311E35: hue angle of 289.57º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #311E35 is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB493053-
CMYK0.080.4300.79
HSL289.57º27.71%16.27%-
HSV(B)289.57º43.4%20.78%-
XYZ2.371.843.6-
YUV38.3136.29135.63-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 37.12%
GREEN value IS 30 (12.11% from 255) = 22.73%
BLUE value IS 53 (21.09% from 255) = 40.15%
R=37.12%
G=22.73%
B=40.15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4930530.080.4300.79289.5727.7116.27
Hex311E3582B04F1221c10
Octal613665105301174423420
Binary110001111101101011000101011010011111001000101110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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