#311734

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

Shades of Mardi Gras #311734

Tints of Mardi Gras #311734

Color information

#311734 (or 0x311734) is unknown color: approx Mardi Gras. HEX triplet: 31, 17 and 34. RGB value is (49,23,52). Sum of RGB (Red+Green+Blue) = 49+23+52=124 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.52% from 124); Green value is 23 (9.38% from 255 or 18.55% from 124); Blue value is 52 (20.70% from 255 or 41.94% from 124); Max value from RGB is 52 - color contains mainly: blue. Hex color #311734 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311734 is #CEE8CB. Grayscale: #212121. Windows color (decimal): -13560012 or 3413809. OLE color: 3413809.

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

Color convert

RGB492352-
CMYK0.060.5600.80
HSL293.79º38.67%14.71%-
HSV(B)293.79º55.77%20.39%-
XYZ2.191.513.43-
YUV34.08138.11138.64-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 39.52%
GREEN value IS 23 (9.38% from 255) = 18.55%
BLUE value IS 52 (20.70% from 255) = 41.94%
R=39.52%
G=18.55%
B=41.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4923520.060.5600.80293.7938.6714.71
Hex31173463805012627f
Octal61276467001204464717
Binary11000110111110100110111000010100001001001101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311734; }

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

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

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

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

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

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

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

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