#321537

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

Shades of Mardi Gras #321537

Tints of Mardi Gras #321537

Color information

#321537 (or 0x321537) is unknown color: approx Mardi Gras. HEX triplet: 32, 15 and 37. RGB value is (50,21,55). Sum of RGB (Red+Green+Blue) = 50+21+55=126 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.68% from 126); Green value is 21 (8.59% from 255 or 16.67% from 126); Blue value is 55 (21.88% from 255 or 43.65% from 126); Max value from RGB is 55 - color contains mainly: blue. Hex color #321537 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321537 is #CDEAC8. Grayscale: #212121. Windows color (decimal): -13494985 or 3609906. OLE color: 3609906.

HSL color Cylindrical-coordinate representation of color #321537: hue angle of 291.18º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #321537 is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB502155-
CMYK0.090.6200.78
HSL291.18º44.74%14.9%-
HSV(B)291.18º61.82%21.57%-
XYZ2.271.493.78-
YUV33.55140.11139.74-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 39.68%
GREEN value IS 21 (8.59% from 255) = 16.67%
BLUE value IS 55 (21.88% from 255) = 43.65%
R=39.68%
G=16.67%
B=43.65%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5021550.090.6200.78291.1844.7414.9
Hex32153793E04E1232df
Octal622567117601164435517
Binary110010101011101111001111110010011101001000111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321537; }

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

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

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

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

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

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

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

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