Shades of Graphite #34322A
Tints of Graphite #34322A
RGB
CMYK
RGB Variations
Color information
#34322A (or 0x34322A) is known color: Graphite. HEX triplet: 34, 32 and 2A. RGB value is (52,50,42). Sum of RGB (Red+Green+Blue) = 52+50+42=144 (19% of max value = 765). Red value is 52 (20.70% from 255 or 36.11% from 144); Green value is 50 (19.92% from 255 or 34.72% from 144); Blue value is 42 (16.80% from 255 or 29.17% from 144); Max value from RGB is 52 - color contains mainly: red. Hex color #34322A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34322A is #CBCDD5. Grayscale: #313131. Windows color (decimal): -13356502 or 2765364. OLE color: 2765364.
HSL color Cylindrical-coordinate representation of color #34322A: hue angle of 48º degrees, saturation: 0.11, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #34322A is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 50 | 42 | - |
| CMYK | 0 | 0.04 | 0.19 | 0.80 |
| HSL | 48º | 0.11% | 0.18% | - |
| HSV(B) | 48º | 0.19% | 0.2% | - |
| XYZ | 2.97 | 3.18 | 2.65 | - |
| YUV | 49.69 | 123.66 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 50 | 42 | 0 | 0.04 | 0.19 | 0.80 | 48 | 0.11 | 0.18 |
| Hex | 34 | 32 | 2A | 0 | 4 | 13 | 50 | 30 | B | 12 |
| Octal | 64 | 62 | 52 | 0 | 4 | 23 | 120 | 60 | 13 | 22 |
| Binary | 110100 | 110010 | 101010 | 0 | 100 | 10011 | 1010000 | 110000 | 1011 | 10010 |
Color Harmonies of #34322A
Complementary color
Monochromatic Colors of #34322A
Black with #34322A
Text Example
Text Example
White with #34322A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34322A; }
p { color: rgb(52,50,42); }
H1.HeaderClassName
{
color: #34322A;
}
.AnyTagClassName
{
color: #34322A;
}
</style>
background-color css
<style>
a { background-color: #34322A; }
a { background-color: rgb(52,50,42); }
div.DivClassName
{
background-color: #34322A;
}
.BgClassName
{
background-color: #34322A;
}
</style>
border-color css
<style>
span { border-color: #34322A; }
span { border-color: rgb(52,50,42); }
td.TdClassName
{
border-color: #34322A;
}
.TagClassName
{
border-color: #34322A;
}
</style>