null Skip to main content

GF 290 - Matte Black ChalkMark

Item#Item NameRegular PriceSale PriceQty

GF 290 ChalkMark™ is a 5.0 mil matte black embossed chalkboard vinyl with a clear high-tack removable adhesive on a 90# liner. The 5.0 mil ChalkMark vinyl is designed for use with soft chalks and liquid chalk markers and has a washable surface. The high-tack removable (HTR) adhesive works great on smooth painted drywall, plastic a-frame signs, metals and glass. ChalkMark™ is commonly used to produce decorative wall graphics covering large areas for menu boards or murals. GF 290 ChalkMark™ can also be used to create promotion graphics, plasticade signs, point-of-purchase graphics and craft cut shapes and decals.

APPLICATIONS

  • General Signage
  • POP & Indoor Signage
  • Windows
  • Walls

INK COMPATIBILITY

  • UV Curable
  • Screen

Where can I use GF 290 ChalkMark?

GF 290 is great for a variety of applications, from craft projects to wallgraphics. This film is great for restaurant and brewery menu boards orinteractive walls in homes, businesses or schools. It is designed to be applied to smooth painted wall surfaces, metal, plastic and glass.

Can I print with any type of ink on GF 290?

No, GF 290 ChalkMark is only compatible with UV curable digital and screen inks and is not compatible with solvent, eco-solvent or latex types of ink. Consider using GF Cut & Craft vinyl and applying secondary lettering or shapes to your ChalkMark installation.

Is GF 290 ChalkMark safe to use in a classroom?

Yes, GF 290 meets several safety and compliance criteria making it a great choice for use in a variety of spaces. As listed above, GF 290 is Compliant with CPSIA 2008, RoHS and REACH, and approved under ASTM E84 as a Class A fire rated material.
// Uses React's native (unpatched) value setter + a real dispatched event, // so the app's own onChange / validation / append logic fires correctly. // build the visible field the user will actually type into // copy the real field's classes + computed styles so it looks identical // preload with existing value (formatted) if the real field already has one // hide the real field visually but keep it in the DOM and functional, // so your app's own validation / append event still works as before // place the visible field right where the real one used to be // send only the plain digits to the real field — this matches what // the numeric field type expects, so no "invalid phone number" error // keep focus/blur events flowing to the real field too, in case your // app's validation triggers specifically on those