Skip to main content

Shark

#24292F aka “GitHub Dark” by GitHub

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 color values

HEX
#24292F
RGB
36, 41, 47
HSL
213°, 13%, 16%
CMYK
23, 13, 0, 82

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.

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.

Brands using Shark

1 brand uses this color in their identity

Frequently asked questions

What color is #24292F?
#24292F is Shark, a cool dark color with RGB values of 36, 41, 47. It has a hue of 213°, 13% saturation, and 16% lightness in the HSL color space.
What is the RGB value of #24292F?
The RGB color code for #24292F is rgb(36, 41, 47). This means it contains 36 red, 41 green, and 47 blue in the RGB color model.
Is Shark a warm or cool color?
Shark (#24292F) is a cool color with a hue between 120-300° on the color wheel.
How do I use #24292F in CSS?
You can use #24292F in CSS with: background-color: #24292F; or color: #24292F; or as an RGB value: rgb(36, 41, 47). For print design, use CMYK: 23%, 13%, 0%, 82%.