#311C2E

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

Shades of Mardi Gras #311C2E

Tints of Mardi Gras #311C2E

Color information

#311C2E (or 0x311C2E) is unknown color: approx Mardi Gras. HEX triplet: 31, 1C and 2E. RGB value is (49,28,46). Sum of RGB (Red+Green+Blue) = 49+28+46=123 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.84% from 123); Green value is 28 (11.33% from 255 or 22.76% from 123); Blue value is 46 (18.36% from 255 or 37.40% from 123); Max value from RGB is 49 - color contains mainly: red. Hex color #311C2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311C2E is #CEE3D1. Grayscale: #242424. Windows color (decimal): -13558738 or 3021873. OLE color: 3021873.

HSL color Cylindrical-coordinate representation of color #311C2E: hue angle of 308.57º 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 #311C2E is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.81.

Color convert

RGB492846-
CMYK00.430.060.81
HSL308.57º27.27%15.1%-
HSV(B)308.57º42.86%19.22%-
XYZ2.181.682.79-
YUV36.33133.46137.04-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 39.84%
GREEN value IS 28 (11.33% from 255) = 22.76%
BLUE value IS 46 (18.36% from 255) = 37.40%
R=39.84%
G=22.76%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.06
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49284600.430.060.81308.5727.2715.1
Hex311C2E02B6511351bf
Octal61345605361214653317
Binary1100011110010111001010111101010001100110101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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