maverickx.json
MaverickX Brand Identity
A complete profile of MaverickX's visual system — colors, typography, components, and personality — extracted from https://www.MaverickX.com. Built for designers, agents, and AI tools.
Quick Facts
| Field | Value |
|---|---|
| Primary | #035B6A |
| Accent | #000000 |
| Body Font | Inter |
| Heading Font | Inter Tight |
Color Palette
- primary: #035B6A
- secondary: #011215
- accent: #000000
- background: #000000
- textPrimary: #000000
- link: #001311
Typography
- primary: Inter — https://fonts.google.com/specimen/Inter
- heading: Inter Tight — https://fonts.google.com/specimen/Inter+Tight
Visual Assets
- Logo:
- Favicon:
- Social card (og:image):
UI Components
- buttonPrimary: background=#000000, textColor=#FFFFFF, borderColor=#4D4D4D, borderRadius=0px, shadow=none
- buttonSecondary: background=#FDFDFD, textColor=#212121, borderColor=#FDFDFD, borderRadius=0px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: business professionals and industry leaders
MaverickX Brand in the Wild
- PetroX | Oil & Gas Chemistry Solutions | Maverick X
- Image:
- Source: PetroX
- PetroX | Oil & Gas Chemistry Solutions | Maverick X
- Image:
- Source: PetroX
- LithX | Mining & Metals Solutions | Maverick X
- Image:
- Source: LithX
- PetroX | Oil & Gas Chemistry Solutions | Maverick X
- Image:
- Source: PetroX
- HydroX | Water Treatment Solutions | Maverick X
- Image:
- Source: HydroX
- PetroX | Oil & Gas Chemistry Solutions | Maverick X
- Image:
- Source: PetroX
Working with these fonts
Not found on Google Fonts? Here is a suggested flow that can help:
- Open the company's homepage in a browser with DevTools open.
- In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
- Hard-reload the page and click around — some weights only load on specific routes.
- For each captured font URL: right-click → Save As to download the file locally.
- View the page's CSS 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.