#321735

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

Shades of Mardi Gras #321735

Tints of Mardi Gras #321735

Color information

#321735 (or 0x321735) is unknown color: approx Mardi Gras. HEX triplet: 32, 17 and 35. RGB value is (50,23,53). Sum of RGB (Red+Green+Blue) = 50+23+53=126 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.68% from 126); Green value is 23 (9.38% from 255 or 18.25% from 126); Blue value is 53 (21.09% from 255 or 42.06% from 126); Max value from RGB is 53 - color contains mainly: blue. Hex color #321735 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321735 is #CDE8CA. Grayscale: #222222. Windows color (decimal): -13494475 or 3479346. OLE color: 3479346.

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

Color convert

RGB502353-
CMYK0.060.5700.79
HSL294º39.47%14.9%-
HSV(B)294º56.6%20.78%-
XYZ2.261.553.55-
YUV34.49138.45139.06-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 39.68%
GREEN value IS 23 (9.38% from 255) = 18.25%
BLUE value IS 53 (21.09% from 255) = 42.06%
R=39.68%
G=18.25%
B=42.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5023530.060.5700.7929439.4714.9
Hex32173563904F12627f
Octal62276567101174464717
Binary11001010111110101110111001010011111001001101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321735; }

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

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

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

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

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

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

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

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