Shades of Graphite #3B3720
Tints of Graphite #3B3720
RGB
CMYK
RGB Variations
Color information
#3B3720 (or 0x3B3720) is known color: Graphite. HEX triplet: 3B, 37 and 20. RGB value is (59,55,32). Sum of RGB (Red+Green+Blue) = 59+55+32=146 (19% of max value = 765). Red value is 59 (23.44% from 255 or 40.41% from 146); Green value is 55 (21.88% from 255 or 37.67% from 146); Blue value is 32 (12.89% from 255 or 21.92% from 146); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3720 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3720 is #C4C8DF. Grayscale: #353535. Windows color (decimal): -12896480 or 2111291. OLE color: 2111291.
HSL color Cylindrical-coordinate representation of color #3B3720: hue angle of 51.11º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3B3720 is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 55 | 32 | - |
| CMYK | 0 | 0.07 | 0.46 | 0.77 |
| HSL | 51.11º | 0.3% | 0.18% | - |
| HSV(B) | 51.11º | 0.46% | 0.23% | - |
| XYZ | 3.43 | 3.77 | 1.91 | - |
| YUV | 53.57 | 115.83 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 55 | 32 | 0 | 0.07 | 0.46 | 0.77 | 51.11 | 0.3 | 0.18 |
| Hex | 3B | 37 | 20 | 0 | 7 | 2E | 4D | 33 | 1E | 12 |
| Octal | 73 | 67 | 40 | 0 | 7 | 56 | 115 | 63 | 36 | 22 |
| Binary | 111011 | 110111 | 100000 | 0 | 111 | 101110 | 1001101 | 110011 | 11110 | 10010 |
Color Harmonies of #3B3720
Complementary color
Monochromatic Colors of #3B3720
Black with #3B3720
Text Example
Text Example
White with #3B3720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3720; }
p { color: rgb(59,55,32); }
H1.HeaderClassName
{
color: #3B3720;
}
.AnyTagClassName
{
color: #3B3720;
}
</style>
background-color css
<style>
a { background-color: #3B3720; }
a { background-color: rgb(59,55,32); }
div.DivClassName
{
background-color: #3B3720;
}
.BgClassName
{
background-color: #3B3720;
}
</style>
border-color css
<style>
span { border-color: #3B3720; }
span { border-color: rgb(59,55,32); }
td.TdClassName
{
border-color: #3B3720;
}
.TagClassName
{
border-color: #3B3720;
}
</style>