Shades of Graphite #34322B
Tints of Graphite #34322B
RGB
CMYK
RGB Variations
Color information
#34322B (or 0x34322B) is known color: Graphite. HEX triplet: 34, 32 and 2B. RGB value is (52,50,43). Sum of RGB (Red+Green+Blue) = 52+50+43=145 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.86% from 145); Green value is 50 (19.92% from 255 or 34.48% from 145); Blue value is 43 (17.19% from 255 or 29.66% from 145); Max value from RGB is 52 - color contains mainly: red. Hex color #34322B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34322B is #CBCDD4. Grayscale: #313131. Windows color (decimal): -13356501 or 2830900. OLE color: 2830900.
HSL color Cylindrical-coordinate representation of color #34322B: hue angle of 46.67º degrees, saturation: 0.09, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #34322B is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 50 | 43 | - |
| CMYK | 0 | 0.04 | 0.17 | 0.80 |
| HSL | 46.67º | 0.09% | 0.19% | - |
| HSV(B) | 46.67º | 0.17% | 0.2% | - |
| XYZ | 2.99 | 3.19 | 2.74 | - |
| YUV | 49.8 | 124.16 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 50 | 43 | 0 | 0.04 | 0.17 | 0.80 | 46.67 | 0.09 | 0.19 |
| Hex | 34 | 32 | 2B | 0 | 4 | 11 | 50 | 2F | 9 | 13 |
| Octal | 64 | 62 | 53 | 0 | 4 | 21 | 120 | 57 | 11 | 23 |
| Binary | 110100 | 110010 | 101011 | 0 | 100 | 10001 | 1010000 | 101111 | 1001 | 10011 |
Color Harmonies of #34322B
Complementary color
Monochromatic Colors of #34322B
Black with #34322B
Text Example
Text Example
White with #34322B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34322B; }
p { color: rgb(52,50,43); }
H1.HeaderClassName
{
color: #34322B;
}
.AnyTagClassName
{
color: #34322B;
}
</style>
background-color css
<style>
a { background-color: #34322B; }
a { background-color: rgb(52,50,43); }
div.DivClassName
{
background-color: #34322B;
}
.BgClassName
{
background-color: #34322B;
}
</style>
border-color css
<style>
span { border-color: #34322B; }
span { border-color: rgb(52,50,43); }
td.TdClassName
{
border-color: #34322B;
}
.TagClassName
{
border-color: #34322B;
}
</style>