#311C2F

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

Shades of Mardi Gras #311C2F

Tints of Mardi Gras #311C2F

Color information

#311C2F (or 0x311C2F) is unknown color: approx Mardi Gras. HEX triplet: 31, 1C and 2F. RGB value is (49,28,47). Sum of RGB (Red+Green+Blue) = 49+28+47=124 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.52% from 124); Green value is 28 (11.33% from 255 or 22.58% from 124); Blue value is 47 (18.75% from 255 or 37.90% from 124); Max value from RGB is 49 - color contains mainly: red. Hex color #311C2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311C2F is #CEE3D0. Grayscale: #242424. Windows color (decimal): -13558737 or 3087409. OLE color: 3087409.

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

Color convert

RGB492847-
CMYK00.430.040.81
HSL305.71º27.27%15.1%-
HSV(B)305.71º42.86%19.22%-
XYZ2.191.692.9-
YUV36.44133.96136.96-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 39.52%
GREEN value IS 28 (11.33% from 255) = 22.58%
BLUE value IS 47 (18.75% from 255) = 37.90%
R=39.52%
G=22.58%
B=37.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.04
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49284700.430.040.81305.7127.2715.1
Hex311C2F02B4511321bf
Octal61345705341214623317
Binary1100011110010111101010111001010001100110010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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