Shades of Graphite #343024
Tints of Graphite #343024
RGB
CMYK
RGB Variations
Color information
#343024 (or 0x343024) is known color: Graphite. HEX triplet: 34, 30 and 24. RGB value is (52,48,36). Sum of RGB (Red+Green+Blue) = 52+48+36=136 (18% of max value = 765). Red value is 52 (20.70% from 255 or 38.24% from 136); Green value is 48 (19.14% from 255 or 35.29% from 136); Blue value is 36 (14.45% from 255 or 26.47% from 136); Max value from RGB is 52 - color contains mainly: red. Hex color #343024 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343024 is #CBCFDB. Grayscale: #2F2F2F. Windows color (decimal): -13357020 or 2371636. OLE color: 2371636.
HSL color Cylindrical-coordinate representation of color #343024: hue angle of 45º degrees, saturation: 0.18, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #343024 is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 48 | 36 | - |
| CMYK | 0 | 0.08 | 0.31 | 0.80 |
| HSL | 45º | 0.18% | 0.17% | - |
| HSV(B) | 45º | 0.31% | 0.2% | - |
| XYZ | 2.79 | 2.97 | 2.1 | - |
| YUV | 47.83 | 121.33 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 48 | 36 | 0 | 0.08 | 0.31 | 0.80 | 45 | 0.18 | 0.17 |
| Hex | 34 | 30 | 24 | 0 | 8 | 1F | 50 | 2D | 12 | 11 |
| Octal | 64 | 60 | 44 | 0 | 10 | 37 | 120 | 55 | 22 | 21 |
| Binary | 110100 | 110000 | 100100 | 0 | 1000 | 11111 | 1010000 | 101101 | 10010 | 10001 |
Color Harmonies of #343024
Complementary color
Monochromatic Colors of #343024
Black with #343024
Text Example
Text Example
White with #343024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343024; }
p { color: rgb(52,48,36); }
H1.HeaderClassName
{
color: #343024;
}
.AnyTagClassName
{
color: #343024;
}
</style>
background-color css
<style>
a { background-color: #343024; }
a { background-color: rgb(52,48,36); }
div.DivClassName
{
background-color: #343024;
}
.BgClassName
{
background-color: #343024;
}
</style>
border-color css
<style>
span { border-color: #343024; }
span { border-color: rgb(52,48,36); }
td.TdClassName
{
border-color: #343024;
}
.TagClassName
{
border-color: #343024;
}
</style>