Shades of Graphite #3B3524
Tints of Graphite #3B3524
RGB
CMYK
RGB Variations
Color information
#3B3524 (or 0x3B3524) is known color: Graphite. HEX triplet: 3B, 35 and 24. RGB value is (59,53,36). Sum of RGB (Red+Green+Blue) = 59+53+36=148 (19% of max value = 765). Red value is 59 (23.44% from 255 or 39.86% from 148); Green value is 53 (21.09% from 255 or 35.81% from 148); Blue value is 36 (14.45% from 255 or 24.32% from 148); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3524 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3524 is #C4CADB. Grayscale: #343434. Windows color (decimal): -12896988 or 2372923. OLE color: 2372923.
HSL color Cylindrical-coordinate representation of color #3B3524: hue angle of 44.35º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3B3524 is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 53 | 36 | - |
| CMYK | 0 | 0.10 | 0.39 | 0.77 |
| HSL | 44.35º | 0.24% | 0.19% | - |
| HSV(B) | 44.35º | 0.39% | 0.23% | - |
| XYZ | 3.4 | 3.6 | 2.19 | - |
| YUV | 52.86 | 118.49 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 53 | 36 | 0 | 0.10 | 0.39 | 0.77 | 44.35 | 0.24 | 0.19 |
| Hex | 3B | 35 | 24 | 0 | A | 27 | 4D | 2C | 18 | 13 |
| Octal | 73 | 65 | 44 | 0 | 12 | 47 | 115 | 54 | 30 | 23 |
| Binary | 111011 | 110101 | 100100 | 0 | 1010 | 100111 | 1001101 | 101100 | 11000 | 10011 |
Color Harmonies of #3B3524
Complementary color
Monochromatic Colors of #3B3524
Black with #3B3524
Text Example
Text Example
White with #3B3524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3524; }
p { color: rgb(59,53,36); }
H1.HeaderClassName
{
color: #3B3524;
}
.AnyTagClassName
{
color: #3B3524;
}
</style>
background-color css
<style>
a { background-color: #3B3524; }
a { background-color: rgb(59,53,36); }
div.DivClassName
{
background-color: #3B3524;
}
.BgClassName
{
background-color: #3B3524;
}
</style>
border-color css
<style>
span { border-color: #3B3524; }
span { border-color: rgb(59,53,36); }
td.TdClassName
{
border-color: #3B3524;
}
.TagClassName
{
border-color: #3B3524;
}
</style>