Shades of Graphite #343229
Tints of Graphite #343229
RGB
CMYK
RGB Variations
Color information
#343229 (or 0x343229) is known color: Graphite. HEX triplet: 34, 32 and 29. RGB value is (52,50,41). Sum of RGB (Red+Green+Blue) = 52+50+41=143 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.36% from 143); Green value is 50 (19.92% from 255 or 34.97% from 143); Blue value is 41 (16.41% from 255 or 28.67% from 143); Max value from RGB is 52 - color contains mainly: red. Hex color #343229 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343229 is #CBCDD6. Grayscale: #313131. Windows color (decimal): -13356503 or 2699828. OLE color: 2699828.
HSL color Cylindrical-coordinate representation of color #343229: hue angle of 49.09º 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 #343229 is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 50 | 41 | - |
| CMYK | 0 | 0.04 | 0.21 | 0.80 |
| HSL | 49.09º | 0.12% | 0.18% | - |
| HSV(B) | 49.09º | 0.21% | 0.2% | - |
| XYZ | 2.96 | 3.17 | 2.55 | - |
| YUV | 49.57 | 123.16 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 50 | 41 | 0 | 0.04 | 0.21 | 0.80 | 49.09 | 0.12 | 0.18 |
| Hex | 34 | 32 | 29 | 0 | 4 | 15 | 50 | 31 | C | 12 |
| Octal | 64 | 62 | 51 | 0 | 4 | 25 | 120 | 61 | 14 | 22 |
| Binary | 110100 | 110010 | 101001 | 0 | 100 | 10101 | 1010000 | 110001 | 1100 | 10010 |
Color Harmonies of #343229
Complementary color
Monochromatic Colors of #343229
Black with #343229
Text Example
Text Example
White with #343229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343229; }
p { color: rgb(52,50,41); }
H1.HeaderClassName
{
color: #343229;
}
.AnyTagClassName
{
color: #343229;
}
</style>
background-color css
<style>
a { background-color: #343229; }
a { background-color: rgb(52,50,41); }
div.DivClassName
{
background-color: #343229;
}
.BgClassName
{
background-color: #343229;
}
</style>
border-color css
<style>
span { border-color: #343229; }
span { border-color: rgb(52,50,41); }
td.TdClassName
{
border-color: #343229;
}
.TagClassName
{
border-color: #343229;
}
</style>