# Sublime Black Brand Identity A complete profile of **Sublime Black**'s visual system — colors, typography, components, and personality — extracted from http://sublimeblack.com. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/sublime-black - Machine-readable JSON: https://characterquilt.com/branding/sublime-black.json - Per-page llms.txt: https://characterquilt.com/branding/sublime-black/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #FB7D33 | | Accent | #0000EE | | Body Font | Helvetica Neue | | Heading Font | Helvetica Neue | ## Color Palette - primary: #FB7D33 - accent: #0000EE - background: #FFFFFF - textPrimary: #0000EE - link: #0000EE ## Typography - primary: Helvetica Neue — https://fonts.google.com/specimen/Helvetica+Neue - heading: Helvetica Neue — https://fonts.google.com/specimen/Helvetica+Neue ## Visual Assets - Favicon: https://www.wix.com/favicon.ico ## Brand Personality Tone: professional · Energy: low · Audience: unknown ## Sublime Black Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **Sublime Black and White With Lou Dog Poster 24 x 36** - Image: http://www.posteramerica.com/cdn/shop/files/sublime-black-and-white-with-lou-dog-poster-24-x-36-196.jpg?v=1690250193 - Source: https://www.posteramerica.com/products/sublime-black-and-white-with-lou-dog-poster-24-x-36?srsltid=AfmBOorX9YXwptBpfzVZsmOJZzma-xWwgDaZnSDp3TjS1gQX2IfS2rVz - **Black Albums! : r/sublime** - Image: https://preview.redd.it/black-albums-v0-p55arcbt1dfc1.jpeg?auto=webp&s=701da1723d0180ac7a2560666ed8bc830b3a78e8 - Source: https://www.reddit.com/r/sublime/comments/1adsoo6/black_albums/ - **Dye-sublimation 项目:: Photos, videos, logos, illustrations and branding :: Behance** - Image: https://mir-s3-cdn-cf.behance.net/projects/404/ab3645203795035.Y3JvcCwyODc4LDIyNTEsMCww.png - Source: https://www.behance.net/search/projects/dye-sublimation?locale=zh - **Sublime x Chaz Script T-Shirt - Black 2XL** - Image: http://sublimelbc.store/cdn/shop/files/Black-tee.png?v=1713843649 - Source: https://sublimelbc.store/products/sublime-x-chaz-script-t-shirt-black?srsltid=AfmBOorY1e8ArfD3ATXpZTqrXNRwx26QPOu6IujwNWod3DGLVV6MXrUf - **Riverstone: A Digital Anatomy. A Premise: By their signs shall you… | by Ian O'Reilly | Medium** - Image: https://miro.medium.com/v2/resize:fit:1400/1*rlOefWEwdKq6Xd9Xd4COIA.png - Source: https://medium.com/@troublesomeian/riverstone-a-digital-anatomy-c3790a53b23f - **686 Men's Sublime Tioga Fleece Hoodie, Sublime Black / XXL** - Image: https://www.686.com/cdn/shop/files/M5WNFLC125_SUBLIME-BLACK_6.jpg?v=1757353730&width=2000 - Source: https://www.686.com/products/mens-686-sublime-tioga-fleece-pullover ## Working with these fonts 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. ## Machine-Readable Profile ```json { "colorScheme": "light", "fonts": [ { "family": "Helvetica Neue", "role": "body" }, { "family": "Times New Roman", "role": "unknown" } ], "colors": { "primary": "#FB7D33", "accent": "#0000EE", "background": "#FFFFFF", "textPrimary": "#0000EE", "link": "#0000EE" }, "typography": { "fontFamilies": { "primary": "Helvetica Neue", "heading": "Helvetica Neue" }, "fontStacks": { "heading": [ "HelveticaNeueW01-55Roma", "HelveticaNeueW02-55Roma", "HelveticaNeueW10-55Roma", "sans-serif" ], "body": [ "Times New Roman" ], "paragraph": [ "Times New Roman" ] }, "fontSizes": { "h1": "34px", "h2": "34px", "body": "16px" } }, "spacing": { "baseUnit": 8, "borderRadius": "0px" }, "components": {}, "images": { "logo": null, "favicon": "https://www.wix.com/favicon.ico", "ogImage": null }, "__llm_button_reasoning": { "primary": { "index": -1, "text": "N/A", "reasoning": "Both buttons have the same background color and lack vibrant, action-oriented text, making it difficult to determine a primary CTA." }, "secondary": { "index": -1, "text": "N/A", "reasoning": "Since both buttons share the same color and no vibrant primary button exists, no valid secondary button can be selected." }, "confidence": 0.5 }, "personality": { "tone": "professional", "energy": "low", "targetAudience": "unknown" }, "designSystem": { "framework": "custom", "componentLibrary": "" }, "confidence": { "buttons": 0.5, "colors": 0.8, "overall": 0.65 }, "__llm_metadata": { "logoSelection": { "llmCalled": false, "llmSucceeded": false, "finalSource": "none" }, "buttonClassification": { "llmCalled": true, "llmSucceeded": true } } } ```