Shades of Graphite #342F21
Tints of Graphite #342F21
RGB
CMYK
RGB Variations
Color information
#342F21 (or 0x342F21) is known color: Graphite. HEX triplet: 34, 2F and 21. RGB value is (52,47,33). Sum of RGB (Red+Green+Blue) = 52+47+33=132 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.39% from 132); Green value is 47 (18.75% from 255 or 35.61% from 132); Blue value is 33 (13.28% from 255 or 25% from 132); Max value from RGB is 52 - color contains mainly: red. Hex color #342F21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342F21 is #CBD0DE. Grayscale: #2E2E2E. Windows color (decimal): -13357279 or 2174772. OLE color: 2174772.
HSL color Cylindrical-coordinate representation of color #342F21: hue angle of 44.21º degrees, saturation: 0.22, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #342F21 is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 47 | 33 | - |
| CMYK | 0 | 0.10 | 0.37 | 0.80 |
| HSL | 44.21º | 0.22% | 0.17% | - |
| HSV(B) | 44.21º | 0.37% | 0.2% | - |
| XYZ | 2.71 | 2.87 | 1.85 | - |
| YUV | 46.9 | 120.16 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 47 | 33 | 0 | 0.10 | 0.37 | 0.80 | 44.21 | 0.22 | 0.17 |
| Hex | 34 | 2F | 21 | 0 | A | 25 | 50 | 2C | 16 | 11 |
| Octal | 64 | 57 | 41 | 0 | 12 | 45 | 120 | 54 | 26 | 21 |
| Binary | 110100 | 101111 | 100001 | 0 | 1010 | 100101 | 1010000 | 101100 | 10110 | 10001 |
Color Harmonies of #342F21
Complementary color
Monochromatic Colors of #342F21
Black with #342F21
Text Example
Text Example
White with #342F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342F21; }
p { color: rgb(52,47,33); }
H1.HeaderClassName
{
color: #342F21;
}
.AnyTagClassName
{
color: #342F21;
}
</style>
background-color css
<style>
a { background-color: #342F21; }
a { background-color: rgb(52,47,33); }
div.DivClassName
{
background-color: #342F21;
}
.BgClassName
{
background-color: #342F21;
}
</style>
border-color css
<style>
span { border-color: #342F21; }
span { border-color: rgb(52,47,33); }
td.TdClassName
{
border-color: #342F21;
}
.TagClassName
{
border-color: #342F21;
}
</style>