Home · Branding · PiinPoint

PiinPoint Brand Identity

A complete profile of PiinPoint's visual system — colors, typography, components, and personality — extracted from https://piinpoint.com. Built for designers, agents, and AI tools.

Download JSON
Primary
#BB0011
Accent
#BB0011
Body Font
Open Sans
Heading
Montserrat

Color Palette

Brand palette extracted from https://piinpoint.com.

primary
#BB0011
rgb(187, 0, 17)
secondary
#EEAD41
rgb(238, 173, 65)
accent
#BB0011
rgb(187, 0, 17)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#353535
rgb(53, 53, 53)
link
#3E92D4
rgb(62, 146, 212)

Typography

Each font links to its Google Fonts page where available.

primary
Open Sans
heading
Montserrat
Montserrat, sans-serif
Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts:

CharacterQuilt.com suggests this flow that can help:

1. Open the company's homepage in a browser with DevTools open.
2. In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
3. Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
4. For each captured font URL: right-click → Save As to download the file locally.
5. View the page's CSS (DevTools → Sources, or curl the stylesheet URLs) and copy out the matching @font-face declarations. Rewrite each `src: url(...)` to point to your local file path.

Programmatic alternative: load the URL with Playwright or Puppeteer, listen for `response` events whose `Content-Type` starts with `font/`, and write the body to disk. The CSS extraction step is the same.

Only do this if you have permission to use the brand assets — most proprietary fonts are licensed and may not be redistributable.

Visual Assets

PiinPoint logo
Logo
PiinPoint favicon
Favicon
PiinPoint social image
Social Card

UI Components

Live previews rendered using PiinPoint's actual button styles.

buttonPrimary
background #BB0011 textColor #FAEFEF borderColor #BB0011 borderRadius 6px shadow rgba(0, 0, 0, 0.08) 0px 0px 5px 4px
buttonSecondary
background #F5F5F5 textColor #BB0011 borderColor #BB0011 borderRadius 6px shadow rgba(0, 0, 0, 0.08) 0px 0px 5px 4px

Brand Personality

Tone: professional Energy: medium Audience: business professionals seeking location intelligence solutions

PiinPoint Brand in the Wild

Real-world brand assets — ads, campaigns, and marketing materials.

Frequently Asked Questions

What is PiinPoint's primary brand color?

PiinPoint's primary brand color is #BB0011. It anchors the visual identity across their website, product UI, and marketing materials.

What font does PiinPoint use?

PiinPoint uses Open Sans for body text and Montserrat for headings. Fonts were detected on https://piinpoint.com as part of their live design system.

Does PiinPoint use a light or dark theme?

PiinPoint's primary site uses a light color scheme, with a background of #FFFFFF.

Where can I find PiinPoint's logo?

PiinPoint's logo is available directly on their site (https://piinpoint.com). The current logo URL is included in the machine-readable JSON profile linked above.

How was this brand profile generated?

This profile was extracted from https://piinpoint.com using the Firecrawl branding extraction API, which inspects the live page's CSS, fonts, color tokens, and component styles. It is not affiliated with or endorsed by PiinPoint.

Methodology

Brand data on this page was extracted from https://piinpoint.com on using the Firecrawl branding extraction API, which inspects each site's live CSS, font network requests, color tokens, and component styles. Brand-in-the-wild images were sourced via Google Image Search restricted to ad/webinar/report queries and link out to their original third-party publishers; we link to the source rather than re-hosting third-party content. This page is published by CharacterQuilt and is not affiliated with or endorsed by PiinPoint.

Machine-Readable Profile

Direct endpoints for agents, designers, and tooling. No login or auth required.

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Montserrat",
      "role": "heading"
    },
    {
      "family": "Open Sans",
      "role": "body"
    },
    {
      "family": "Helvetica",
      "role": "unknown"
    },
    {
      "family": "Arial",
      "role": "unknown"
    },
    {
      "family": "Roboto",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#BB0011",
    "secondary": "#EEAD41",
    "accent": "#BB0011",
    "background": "#FFFFFF",
    "textPrimary": "#353535",
    "link": "#3E92D4"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Open Sans",
      "heading": "Montserrat"
    },
    "fontStacks": {
      "heading": [
        "Montserrat",
        "sans-serif"
      ],
      "body": [
        "Montserrat",
        "sans-serif"
      ],
      "paragraph": [
        "Open Sans",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "45px",
      "h2": "30px",
      "body": "10px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "5px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#BB0011",
      "textColor": "#FAEFEF",
      "borderColor": "#BB0011",
      "borderRadius": "6px",
      "borderRadiusCorners": {
        "topLeft": "6px",
        "topRight": "6px",
        "bottomRight": "6px",
        "bottomLeft": "6px"
      },
      "shadow": "rgba(0, 0, 0, 0.08) 0px 0px 5px 4px"
    },
    "buttonSecondary": {
      "background": "#F5F5F5",
      "textColor": "#BB0011",
      "borderColor": "#BB0011",
      "borderRadius": "6px",
      "borderRadiusCorners": {
        "topLeft": "6px",
        "topRight": "6px",
        "bottomRight": "6px",
        "bottomLeft": "6px"
      },
      "shadow": "rgba(0, 0, 0, 0.08) 0px 0px 5px 4px"
    }
  },
  "images": {
    "logo": "https://cdn.prod.website-files.com/58c2d0cf2a203f5d5400018c/62505458336ee65432ba9d1b_PiinLogo.png",
    "favicon": "https://cdn.prod.website-files.com/58c2d0cf2a203f5d5400018c/6256d8832830ddd4b6b64dbe_Frame%208.png",
    "ogImage": "https://cdn.prod.website-files.com/58c2d0cf2a203f5d5400018c/5a85d3255a5acf00011eaa4b_hero-screenshot.jpg",
    "logoHref": "/",
    "logoAlt": "PiinPoint Logo"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, matches the brand name 'PiinPoint', and links to the homepage.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 3,
      "text": "Build a Site Report",
      "reasoning": "Button #3 ('Build a Site Report') uses the vibrant brand color #BB0011, indicating it is the primary CTA due to its prominence and action-oriented text."
    },
    "secondary": {
      "index": 1,
      "text": "Contact Us",
      "reasoning": "Button #1 ('Contact Us') has a different background color (#F5F5F5) and serves as a secondary action with supportive text."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "business professionals seeking location intelligence solutions"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.95,
    "colors": 0.9,
    "overall": 0.925
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 0,
        "selectedLogoReasoning": "Selected #0 because it is visible, located in the header, matches the brand name 'PiinPoint', and links to the homepage.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles