#321C36

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

Shades of Mardi Gras #321C36

Tints of Mardi Gras #321C36

Color information

#321C36 (or 0x321C36) is unknown color: approx Mardi Gras. HEX triplet: 32, 1C and 36. RGB value is (50,28,54). Sum of RGB (Red+Green+Blue) = 50+28+54=132 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.88% from 132); Green value is 28 (11.33% from 255 or 21.21% from 132); Blue value is 54 (21.48% from 255 or 40.91% from 132); Max value from RGB is 54 - color contains mainly: blue. Hex color #321C36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321C36 is #CDE3C9. Grayscale: #252525. Windows color (decimal): -13493194 or 3546162. OLE color: 3546162.

HSL color Cylindrical-coordinate representation of color #321C36: hue angle of 290.77º degrees, saturation: 0.32, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #321C36 is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB502854-
CMYK0.070.4800.79
HSL290.77º31.71%16.08%-
HSV(B)290.77º48.15%21.18%-
XYZ2.41.773.71-
YUV37.54137.29136.89-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 37.88%
GREEN value IS 28 (11.33% from 255) = 21.21%
BLUE value IS 54 (21.48% from 255) = 40.91%
R=37.88%
G=21.21%
B=40.91%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5028540.070.4800.79290.7731.7116.08
Hex321C3673004F1232010
Octal62346676001174434020
Binary110010111001101101111100000100111110010001110000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321C36; }

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

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

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

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

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

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

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

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