#311A2E

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

Shades of Mardi Gras #311A2E

Tints of Mardi Gras #311A2E

Color information

#311A2E (or 0x311A2E) is unknown color: approx Mardi Gras. HEX triplet: 31, 1A and 2E. RGB value is (49,26,46). Sum of RGB (Red+Green+Blue) = 49+26+46=121 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.50% from 121); Green value is 26 (10.55% from 255 or 21.49% from 121); Blue value is 46 (18.36% from 255 or 38.02% from 121); Max value from RGB is 49 - color contains mainly: red. Hex color #311A2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311A2E is #CEE5D1. Grayscale: #232323. Windows color (decimal): -13559250 or 3021361. OLE color: 3021361.

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

Color convert

RGB492646-
CMYK00.470.060.81
HSL307.83º30.67%14.71%-
HSV(B)307.83º46.94%19.22%-
XYZ2.131.592.78-
YUV35.16134.12137.87-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 40.50%
GREEN value IS 26 (10.55% from 255) = 21.49%
BLUE value IS 46 (18.36% from 255) = 38.02%
R=40.50%
G=21.49%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.06
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49264600.470.060.81307.8330.6714.71
Hex311A2E02F6511341ff
Octal61325605761214643717
Binary1100011101010111001011111101010001100110100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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