Shades of Graphite #342F1C
Tints of Graphite #342F1C
RGB
CMYK
RGB Variations
Color information
#342F1C (or 0x342F1C) is known color: Graphite. HEX triplet: 34, 2F and 1C. RGB value is (52,47,28). Sum of RGB (Red+Green+Blue) = 52+47+28=127 (16% of max value = 765). Red value is 52 (20.70% from 255 or 40.94% from 127); Green value is 47 (18.75% from 255 or 37.01% from 127); Blue value is 28 (11.33% from 255 or 22.05% from 127); Max value from RGB is 52 - color contains mainly: red. Hex color #342F1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342F1C is #CBD0E3. Grayscale: #2E2E2E. Windows color (decimal): -13357284 or 1847092. OLE color: 1847092.
HSL color Cylindrical-coordinate representation of color #342F1C: hue angle of 47.5º degrees, saturation: 0.3, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #342F1C is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 47 | 28 | - |
| CMYK | 0 | 0.10 | 0.46 | 0.80 |
| HSL | 47.5º | 0.3% | 0.16% | - |
| HSV(B) | 47.5º | 0.46% | 0.2% | - |
| XYZ | 2.64 | 2.85 | 1.51 | - |
| YUV | 46.33 | 117.66 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 47 | 28 | 0 | 0.10 | 0.46 | 0.80 | 47.5 | 0.3 | 0.16 |
| Hex | 34 | 2F | 1C | 0 | A | 2E | 50 | 30 | 1E | 10 |
| Octal | 64 | 57 | 34 | 0 | 12 | 56 | 120 | 60 | 36 | 20 |
| Binary | 110100 | 101111 | 11100 | 0 | 1010 | 101110 | 1010000 | 110000 | 11110 | 10000 |
Color Harmonies of #342F1C
Complementary color
Monochromatic Colors of #342F1C
Black with #342F1C
Text Example
Text Example
White with #342F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342F1C; }
p { color: rgb(52,47,28); }
H1.HeaderClassName
{
color: #342F1C;
}
.AnyTagClassName
{
color: #342F1C;
}
</style>
background-color css
<style>
a { background-color: #342F1C; }
a { background-color: rgb(52,47,28); }
div.DivClassName
{
background-color: #342F1C;
}
.BgClassName
{
background-color: #342F1C;
}
</style>
border-color css
<style>
span { border-color: #342F1C; }
span { border-color: rgb(52,47,28); }
td.TdClassName
{
border-color: #342F1C;
}
.TagClassName
{
border-color: #342F1C;
}
</style>