#311E2F

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

Shades of Mardi Gras #311E2F

Tints of Mardi Gras #311E2F

Color information

#311E2F (or 0x311E2F) is unknown color: approx Mardi Gras. HEX triplet: 31, 1E and 2F. RGB value is (49,30,47). Sum of RGB (Red+Green+Blue) = 49+30+47=126 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.89% from 126); Green value is 30 (12.11% from 255 or 23.81% from 126); Blue value is 47 (18.75% from 255 or 37.30% from 126); Max value from RGB is 49 - color contains mainly: red. Hex color #311E2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311E2F is #CEE1D0. Grayscale: #252525. Windows color (decimal): -13558225 or 3087921. OLE color: 3087921.

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

Color convert

RGB493047-
CMYK00.390.040.81
HSL306.32º24.05%15.49%-
HSV(B)306.32º38.78%19.22%-
XYZ2.241.792.92-
YUV37.62133.29136.12-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 38.89%
GREEN value IS 30 (12.11% from 255) = 23.81%
BLUE value IS 47 (18.75% from 255) = 37.30%
R=38.89%
G=23.81%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.04
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49304700.390.040.81306.3224.0515.49
Hex311E2F02745113218f
Octal61365704741214623017
Binary1100011111010111101001111001010001100110010110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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