Shades of Graphite #342F1D
Tints of Graphite #342F1D
RGB
CMYK
RGB Variations
Color information
#342F1D (or 0x342F1D) is known color: Graphite. HEX triplet: 34, 2F and 1D. RGB value is (52,47,29). Sum of RGB (Red+Green+Blue) = 52+47+29=128 (16% of max value = 765). Red value is 52 (20.70% from 255 or 40.62% from 128); Green value is 47 (18.75% from 255 or 36.72% from 128); Blue value is 29 (11.72% from 255 or 22.66% from 128); Max value from RGB is 52 - color contains mainly: red. Hex color #342F1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342F1D is #CBD0E2. Grayscale: #2E2E2E. Windows color (decimal): -13357283 or 1912628. OLE color: 1912628.
HSL color Cylindrical-coordinate representation of color #342F1D: hue angle of 46.96º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #342F1D is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 47 | 29 | - |
| CMYK | 0 | 0.10 | 0.44 | 0.80 |
| HSL | 46.96º | 0.28% | 0.16% | - |
| HSV(B) | 46.96º | 0.44% | 0.2% | - |
| XYZ | 2.65 | 2.85 | 1.57 | - |
| YUV | 46.44 | 118.16 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 47 | 29 | 0 | 0.10 | 0.44 | 0.80 | 46.96 | 0.28 | 0.16 |
| Hex | 34 | 2F | 1D | 0 | A | 2C | 50 | 2F | 1C | 10 |
| Octal | 64 | 57 | 35 | 0 | 12 | 54 | 120 | 57 | 34 | 20 |
| Binary | 110100 | 101111 | 11101 | 0 | 1010 | 101100 | 1010000 | 101111 | 11100 | 10000 |
Color Harmonies of #342F1D
Complementary color
Monochromatic Colors of #342F1D
Black with #342F1D
Text Example
Text Example
White with #342F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342F1D; }
p { color: rgb(52,47,29); }
H1.HeaderClassName
{
color: #342F1D;
}
.AnyTagClassName
{
color: #342F1D;
}
</style>
background-color css
<style>
a { background-color: #342F1D; }
a { background-color: rgb(52,47,29); }
div.DivClassName
{
background-color: #342F1D;
}
.BgClassName
{
background-color: #342F1D;
}
</style>
border-color css
<style>
span { border-color: #342F1D; }
span { border-color: rgb(52,47,29); }
td.TdClassName
{
border-color: #342F1D;
}
.TagClassName
{
border-color: #342F1D;
}
</style>