# Algoriz Brand Identity A complete profile of **Algoriz**'s visual system — colors, typography, components, and personality — extracted from http://www.algoriz.com. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/algoriz - Machine-readable JSON: https://characterquilt.com/branding/algoriz.json - Per-page llms.txt: https://characterquilt.com/branding/algoriz/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #000000 | | Accent | #000000 | | Body Font | Times New Roman | | Heading Font | Times New Roman | ## Color Palette - primary: #000000 - accent: #000000 - background: #FFFFFF - textPrimary: #000000 - link: #000000 ## Typography - primary: Times New Roman — https://fonts.google.com/specimen/Times+New+Roman - heading: Times New Roman — https://fonts.google.com/specimen/Times+New+Roman ## Brand Personality Tone: professional · Energy: medium · Audience: unknown ## Algoriz Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **Algoriz Review 2026 - Is Algoriz Safe & Legit?** - Image: https://captainaltcoin.com/wp-content/uploads/2022/01/EXCHANGE-REVIEW-2022-01-09T201509.251.png - Source: https://captainaltcoin.com/algoriz-review/ - **Algoriz | LinkedIn** - Image: https://media.licdn.com/dms/image/v2/C4D0BAQFBLKr1R0omuQ/company-logo_200_200/company-logo_200_200/0/1631336410933?e=2147483647&v=beta&t=CabhNSNSvMQe9Vv5x9wGp99VJsbYhPJg4YQmicj1AMg - Source: https://www.linkedin.com/company/algoriz - **13 Best AI Stock Trading Software & App for Stock Market Analysis** - Image: https://cdn.techjockey.com/blog/wp-content/uploads/2023/05/31185735/Algoriz-ai-stock-trading-software.jpg - Source: https://www.techjockey.com/blog/ai-stock-trading-software?srsltid=AfmBOoq9Xu7kcCEXNP1c7PztTb94b2q2hqR1aHwBSA-AIPyu9nPzwd9G - **Fireside Startups: Algoriz. Algoriz allows traders to enter desired… | by Josh Khalili | Medium** - Image: https://miro.medium.com/v2/resize:fit:600/0*Uc7Arsx5j5I8yscS. - Source: https://medium.com/@joshkhalili7/fireside-startups-algoriz-c47b807aaf76 - **Algoriz Review 2026 - Is Algoriz Safe & Legit?** - Image: https://captainaltcoin.com/wp-content/uploads/2022/01/image-89-1024x572.png - Source: https://captainaltcoin.com/algoriz-review/ - **Prodsmart VS Algoriz - compare differences & reviews?** - Image: https://cdn-b.saashub.com/images/app/screenshots/31/56950d4c461e/landing-original.jpg?1695405197 - Source: https://www.saashub.com/compare-prodsmart-vs-algoriz ## 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": "Times New Roman", "count": 4 } ], "colors": { "primary": "#000000", "accent": "#000000", "background": "#FFFFFF", "textPrimary": "#000000", "link": "#000000" }, "typography": { "fontFamilies": { "primary": "Times New Roman", "heading": "Times New Roman" }, "fontStacks": { "body": [ "Times New Roman" ], "heading": [ "Times New Roman" ], "paragraph": [ "Times New Roman" ] }, "fontSizes": { "h1": "32px", "h2": "32px", "body": "16px" } }, "spacing": { "baseUnit": 8, "borderRadius": "0px" }, "components": {}, "images": { "logo": null, "favicon": null, "ogImage": null }, "personality": { "tone": "professional", "energy": "medium", "targetAudience": "unknown" }, "designSystem": { "framework": "unknown", "componentLibrary": "" }, "confidence": { "buttons": 0, "colors": 0, "overall": 0 }, "__llm_metadata": { "logoSelection": { "llmCalled": false, "llmSucceeded": false, "finalSource": "none", "rawLogoSelection": { "selectedLogoIndex": -1, "selectedLogoReasoning": "LLM failed", "confidence": 0 } }, "buttonClassification": { "llmCalled": false, "llmSucceeded": false, "error": "LLM call failed or returned fallback values" } } } ```