#311634

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

Shades of Mardi Gras #311634

Tints of Mardi Gras #311634

Color information

#311634 (or 0x311634) is unknown color: approx Mardi Gras. HEX triplet: 31, 16 and 34. RGB value is (49,22,52). Sum of RGB (Red+Green+Blue) = 49+22+52=123 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.84% from 123); Green value is 22 (8.98% from 255 or 17.89% from 123); Blue value is 52 (20.70% from 255 or 42.28% from 123); Max value from RGB is 52 - color contains mainly: blue. Hex color #311634 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311634 is #CEE9CB. Grayscale: #212121. Windows color (decimal): -13560268 or 3413553. OLE color: 3413553.

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

Color convert

RGB492252-
CMYK0.060.5800.80
HSL294º40.54%14.51%-
HSV(B)294º57.69%20.39%-
XYZ2.171.473.42-
YUV33.49138.45139.06-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 39.84%
GREEN value IS 22 (8.98% from 255) = 17.89%
BLUE value IS 52 (20.70% from 255) = 42.28%
R=39.84%
G=17.89%
B=42.28%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4922520.060.5800.8029440.5414.51
Hex31163463A05012629f
Octal61266467201204465117
Binary11000110110110100110111010010100001001001101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311634; }

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

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

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

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

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

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

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

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