#311A34

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

Shades of Mardi Gras #311A34

Tints of Mardi Gras #311A34

Color information

#311A34 (or 0x311A34) is unknown color: approx Mardi Gras. HEX triplet: 31, 1A and 34. RGB value is (49,26,52). Sum of RGB (Red+Green+Blue) = 49+26+52=127 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.58% from 127); Green value is 26 (10.55% from 255 or 20.47% from 127); Blue value is 52 (20.70% from 255 or 40.94% from 127); Max value from RGB is 52 - color contains mainly: blue. Hex color #311A34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311A34 is #CEE5CB. Grayscale: #232323. Windows color (decimal): -13559244 or 3414577. OLE color: 3414577.

HSL color Cylindrical-coordinate representation of color #311A34: hue angle of 293.08º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #311A34 is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB492652-
CMYK0.060.5000.80
HSL293.08º33.33%15.29%-
HSV(B)293.08º50%20.39%-
XYZ2.261.643.45-
YUV35.84137.12137.39-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 38.58%
GREEN value IS 26 (10.55% from 255) = 20.47%
BLUE value IS 52 (20.70% from 255) = 40.94%
R=38.58%
G=20.47%
B=40.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4926520.060.5000.80293.0833.3315.29
Hex311A3463205012521f
Octal61326466201204454117
Binary11000111010110100110110010010100001001001011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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