#311332

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

Shades of Mardi Gras #311332

Tints of Mardi Gras #311332

Color information

#311332 (or 0x311332) is unknown color: approx Mardi Gras. HEX triplet: 31, 13 and 32. RGB value is (49,19,50). Sum of RGB (Red+Green+Blue) = 49+19+50=118 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.53% from 118); Green value is 19 (7.81% from 255 or 16.10% from 118); Blue value is 50 (19.92% from 255 or 42.37% from 118); Max value from RGB is 50 - color contains mainly: blue. Hex color #311332 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311332 is #CEECCD. Grayscale: #1F1F1F. Windows color (decimal): -13561038 or 3281713. OLE color: 3281713.

HSL color Cylindrical-coordinate representation of color #311332: hue angle of 298.06º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #311332 is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB491950-
CMYK0.020.6200.80
HSL298.06º44.93%13.53%-
HSV(B)298.06º62%19.61%-
XYZ2.081.353.17-
YUV31.5138.44140.48-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 41.53%
GREEN value IS 19 (7.81% from 255) = 16.10%
BLUE value IS 50 (19.92% from 255) = 42.37%
R=41.53%
G=16.10%
B=42.37%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4919500.020.6200.80298.0644.9313.53
Hex31133223E05012a2de
Octal61236227601204525516
Binary1100011001111001010111110010100001001010101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311332; }

 p { color: rgb(49,19,50); }

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

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

 a { background-color: rgb(49,19,50); }

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

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

 span { border-color: rgb(49,19,50); }

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