Shades of Graphite #3A3524
Tints of Graphite #3A3524
RGB
CMYK
RGB Variations
Color information
#3A3524 (or 0x3A3524) is known color: Graphite. HEX triplet: 3A, 35 and 24. RGB value is (58,53,36). Sum of RGB (Red+Green+Blue) = 58+53+36=147 (19% of max value = 765). Red value is 58 (23.05% from 255 or 39.46% from 147); Green value is 53 (21.09% from 255 or 36.05% from 147); Blue value is 36 (14.45% from 255 or 24.49% from 147); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3524 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3524 is #C5CADB. Grayscale: #343434. Windows color (decimal): -12962524 or 2372922. OLE color: 2372922.
HSL color Cylindrical-coordinate representation of color #3A3524: hue angle of 46.36º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3A3524 is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 53 | 36 | - |
| CMYK | 0 | 0.09 | 0.38 | 0.77 |
| HSL | 46.36º | 0.23% | 0.18% | - |
| HSV(B) | 46.36º | 0.38% | 0.23% | - |
| XYZ | 3.34 | 3.57 | 2.18 | - |
| YUV | 52.56 | 118.66 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 53 | 36 | 0 | 0.09 | 0.38 | 0.77 | 46.36 | 0.23 | 0.18 |
| Hex | 3A | 35 | 24 | 0 | 9 | 26 | 4D | 2E | 17 | 12 |
| Octal | 72 | 65 | 44 | 0 | 11 | 46 | 115 | 56 | 27 | 22 |
| Binary | 111010 | 110101 | 100100 | 0 | 1001 | 100110 | 1001101 | 101110 | 10111 | 10010 |
Color Harmonies of #3A3524
Complementary color
Monochromatic Colors of #3A3524
Black with #3A3524
Text Example
Text Example
White with #3A3524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3524; }
p { color: rgb(58,53,36); }
H1.HeaderClassName
{
color: #3A3524;
}
.AnyTagClassName
{
color: #3A3524;
}
</style>
background-color css
<style>
a { background-color: #3A3524; }
a { background-color: rgb(58,53,36); }
div.DivClassName
{
background-color: #3A3524;
}
.BgClassName
{
background-color: #3A3524;
}
</style>
border-color css
<style>
span { border-color: #3A3524; }
span { border-color: rgb(58,53,36); }
td.TdClassName
{
border-color: #3A3524;
}
.TagClassName
{
border-color: #3A3524;
}
</style>