#332136

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

Shades of Mardi Gras #332136

Tints of Mardi Gras #332136

Color information

#332136 (or 0x332136) is unknown color: approx Mardi Gras. HEX triplet: 33, 21 and 36. RGB value is (51,33,54). Sum of RGB (Red+Green+Blue) = 51+33+54=138 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.96% from 138); Green value is 33 (13.28% from 255 or 23.91% from 138); Blue value is 54 (21.48% from 255 or 39.13% from 138); Max value from RGB is 54 - color contains mainly: blue. Hex color #332136 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332136 is #CCDEC9. Grayscale: #282828. Windows color (decimal): -13426378 or 3547443. OLE color: 3547443.

HSL color Cylindrical-coordinate representation of color #332136: hue angle of 291.43º degrees, saturation: 0.24, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #332136 is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB513354-
CMYK0.060.3900.79
HSL291.43º24.14%17.06%-
HSV(B)291.43º38.89%21.18%-
XYZ2.572.063.75-
YUV40.78135.46135.29-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 36.96%
GREEN value IS 33 (13.28% from 255) = 23.91%
BLUE value IS 54 (21.48% from 255) = 39.13%
R=36.96%
G=23.91%
B=39.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5133540.060.3900.79291.4324.1417.06
Hex33213662704F1231811
Octal63416664701174433021
Binary110011100001110110110100111010011111001000111100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332136; }

 p { color: rgb(51,33,54); }

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

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

 a { background-color: rgb(51,33,54); }

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

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

 span { border-color: rgb(51,33,54); }

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