Shades of Graphite #343128
Tints of Graphite #343128
RGB
CMYK
RGB Variations
Color information
#343128 (or 0x343128) is known color: Graphite. HEX triplet: 34, 31 and 28. RGB value is (52,49,40). Sum of RGB (Red+Green+Blue) = 52+49+40=141 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.88% from 141); Green value is 49 (19.53% from 255 or 34.75% from 141); Blue value is 40 (16.02% from 255 or 28.37% from 141); Max value from RGB is 52 - color contains mainly: red. Hex color #343128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343128 is #CBCED7. Grayscale: #303030. Windows color (decimal): -13356760 or 2634036. OLE color: 2634036.
HSL color Cylindrical-coordinate representation of color #343128: hue angle of 45º degrees, saturation: 0.13, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #343128 is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 49 | 40 | - |
| CMYK | 0 | 0.06 | 0.23 | 0.80 |
| HSL | 45º | 0.13% | 0.18% | - |
| HSV(B) | 45º | 0.23% | 0.2% | - |
| XYZ | 2.9 | 3.08 | 2.45 | - |
| YUV | 48.87 | 122.99 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 49 | 40 | 0 | 0.06 | 0.23 | 0.80 | 45 | 0.13 | 0.18 |
| Hex | 34 | 31 | 28 | 0 | 6 | 17 | 50 | 2D | D | 12 |
| Octal | 64 | 61 | 50 | 0 | 6 | 27 | 120 | 55 | 15 | 22 |
| Binary | 110100 | 110001 | 101000 | 0 | 110 | 10111 | 1010000 | 101101 | 1101 | 10010 |
Color Harmonies of #343128
Complementary color
Monochromatic Colors of #343128
Black with #343128
Text Example
Text Example
White with #343128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343128; }
p { color: rgb(52,49,40); }
H1.HeaderClassName
{
color: #343128;
}
.AnyTagClassName
{
color: #343128;
}
</style>
background-color css
<style>
a { background-color: #343128; }
a { background-color: rgb(52,49,40); }
div.DivClassName
{
background-color: #343128;
}
.BgClassName
{
background-color: #343128;
}
</style>
border-color css
<style>
span { border-color: #343128; }
span { border-color: rgb(52,49,40); }
td.TdClassName
{
border-color: #343128;
}
.TagClassName
{
border-color: #343128;
}
</style>