#3a3a3a
Mine Shaft
Closest match (97% match)
Color formats
RGB
rgb(58, 58, 58)
Red, Green, Blue components
HSL
hsl(0, 0, 0, 1)
Hue, Saturation, Lightness
CMYK
cmyk(0, 0, 0, 77)
Print color encoding
Luminance
0.042
Relative luminance
Variations
Shades (Darkening)
Tints (Lightening)
Tones (Reduced saturation)
Harmonies
Click the color slices to copy the code.
Complementary (Opposite)
#3a3a3a
#3a3a3a
Analogous (Adjacent)
#3a3a3a
#3a3a3a
#3a3a3a
Triadic
#3a3a3a
#3a3a3a
#3a3a3a
Split complementary
#3a3a3a
#3a3a3a
#3a3a3a
Intelligent palettes
Four generated color sets for different use cases.
Modern UI and monochrome
ffffff
b9b9b9
3a3a3a
3b3b3b
000000
Marketing and vibrant
3a3a3a
691e3b
3a3a3a
532f3b
FFFFFF
Harmonious and natural
3a3a3a
3a3a3a
3a3a3a
3a3a3a
3a3a3a
Pop Art and trendy
3a3a3a
4f4f4f
532f3b
272727
7b7b7b
Complete conversion table
HEX
#3A3A3A
RGB
rgb(58,58,58)
RGBA
rgba(58,58,58, 1)
HSL
hsl(0,0%,22.75%)
OKLCH (Modern CSS)
oklch(0.35 0.00 NaN)
CSS Variable
--color: #3a3a3a;
CMYK
C: 0% M: 0% Y: 0% K: 77%
Note: Converting web (RGB) colors to print (CMYK) colors is never 100 percent accurate due to physical limitations. Always request a test print before production.
Android ARGB
0xFF3A3A3A
Swift UIColor
UIColor(red: 0.23, green: 0.23, blue: 0.23, alpha: 1.0)
Decimal (int)
3815994
JSON
{ "color": "#3A3A3A" }
CIE LAB
L: 24.4 a: -0.0 b: 0.0
CIE LCH
L: 24.4 C: 0.0 H: NaN
CIE XYZ
N/A
Preview
Readability and Typography
Headline Test
This text demonstrates the reading experience on this background color.
Headline Test
This text demonstrates the reading experience on this background color.
UI Component Set
This is an example alert bar using the selected color.
Product Mockup
4582 •••• •••• 9018
CARDHOLDER
JOHN DOE
VALID
12/28
Mobile application
Customer support
Hi! How can we help you today?
I love this new color! 😍
Data visualization
Weekly growth
+1,240
12.5%1D
1W
1M
WED
2,450
Font recommendations
Professional font pairings that perfectly match the color. Click the CSS button to copy.
Modern
We tell stories with colors
Aa
Choosing the right typeface is key to brand identity and user experience.
700 Bold
'Inter'
400 Regular
'Inter'
Technological
We tell stories with colors
Aa
Choosing the right typeface is key to brand identity and user experience.
700 Bold
'JetBrains Mono'
400 Regular
-apple-system
Futuristic
We tell stories with colors
Aa
Choosing the right typeface is key to brand identity and user experience.
700 Bold
'Orbitron'
400 Regular
'Rajdhani'
Brutalist
We tell stories with colors
Aa
Choosing the right typeface is key to brand identity and user experience.
700 Bold
'Oswald'
400 Regular
'Arial Black'
Accessibility
Contrast and readability (WCAG)
On white background
11.37
Small text (14pt)
The quick brown fox jumps over...
AA
AAA
Large text or UI (18pt Bold)
AA
AAA
On black background
1.85
Small text (14pt)
The quick brown fox jumps over...
AA
AAA
Large text or UI (18pt Bold)
AA
AAA
Color blindness simulator
ORIG
SIM
Protanopia (red)
ORIG
SIM
Deuteranopia (green)
ORIG
SIM
Tritanopia (blue)
ORIG
SIM
Monochrome (color blind)
Color Psychology
Emotional, psychological, and cultural impact of the color with scientifically grounded analysis.
Dominant vibe
Balance
"A cornerstone of modern minimalism. Intellectual, uncompromising, and technological. It conveys stability without emotional extremes."
Color personality description
Emotional effects
Symbolic meanings
Recommended industries
Potential negative effects
Color laboratory
Fine tuning and blending. Adjust lightness, saturation, or mix with another color.
Base
#3A3A3A
Result
#3A3A3A
Lightness
Saturation
Hue
Temperature
Mix color
Mix color
#808080
Mix ratio
50%Base
#3A3A3A
0%+
Mix color
#808080
100%Result
#5C5C5C
50% MixMixing guide
How to mix this color using physical paints or printing inks.
MIXING PALETTE
100%
RYB PIGMENTS
Ivory black
Pigment
100%
Unlike light, mixing paints makes colors darker. This simulation mimics the behavior of physical pigments.
INK LEVELS
77%
KEY
CMYK INKS
Black (Key)
Ink
77%
Physical properties
Scientific data of the color: optics and energy.
Wavelength
N/A
750nm
380nm
Color temperature
Neutral
Cool
Warm
Luminance (brightness)
4.2%
Sötét / Dark
0%
50%
100%
Intelligent Library Matching
Compare your color with industry standards and design systems. Results show similar or exact matches from multiple color libraries.
Tailwind CSS
Original
Standard
neutral-700
#404040
ΔE: 2.0
Google Material
Original
Standard
Grey 800
#424242
ΔE: 2.6
CSS Color Name
Original
Standard
DarkSlateGray
#2F4F4F
ΔE: 13.8
Apple System (iOS)
Original
Standard
System Graphite
#48484A
ΔE: 4.9
Pantone (PMS)
Original
Standard
PMS 19-4305 pirate-black
#363838
ΔE: 1.5
RAL Classic
Original
Standard
RAL 7021 Black grey
#2F3234
ΔE: 3.4
Copic Marker
Original
Standard
Toner Gray No.9
#53504d
ΔE: 7.8
Code
CSS variable
1
2
3
4
5
:root {
--color-primary: #3a3a3a;
--rgb-primary: 58, 58, 58;
}SCSS variable
1
2
3
4
5
$color-primary: #3a3a3a;
$rgb-primary: (58, 58, 58);Tailwind config
1
2
3
4
5
// tailwind.config.js
module.exports = {
theme: {
extend: {
colors: {
'primary': '#3a3a3a',
}
}
}
}React Native
1
2
3
4
5
const styles = StyleSheet.create({
container: {
backgroundColor: '#3a3a3a',
},
text: {
color: '#3a3a3a',
}
});SwiftUI (iOS)
1
2
3
4
5
// SwiftUI
let primaryColor = Color(
red: 0.22745098039215686,
green: 0.22745098039215686,
blue: 0.22745098039215686
)Full JSON data
1
2
3
4
5
{
"name": "Mine Shaft",
"hex": "#3a3a3a",
"rgb": {
"r": 58,
"g": 58,
"b": 58
},
"hsl": {
"h": 0,
"s": 0,
"l": 23
}
}Gradient gallery
Generate premium CSS backgrounds and textures from your color.
Sunset
Deep sea
Dynamic contrast
Night duotone
Icy duotone
Soft mist
Aurora borealis
Neon mesh
Color wheel
Radar
Spotlight
Grainy paper
Retro stripes