Shades of Graphite #3A3528
Tints of Graphite #3A3528
RGB
CMYK
RGB Variations
Color information
#3A3528 (or 0x3A3528) is known color: Graphite. HEX triplet: 3A, 35 and 28. RGB value is (58,53,40). Sum of RGB (Red+Green+Blue) = 58+53+40=151 (20% of max value = 765). Red value is 58 (23.05% from 255 or 38.41% from 151); Green value is 53 (21.09% from 255 or 35.10% from 151); Blue value is 40 (16.02% from 255 or 26.49% from 151); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3528 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3528 is #C5CAD7. Grayscale: #353535. Windows color (decimal): -12962520 or 2635066. OLE color: 2635066.
HSL color Cylindrical-coordinate representation of color #3A3528: hue angle of 43.33º degrees, saturation: 0.18, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3A3528 is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 53 | 40 | - |
| CMYK | 0 | 0.09 | 0.31 | 0.77 |
| HSL | 43.33º | 0.18% | 0.19% | - |
| HSV(B) | 43.33º | 0.31% | 0.23% | - |
| XYZ | 3.4 | 3.6 | 2.52 | - |
| YUV | 53.01 | 120.66 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 53 | 40 | 0 | 0.09 | 0.31 | 0.77 | 43.33 | 0.18 | 0.19 |
| Hex | 3A | 35 | 28 | 0 | 9 | 1F | 4D | 2B | 12 | 13 |
| Octal | 72 | 65 | 50 | 0 | 11 | 37 | 115 | 53 | 22 | 23 |
| Binary | 111010 | 110101 | 101000 | 0 | 1001 | 11111 | 1001101 | 101011 | 10010 | 10011 |
Color Harmonies of #3A3528
Complementary color
Monochromatic Colors of #3A3528
Black with #3A3528
Text Example
Text Example
White with #3A3528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3528; }
p { color: rgb(58,53,40); }
H1.HeaderClassName
{
color: #3A3528;
}
.AnyTagClassName
{
color: #3A3528;
}
</style>
background-color css
<style>
a { background-color: #3A3528; }
a { background-color: rgb(58,53,40); }
div.DivClassName
{
background-color: #3A3528;
}
.BgClassName
{
background-color: #3A3528;
}
</style>
border-color css
<style>
span { border-color: #3A3528; }
span { border-color: rgb(58,53,40); }
td.TdClassName
{
border-color: #3A3528;
}
.TagClassName
{
border-color: #3A3528;
}
</style>