#332336

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

Shades of Mardi Gras #332336

Tints of Mardi Gras #332336

Color information

#332336 (or 0x332336) is unknown color: approx Mardi Gras. HEX triplet: 33, 23 and 36. RGB value is (51,35,54). Sum of RGB (Red+Green+Blue) = 51+35+54=140 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.43% from 140); Green value is 35 (14.06% from 255 or 25% from 140); Blue value is 54 (21.48% from 255 or 38.57% from 140); Max value from RGB is 54 - color contains mainly: blue. Hex color #332336 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332336 is #CCDCC9. Grayscale: #292929. Windows color (decimal): -13425866 or 3547955. OLE color: 3547955.

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

Color convert

RGB513554-
CMYK0.060.3500.79
HSL290.53º21.35%17.45%-
HSV(B)290.53º35.19%21.18%-
XYZ2.632.173.77-
YUV41.95134.8134.46-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 36.43%
GREEN value IS 35 (14.06% from 255) = 25%
BLUE value IS 54 (21.48% from 255) = 38.57%
R=36.43%
G=25%
B=38.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5135540.060.3500.79290.5321.3517.45
Hex33233662304F1231511
Octal63436664301174432521
Binary110011100011110110110100011010011111001000111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332336; }

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

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

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

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

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

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

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

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