#311A33

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

Shades of Mardi Gras #311A33

Tints of Mardi Gras #311A33

Color information

#311A33 (or 0x311A33) is unknown color: approx Mardi Gras. HEX triplet: 31, 1A and 33. RGB value is (49,26,51). Sum of RGB (Red+Green+Blue) = 49+26+51=126 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.89% from 126); Green value is 26 (10.55% from 255 or 20.63% from 126); Blue value is 51 (20.31% from 255 or 40.48% from 126); Max value from RGB is 51 - color contains mainly: blue. Hex color #311A33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311A33 is #CEE5CC. Grayscale: #232323. Windows color (decimal): -13559245 or 3349041. OLE color: 3349041.

HSL color Cylindrical-coordinate representation of color #311A33: hue angle of 295.2º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #311A33 is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB492651-
CMYK0.040.4900.8
HSL295.2º32.47%15.1%-
HSV(B)295.2º49.02%20%-
XYZ2.231.633.33-
YUV35.73136.62137.47-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 38.89%
GREEN value IS 26 (10.55% from 255) = 20.63%
BLUE value IS 51 (20.31% from 255) = 40.48%
R=38.89%
G=20.63%
B=40.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4926510.040.4900.8295.232.4715.1
Hex311A3343105012720f
Octal61326346101204474017
Binary11000111010110011100110001010100001001001111000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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