#321535

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

Shades of Mardi Gras #321535

Tints of Mardi Gras #321535

Color information

#321535 (or 0x321535) is unknown color: approx Mardi Gras. HEX triplet: 32, 15 and 35. RGB value is (50,21,53). Sum of RGB (Red+Green+Blue) = 50+21+53=124 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.32% from 124); Green value is 21 (8.59% from 255 or 16.94% from 124); Blue value is 53 (21.09% from 255 or 42.74% from 124); Max value from RGB is 53 - color contains mainly: blue. Hex color #321535 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321535 is #CDEACA. Grayscale: #212121. Windows color (decimal): -13494987 or 3478834. OLE color: 3478834.

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

Color convert

RGB502153-
CMYK0.060.6000.79
HSL294.38º43.24%14.51%-
HSV(B)294.38º60.38%20.78%-
XYZ2.231.473.53-
YUV33.32139.11139.9-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 40.32%
GREEN value IS 21 (8.59% from 255) = 16.94%
BLUE value IS 53 (21.09% from 255) = 42.74%
R=40.32%
G=16.94%
B=42.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5021530.060.6000.79294.3843.2414.51
Hex32153563C04F1262bf
Octal62256567401174465317
Binary11001010101110101110111100010011111001001101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321535; }

 p { color: rgb(50,21,53); }

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

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

 a { background-color: rgb(50,21,53); }

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

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

 span { border-color: rgb(50,21,53); }

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