# XGenomes Brand Identity A complete profile of **XGenomes**'s visual system — colors, typography, components, and personality — extracted from http://www.xgenomes.com. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/xgenomes - Machine-readable JSON: https://characterquilt.com/branding/xgenomes.json - Per-page llms.txt: https://characterquilt.com/branding/xgenomes/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #B83333 | | Accent | #3898EC | | Body Font | Raleway | | Heading Font | Raleway | ## Color Palette - primary: #B83333 - secondary: #0082F3 - accent: #3898EC - background: #F3F1EF - textPrimary: #191919 - link: #3898EC ## Typography - primary: Raleway — https://fonts.google.com/specimen/Raleway - heading: Raleway — https://fonts.google.com/specimen/Raleway ## Visual Assets - Logo: https://cdn.prod.website-files.com/68f6deb76235f3dc30747123/68f6deb76235f3dc3074713b_XGenomes%20wordmark%20helvetica-neue%20new-red.svg - Favicon: https://cdn.prod.website-files.com/68f6deb76235f3dc30747123/68f6e74fc85023044008a5db_Website%20small%20icon.png ## Brand Personality Tone: professional · Energy: medium · Audience: unknown ## XGenomes Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **XGenomes** - Image: https://cdn.prod.website-files.com/68f6deb76235f3dc30747123/68f6deb76235f3dc30747162_Screenshot%202025-07-31%20at%203.36.02%E2%80%AFPM.png - Source: https://www.xgenomes.com/ - **XGenomes** - Image: https://cdn.prod.website-files.com/68f6deb76235f3dc30747123/68f6deb76235f3dc30747160_EXP0623_i02_contrast_adjust_cropped_trimmed_square_2.gif - Source: https://www.xgenomes.com/ - **Domenic Narducci - Director at XGenomes | MIT PhD | LinkedIn** - Image: https://media.licdn.com/dms/image/v2/D4E16AQHeaPDFwreMyg/profile-displaybackgroundimage-shrink_200_800/B4EZibPAN6HgAU-/0/1754951060336?e=2147483647&v=beta&t=8WwOcr7OfKRRwQf3QTuxtiEMb_tXqbYtrHTkYP6hRhw - Source: https://www.linkedin.com/in/domenic-narducci-5639bb94 - **New England's Y-Combinator Companies | by Matt Snow | Storied | Medium** - Image: https://miro.medium.com/v2/resize:fit:2872/1*HwVCYnTBtE1iYAnp1BTk7g.png - Source: https://medium.com/the-startup-buzz/new-englands-y-combinator-companies-6db025d72b2 - **Kalim Mir - XGenomes Corp. | LinkedIn** - Image: https://media.licdn.com/dms/image/v2/C4E03AQE4iEhqjzWfZA/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1556404934584?e=2147483647&v=beta&t=SgLfNYe4L_TxAdK5PVyf32cHFJeM3NePoofkCctCuRo - Source: https://www.linkedin.com/in/kalim-mir-b8037310 - **Amazon.com: The Sacred Encounter Xgenomes: Penetration eBook : Mamba, Samora: Books** - Image: https://m.media-amazon.com/images/I/61KAZc-aM5L._UF350,350_QL50_.jpg - Source: https://www.amazon.com/Sacred-Encounter-Xgenomes-Penetration-ebook/dp/B0B8RVLLMC ## 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": "Raleway", "role": "body" } ], "colors": { "primary": "#B83333", "secondary": "#0082F3", "accent": "#3898EC", "background": "#F3F1EF", "textPrimary": "#191919", "link": "#3898EC" }, "typography": { "fontFamilies": { "primary": "Raleway", "heading": "Raleway" }, "fontStacks": { "heading": [ "Raleway", "sans-serif" ], "body": [ "Raleway", "sans-serif" ], "paragraph": [ "Raleway", "sans-serif" ] }, "fontSizes": { "h1": "98px", "h2": "77px", "body": "28px" } }, "spacing": { "baseUnit": 4, "borderRadius": "0px" }, "components": {}, "images": { "logo": "https://cdn.prod.website-files.com/68f6deb76235f3dc30747123/68f6deb76235f3dc3074713b_XGenomes%20wordmark%20helvetica-neue%20new-red.svg", "favicon": "https://cdn.prod.website-files.com/68f6deb76235f3dc30747123/68f6e74fc85023044008a5db_Website%20small%20icon.png", "ogImage": null }, "__llm_logo_reasoning": { "selectedIndex": 0, "reasoning": "Logo rejected: Red flags detected (menu word). Selected #0 because it is visible, medium-sized, located in the header, and links to the homepage, which are strong indicators of a primary brand logo.", "confidence": 0.9, "rejected": true, "source": "llm" }, "personality": { "tone": "professional", "energy": "medium", "targetAudience": "unknown" }, "designSystem": { "framework": "custom", "componentLibrary": "" }, "confidence": { "buttons": 0, "colors": 0.95, "overall": 0.475 }, "__llm_metadata": { "logoSelection": { "llmCalled": true, "llmSucceeded": true, "finalSource": "llm", "rawLogoSelection": { "selectedLogoIndex": 0, "selectedLogoReasoning": "Selected #0 because it is visible, medium-sized, located in the header, and links to the homepage, which are strong indicators of a primary brand logo.", "confidence": 0.9 } }, "buttonClassification": { "llmCalled": false, "llmSucceeded": false } } } ```