Shades of Graphite #342F1F
Tints of Graphite #342F1F
RGB
CMYK
RGB Variations
Color information
#342F1F (or 0x342F1F) is known color: Graphite. HEX triplet: 34, 2F and 1F. RGB value is (52,47,31). Sum of RGB (Red+Green+Blue) = 52+47+31=130 (17% of max value = 765). Red value is 52 (20.70% from 255 or 40% from 130); Green value is 47 (18.75% from 255 or 36.15% from 130); Blue value is 31 (12.5% from 255 or 23.85% from 130); Max value from RGB is 52 - color contains mainly: red. Hex color #342F1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342F1F is #CBD0E0. Grayscale: #2E2E2E. Windows color (decimal): -13357281 or 2043700. OLE color: 2043700.
HSL color Cylindrical-coordinate representation of color #342F1F: hue angle of 45.71º degrees, saturation: 0.25, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #342F1F is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 47 | 31 | - |
| CMYK | 0 | 0.10 | 0.40 | 0.80 |
| HSL | 45.71º | 0.25% | 0.16% | - |
| HSV(B) | 45.71º | 0.4% | 0.2% | - |
| XYZ | 2.68 | 2.86 | 1.71 | - |
| YUV | 46.67 | 119.16 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 47 | 31 | 0 | 0.10 | 0.40 | 0.80 | 45.71 | 0.25 | 0.16 |
| Hex | 34 | 2F | 1F | 0 | A | 28 | 50 | 2E | 19 | 10 |
| Octal | 64 | 57 | 37 | 0 | 12 | 50 | 120 | 56 | 31 | 20 |
| Binary | 110100 | 101111 | 11111 | 0 | 1010 | 101000 | 1010000 | 101110 | 11001 | 10000 |
Color Harmonies of #342F1F
Complementary color
Monochromatic Colors of #342F1F
Black with #342F1F
Text Example
Text Example
White with #342F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342F1F; }
p { color: rgb(52,47,31); }
H1.HeaderClassName
{
color: #342F1F;
}
.AnyTagClassName
{
color: #342F1F;
}
</style>
background-color css
<style>
a { background-color: #342F1F; }
a { background-color: rgb(52,47,31); }
div.DivClassName
{
background-color: #342F1F;
}
.BgClassName
{
background-color: #342F1F;
}
</style>
border-color css
<style>
span { border-color: #342F1F; }
span { border-color: rgb(52,47,31); }
td.TdClassName
{
border-color: #342F1F;
}
.TagClassName
{
border-color: #342F1F;
}
</style>