#331132

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

Shades of Mardi Gras #331132

Tints of Mardi Gras #331132

Color information

#331132 (or 0x331132) is unknown color: approx Mardi Gras. HEX triplet: 33, 11 and 32. RGB value is (51,17,50). Sum of RGB (Red+Green+Blue) = 51+17+50=118 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.22% from 118); Green value is 17 (7.03% from 255 or 14.41% from 118); Blue value is 50 (19.92% from 255 or 42.37% from 118); Max value from RGB is 51 - color contains mainly: red. Hex color #331132 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331132 is #CCEECD. Grayscale: #1E1E1E. Windows color (decimal): -13430478 or 3281203. OLE color: 3281203.

HSL color Cylindrical-coordinate representation of color #331132: hue angle of 301.76º 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 #331132 is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.8.

Color convert

RGB511750-
CMYK00.670.020.8
HSL301.76º50%13.33%-
HSV(B)301.76º66.67%20%-
XYZ2.141.333.16-
YUV30.93138.76142.32-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 43.22%
GREEN value IS 17 (7.03% from 255) = 14.41%
BLUE value IS 50 (19.92% from 255) = 42.37%
R=43.22%
G=14.41%
B=42.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.02
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51175000.670.020.8301.765013.33
Hex33113204325012e32d
Octal632162010321204566215
Binary11001110001110010010000111010100001001011101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331132; }

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

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

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

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

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

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

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

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