#321436

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

Shades of Mardi Gras #321436

Tints of Mardi Gras #321436

Color information

#321436 (or 0x321436) is unknown color: approx Mardi Gras. HEX triplet: 32, 14 and 36. RGB value is (50,20,54). Sum of RGB (Red+Green+Blue) = 50+20+54=124 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.32% from 124); Green value is 20 (8.20% from 255 or 16.13% from 124); Blue value is 54 (21.48% from 255 or 43.55% from 124); Max value from RGB is 54 - color contains mainly: blue. Hex color #321436 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321436 is #CDEBC9. Grayscale: #202020. Windows color (decimal): -13495242 or 3544114. OLE color: 3544114.

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

Color convert

RGB502054-
CMYK0.070.6300.79
HSL292.94º45.95%14.51%-
HSV(B)292.94º62.96%21.18%-
XYZ2.231.443.65-
YUV32.85139.94140.24-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 40.32%
GREEN value IS 20 (8.20% from 255) = 16.13%
BLUE value IS 54 (21.48% from 255) = 43.55%
R=40.32%
G=16.13%
B=43.55%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5020540.070.6300.79292.9445.9514.51
Hex32143673F04F1252ef
Octal62246677701174455617
Binary11001010100110110111111111010011111001001011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321436; }

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

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

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

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

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

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

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

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