#332135

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

Shades of Mardi Gras #332135

Tints of Mardi Gras #332135

Color information

#332135 (or 0x332135) is unknown color: approx Mardi Gras. HEX triplet: 33, 21 and 35. RGB value is (51,33,53). Sum of RGB (Red+Green+Blue) = 51+33+53=137 (18% of max value = 765). Red value is 51 (20.31% from 255 or 37.23% from 137); Green value is 33 (13.28% from 255 or 24.09% from 137); Blue value is 53 (21.09% from 255 or 38.69% from 137); Max value from RGB is 53 - color contains mainly: blue. Hex color #332135 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332135 is #CCDECA. Grayscale: #282828. Windows color (decimal): -13426379 or 3481907. OLE color: 3481907.

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

Color convert

RGB513353-
CMYK0.040.3800.79
HSL294º23.26%16.86%-
HSV(B)294º37.74%20.78%-
XYZ2.552.053.63-
YUV40.66134.96135.37-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 37.23%
GREEN value IS 33 (13.28% from 255) = 24.09%
BLUE value IS 53 (21.09% from 255) = 38.69%
R=37.23%
G=24.09%
B=38.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5133530.040.3800.7929423.2616.86
Hex33213542604F1261711
Octal63416544601174462721
Binary110011100001110101100100110010011111001001101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332135; }

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

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

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

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

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

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

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

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