#321736

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

Shades of Mardi Gras #321736

Tints of Mardi Gras #321736

Color information

#321736 (or 0x321736) is unknown color: approx Mardi Gras. HEX triplet: 32, 17 and 36. RGB value is (50,23,54). Sum of RGB (Red+Green+Blue) = 50+23+54=127 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.37% from 127); Green value is 23 (9.38% from 255 or 18.11% from 127); Blue value is 54 (21.48% from 255 or 42.52% from 127); Max value from RGB is 54 - color contains mainly: blue. Hex color #321736 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321736 is #CDE8C9. Grayscale: #222222. Windows color (decimal): -13494474 or 3544882. OLE color: 3544882.

HSL color Cylindrical-coordinate representation of color #321736: hue angle of 292.26º degrees, saturation: 0.4, 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 #321736 is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB502354-
CMYK0.070.5700.79
HSL292.26º40.26%15.1%-
HSV(B)292.26º57.41%21.18%-
XYZ2.291.563.67-
YUV34.61138.95138.98-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 39.37%
GREEN value IS 23 (9.38% from 255) = 18.11%
BLUE value IS 54 (21.48% from 255) = 42.52%
R=39.37%
G=18.11%
B=42.52%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5023540.070.5700.79292.2640.2615.1
Hex32173673904F12428f
Octal62276677101174445017
Binary11001010111110110111111001010011111001001001010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321736; }

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

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

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

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

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

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

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

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