Shades of Graphite #34332D
Tints of Graphite #34332D
RGB
CMYK
RGB Variations
Color information
#34332D (or 0x34332D) is known color: Graphite. HEX triplet: 34, 33 and 2D. RGB value is (52,51,45). Sum of RGB (Red+Green+Blue) = 52+51+45=148 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.14% from 148); Green value is 51 (20.31% from 255 or 34.46% from 148); Blue value is 45 (17.97% from 255 or 30.41% from 148); Max value from RGB is 52 - color contains mainly: red. Hex color #34332D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34332D is #CBCCD2. Grayscale: #323232. Windows color (decimal): -13356243 or 2962228. OLE color: 2962228.
HSL color Cylindrical-coordinate representation of color #34332D: hue angle of 51.43º degrees, saturation: 0.07, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #34332D is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 51 | 45 | - |
| CMYK | 0 | 0.02 | 0.13 | 0.80 |
| HSL | 51.43º | 0.07% | 0.19% | - |
| HSV(B) | 51.43º | 0.13% | 0.2% | - |
| XYZ | 3.07 | 3.29 | 2.96 | - |
| YUV | 50.62 | 124.83 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 51 | 45 | 0 | 0.02 | 0.13 | 0.80 | 51.43 | 0.07 | 0.19 |
| Hex | 34 | 33 | 2D | 0 | 2 | D | 50 | 33 | 7 | 13 |
| Octal | 64 | 63 | 55 | 0 | 2 | 15 | 120 | 63 | 7 | 23 |
| Binary | 110100 | 110011 | 101101 | 0 | 10 | 1101 | 1010000 | 110011 | 111 | 10011 |
Color Harmonies of #34332D
Complementary color
Monochromatic Colors of #34332D
Black with #34332D
Text Example
Text Example
White with #34332D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34332D; }
p { color: rgb(52,51,45); }
H1.HeaderClassName
{
color: #34332D;
}
.AnyTagClassName
{
color: #34332D;
}
</style>
background-color css
<style>
a { background-color: #34332D; }
a { background-color: rgb(52,51,45); }
div.DivClassName
{
background-color: #34332D;
}
.BgClassName
{
background-color: #34332D;
}
</style>
border-color css
<style>
span { border-color: #34332D; }
span { border-color: rgb(52,51,45); }
td.TdClassName
{
border-color: #34332D;
}
.TagClassName
{
border-color: #34332D;
}
</style>