Shades of Graphite #343122
Tints of Graphite #343122
RGB
CMYK
RGB Variations
Color information
#343122 (or 0x343122) is known color: Graphite. HEX triplet: 34, 31 and 22. RGB value is (52,49,34). Sum of RGB (Red+Green+Blue) = 52+49+34=135 (17% of max value = 765). Red value is 52 (20.70% from 255 or 38.52% from 135); Green value is 49 (19.53% from 255 or 36.30% from 135); Blue value is 34 (13.67% from 255 or 25.19% from 135); Max value from RGB is 52 - color contains mainly: red. Hex color #343122 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343122 is #CBCEDD. Grayscale: #303030. Windows color (decimal): -13356766 or 2240820. OLE color: 2240820.
HSL color Cylindrical-coordinate representation of color #343122: hue angle of 50º degrees, saturation: 0.21, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #343122 is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 49 | 34 | - |
| CMYK | 0 | 0.06 | 0.35 | 0.80 |
| HSL | 50º | 0.21% | 0.17% | - |
| HSV(B) | 50º | 0.35% | 0.2% | - |
| XYZ | 2.8 | 3.04 | 1.95 | - |
| YUV | 48.19 | 119.99 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 49 | 34 | 0 | 0.06 | 0.35 | 0.80 | 50 | 0.21 | 0.17 |
| Hex | 34 | 31 | 22 | 0 | 6 | 23 | 50 | 32 | 15 | 11 |
| Octal | 64 | 61 | 42 | 0 | 6 | 43 | 120 | 62 | 25 | 21 |
| Binary | 110100 | 110001 | 100010 | 0 | 110 | 100011 | 1010000 | 110010 | 10101 | 10001 |
Color Harmonies of #343122
Complementary color
Monochromatic Colors of #343122
Black with #343122
Text Example
Text Example
White with #343122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343122; }
p { color: rgb(52,49,34); }
H1.HeaderClassName
{
color: #343122;
}
.AnyTagClassName
{
color: #343122;
}
</style>
background-color css
<style>
a { background-color: #343122; }
a { background-color: rgb(52,49,34); }
div.DivClassName
{
background-color: #343122;
}
.BgClassName
{
background-color: #343122;
}
</style>
border-color css
<style>
span { border-color: #343122; }
span { border-color: rgb(52,49,34); }
td.TdClassName
{
border-color: #343122;
}
.TagClassName
{
border-color: #343122;
}
</style>