Shark is a
cool dark color with the hex code #24292F.
Also known as
"GitHub Dark"
by GitHub
.
This muted hue can be represented as RGB
36, 41, 47 in digital design or CMYK 23%, 13%, 0%, 82% for print applications.
Find matching Pantone color.
Currently, 1 brand uses this color in their visual identity, making it a proven choice for professional branding and web design.
Shark
#24292F aka “GitHub Dark” by GitHub
Shark color values
- HEX
- #24292F
- RGB
- 36, 41, 47
- HSL
- 213°, 13%, 16%
- CMYK
- 23, 13, 0, 82
Shades & tints
About this color
Shark sits at 213° on the color wheel with 13% saturation and 16% lightness, placing it in the blue segment of the spectrum. Its restrained 13% saturation keeps the hue subtle — present but not assertive, making it easy to layer over or under more expressive colors. The lower lightness gives it weight and depth, lending gravity to any palette it enters.
In digital environments, Shark is rendered as rgb(36, 41, 47), where the blue channel is highest at 47, though it sits close to the other channels. Low saturation at this depth produces the kind of sophisticated, near-neutral dark that works for application shells, sidebars, and dark-mode base layers.
For print, Shark translates to a CMYK breakdown of 23C 13M 0Y 82K. The dominant black channel (82%) does most of the tonal work here — cyan, magenta, and yellow contribute minimally, so the printed result will be a deep, near-neutral tone that reads differently from its screen equivalent. In brand applications, this exact value is specified as GitHub Dark.
Color harmonies
Complementary
Analogous
Triadic
Split-Complementary
How to use Shark
CSS Variable
:root {
--brand-primary: #24292F;
--brand-primary-rgb: 36, 41, 47;
} Define as a CSS custom property for consistent theming across your site.
Tailwind Config
colors: {
brand: '#24292F',
}
Add to your Tailwind config to use classes like bg-brand.
Print Design (CMYK)
C: 23%
M: 13%
Y: 0%
K: 82% Use these CMYK values in Adobe Illustrator, InDesign, or print specifications.
RGB for Screens
rgb(36, 41, 47)
rgba(36, 41, 47, 0.8) Use RGB notation for compatibility or add alpha channel for transparency.
Frequently asked questions
What color is #24292F?
What is the RGB value of #24292F?
Is Shark a warm or cool color?
How do I use #24292F in CSS?
background-color: #24292F; or color: #24292F; or as an RGB value: rgb(36, 41, 47). For print design, use CMYK: 23%, 13%, 0%, 82%.