#311B2E

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

Shades of Mardi Gras #311B2E

Tints of Mardi Gras #311B2E

Color information

#311B2E (or 0x311B2E) is unknown color: approx Mardi Gras. HEX triplet: 31, 1B and 2E. RGB value is (49,27,46). Sum of RGB (Red+Green+Blue) = 49+27+46=122 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.16% from 122); Green value is 27 (10.94% from 255 or 22.13% from 122); Blue value is 46 (18.36% from 255 or 37.70% from 122); Max value from RGB is 49 - color contains mainly: red. Hex color #311B2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311B2E is #CEE4D1. Grayscale: #232323. Windows color (decimal): -13558994 or 3021617. OLE color: 3021617.

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

Color convert

RGB492746-
CMYK00.450.060.81
HSL308.18º28.95%14.9%-
HSV(B)308.18º44.9%19.22%-
XYZ2.151.632.79-
YUV35.74133.79137.46-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 40.16%
GREEN value IS 27 (10.94% from 255) = 22.13%
BLUE value IS 46 (18.36% from 255) = 37.70%
R=40.16%
G=22.13%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.06
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49274600.450.060.81308.1828.9514.9
Hex311B2E02D6511341df
Octal61335605561214643517
Binary1100011101110111001011011101010001100110100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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