#331131

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

Shades of Mardi Gras #331131

Tints of Mardi Gras #331131

Color information

#331131 (or 0x331131) is unknown color: approx Mardi Gras. HEX triplet: 33, 11 and 31. RGB value is (51,17,49). Sum of RGB (Red+Green+Blue) = 51+17+49=117 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.59% from 117); Green value is 17 (7.03% from 255 or 14.53% from 117); Blue value is 49 (19.53% from 255 or 41.88% from 117); Max value from RGB is 51 - color contains mainly: red. Hex color #331131 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331131 is #CCEECE. Grayscale: #1E1E1E. Windows color (decimal): -13430479 or 3215667. OLE color: 3215667.

HSL color Cylindrical-coordinate representation of color #331131: hue angle of 303.53º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #331131 is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.8.

Color convert

RGB511749-
CMYK00.670.040.8
HSL303.53º50%13.33%-
HSV(B)303.53º66.67%20%-
XYZ2.121.333.05-
YUV30.81138.26142.4-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 43.59%
GREEN value IS 17 (7.03% from 255) = 14.53%
BLUE value IS 49 (19.53% from 255) = 41.88%
R=43.59%
G=14.53%
B=41.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.04
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51174900.670.040.8303.535013.33
Hex33113104345013032d
Octal632161010341204606215
Binary110011100011100010100001110010100001001100001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331131; }

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

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

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

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

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

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

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

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