Home · Branding · Unravel Carbon

Unravel Carbon Brand Identity

A complete profile of Unravel Carbon's visual system — colors, typography, components, and personality — extracted from http://unravelcarbon.com. Built for designers, agents, and AI tools.

Download JSON
Primary
#0BA9AE
Accent
#BBDB73
Body Font
Arial
Heading
Arial

Color Palette

Brand palette extracted from http://unravelcarbon.com.

primary
#0BA9AE
rgb(11, 169, 174)
secondary
#0CBCC1
rgb(12, 188, 193)
accent
#BBDB73
rgb(187, 219, 115)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#151B1C
rgb(21, 27, 28)
link
#BBDB73
rgb(187, 219, 115)

Typography

Each font links to its Google Fonts page where available.

primary
Arial
heading
Arial
Area, Arial, 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

Unravel Carbon logo
Logo
Unravel Carbon favicon
Favicon
Unravel Carbon social image
Social Card

UI Components

Live previews rendered using Unravel Carbon's actual button styles.

buttonPrimary
background #0BA9AE textColor #151B1C borderColor #0CBCC1 borderRadius 8px shadow none
buttonSecondary
background transparent textColor #FFFFFF borderColor #FFFFFF borderRadius 10.08px shadow none

Brand Personality

Tone: modern Energy: medium Audience: businesses focused on sustainability

Unravel Carbon Brand in the Wild

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

Frequently Asked Questions

What is Unravel Carbon's primary brand color?

Unravel Carbon's primary brand color is #0BA9AE. It anchors the visual identity across their website, product UI, and marketing materials.

What accent color does Unravel Carbon use?

Unravel Carbon uses #BBDB73 as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does Unravel Carbon use?

Unravel Carbon uses Arial as the primary typeface across body and headings.

Does Unravel Carbon use a light or dark theme?

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

Where can I find Unravel Carbon's logo?

Unravel Carbon's logo is available directly on their site (http://unravelcarbon.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 http://unravelcarbon.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 Unravel Carbon.

Methodology

Brand data on this page was extracted from http://unravelcarbon.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 Unravel Carbon.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Area",
      "role": "unknown"
    },
    {
      "family": "Arial",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#0BA9AE",
    "secondary": "#0CBCC1",
    "accent": "#BBDB73",
    "background": "#FFFFFF",
    "textPrimary": "#151B1C",
    "link": "#BBDB73"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Arial",
      "heading": "Arial"
    },
    "fontStacks": {
      "heading": [
        "Area",
        "Arial",
        "sans-serif"
      ],
      "body": [
        "Area",
        "Arial",
        "sans-serif"
      ],
      "paragraph": [
        "Area",
        "Arial",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "56px",
      "h2": "16px",
      "body": "18.08px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "12px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#0BA9AE",
      "textColor": "#151B1C",
      "borderColor": "#0CBCC1",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "transparent",
      "textColor": "#FFFFFF",
      "borderColor": "#FFFFFF",
      "borderRadius": "10.08px",
      "borderRadiusCorners": {
        "topLeft": "10.08px",
        "topRight": "10.08px",
        "bottomRight": "10.08px",
        "bottomLeft": "10.08px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://cdn.prod.website-files.com/6533d795f73c37686196a031/6537457317d2417a8d357a70_Logo-Horizontal%20White%20Text.svg",
    "favicon": "https://cdn.prod.website-files.com/6533d795f73c37686196a031/6593b83bd4eb33d8901468da_Fav.png",
    "ogImage": "https://cdn.prod.website-files.com/6533d795f73c37686196a031/659e1cb2e1ed300c1cca760c_Webflow%20Thumbnail.webp",
    "logoHref": "/",
    "logoAlt": "Unravel Carbon white logo"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 5,
    "reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and the alt text matches the brand name 'Unravel Carbon'.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 2,
      "text": "Request a demo",
      "reasoning": "Button #2 is selected as the primary CTA because it uses the brand's vibrant blue color (#0BA9AE), which is consistent with the primary brand color, and has action-oriented text 'Request a demo'."
    },
    "secondary": {
      "index": 4,
      "text": "Try AI Agents",
      "reasoning": "Button #4 is selected as the secondary CTA because it has a transparent background, providing a clear contrast to the primary button's vibrant color, and offers a secondary action 'Try AI Agents'."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "businesses focused on sustainability"
  },
  "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, links to the homepage, and the alt text matches the brand name 'Unravel Carbon'.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles