#321635

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

Shades of Mardi Gras #321635

Tints of Mardi Gras #321635

Color information

#321635 (or 0x321635) is unknown color: approx Mardi Gras. HEX triplet: 32, 16 and 35. RGB value is (50,22,53). Sum of RGB (Red+Green+Blue) = 50+22+53=125 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40% from 125); Green value is 22 (8.98% from 255 or 17.6% from 125); Blue value is 53 (21.09% from 255 or 42.4% from 125); Max value from RGB is 53 - color contains mainly: blue. Hex color #321635 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321635 is #CDE9CA. Grayscale: #212121. Windows color (decimal): -13494731 or 3479090. OLE color: 3479090.

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

Color convert

RGB502253-
CMYK0.060.5800.79
HSL294.19º41.33%14.71%-
HSV(B)294.19º58.49%20.78%-
XYZ2.241.513.54-
YUV33.91138.78139.48-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 40%
GREEN value IS 22 (8.98% from 255) = 17.6%
BLUE value IS 53 (21.09% from 255) = 42.4%
R=40%
G=17.6%
B=42.4%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5022530.060.5800.79294.1941.3314.71
Hex32163563A04F12629f
Octal62266567201174465117
Binary11001010110110101110111010010011111001001101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321635; }

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

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

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

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

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

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

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

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