Shades of Graphite #34322C
Tints of Graphite #34322C
RGB
CMYK
RGB Variations
Color information
#34322C (or 0x34322C) is known color: Graphite. HEX triplet: 34, 32 and 2C. RGB value is (52,50,44). Sum of RGB (Red+Green+Blue) = 52+50+44=146 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.62% from 146); Green value is 50 (19.92% from 255 or 34.25% from 146); Blue value is 44 (17.58% from 255 or 30.14% from 146); Max value from RGB is 52 - color contains mainly: red. Hex color #34322C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34322C is #CBCDD3. Grayscale: #313131. Windows color (decimal): -13356500 or 2896436. OLE color: 2896436.
HSL color Cylindrical-coordinate representation of color #34322C: hue angle of 45º degrees, saturation: 0.08, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #34322C is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 50 | 44 | - |
| CMYK | 0 | 0.04 | 0.15 | 0.80 |
| HSL | 45º | 0.08% | 0.19% | - |
| HSV(B) | 45º | 0.15% | 0.2% | - |
| XYZ | 3.01 | 3.19 | 2.84 | - |
| YUV | 49.91 | 124.66 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 50 | 44 | 0 | 0.04 | 0.15 | 0.80 | 45 | 0.08 | 0.19 |
| Hex | 34 | 32 | 2C | 0 | 4 | F | 50 | 2D | 8 | 13 |
| Octal | 64 | 62 | 54 | 0 | 4 | 17 | 120 | 55 | 10 | 23 |
| Binary | 110100 | 110010 | 101100 | 0 | 100 | 1111 | 1010000 | 101101 | 1000 | 10011 |
Color Harmonies of #34322C
Complementary color
Monochromatic Colors of #34322C
Black with #34322C
Text Example
Text Example
White with #34322C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34322C; }
p { color: rgb(52,50,44); }
H1.HeaderClassName
{
color: #34322C;
}
.AnyTagClassName
{
color: #34322C;
}
</style>
background-color css
<style>
a { background-color: #34322C; }
a { background-color: rgb(52,50,44); }
div.DivClassName
{
background-color: #34322C;
}
.BgClassName
{
background-color: #34322C;
}
</style>
border-color css
<style>
span { border-color: #34322C; }
span { border-color: rgb(52,50,44); }
td.TdClassName
{
border-color: #34322C;
}
.TagClassName
{
border-color: #34322C;
}
</style>