Shades of Graphite #343129
Tints of Graphite #343129
RGB
CMYK
RGB Variations
Color information
#343129 (or 0x343129) is known color: Graphite. HEX triplet: 34, 31 and 29. RGB value is (52,49,41). Sum of RGB (Red+Green+Blue) = 52+49+41=142 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.62% from 142); Green value is 49 (19.53% from 255 or 34.51% from 142); Blue value is 41 (16.41% from 255 or 28.87% from 142); Max value from RGB is 52 - color contains mainly: red. Hex color #343129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343129 is #CBCED6. Grayscale: #313131. Windows color (decimal): -13356759 or 2699572. OLE color: 2699572.
HSL color Cylindrical-coordinate representation of color #343129: hue angle of 43.64º degrees, saturation: 0.12, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #343129 is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 49 | 41 | - |
| CMYK | 0 | 0.06 | 0.21 | 0.80 |
| HSL | 43.64º | 0.12% | 0.18% | - |
| HSV(B) | 43.64º | 0.21% | 0.2% | - |
| XYZ | 2.91 | 3.09 | 2.54 | - |
| YUV | 48.99 | 123.49 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 49 | 41 | 0 | 0.06 | 0.21 | 0.80 | 43.64 | 0.12 | 0.18 |
| Hex | 34 | 31 | 29 | 0 | 6 | 15 | 50 | 2C | C | 12 |
| Octal | 64 | 61 | 51 | 0 | 6 | 25 | 120 | 54 | 14 | 22 |
| Binary | 110100 | 110001 | 101001 | 0 | 110 | 10101 | 1010000 | 101100 | 1100 | 10010 |
Color Harmonies of #343129
Complementary color
Monochromatic Colors of #343129
Black with #343129
Text Example
Text Example
White with #343129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343129; }
p { color: rgb(52,49,41); }
H1.HeaderClassName
{
color: #343129;
}
.AnyTagClassName
{
color: #343129;
}
</style>
background-color css
<style>
a { background-color: #343129; }
a { background-color: rgb(52,49,41); }
div.DivClassName
{
background-color: #343129;
}
.BgClassName
{
background-color: #343129;
}
</style>
border-color css
<style>
span { border-color: #343129; }
span { border-color: rgb(52,49,41); }
td.TdClassName
{
border-color: #343129;
}
.TagClassName
{
border-color: #343129;
}
</style>