Shades of Graphite #3B3721
Tints of Graphite #3B3721
RGB
CMYK
RGB Variations
Color information
#3B3721 (or 0x3B3721) is known color: Graphite. HEX triplet: 3B, 37 and 21. RGB value is (59,55,33). Sum of RGB (Red+Green+Blue) = 59+55+33=147 (19% of max value = 765). Red value is 59 (23.44% from 255 or 40.14% from 147); Green value is 55 (21.88% from 255 or 37.41% from 147); Blue value is 33 (13.28% from 255 or 22.45% from 147); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3721 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3721 is #C4C8DE. Grayscale: #353535. Windows color (decimal): -12896479 or 2176827. OLE color: 2176827.
HSL color Cylindrical-coordinate representation of color #3B3721: hue angle of 50.77º degrees, saturation: 0.28, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3B3721 is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 55 | 33 | - |
| CMYK | 0 | 0.07 | 0.44 | 0.77 |
| HSL | 50.77º | 0.28% | 0.18% | - |
| HSV(B) | 50.77º | 0.44% | 0.23% | - |
| XYZ | 3.44 | 3.77 | 1.99 | - |
| YUV | 53.69 | 116.33 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 55 | 33 | 0 | 0.07 | 0.44 | 0.77 | 50.77 | 0.28 | 0.18 |
| Hex | 3B | 37 | 21 | 0 | 7 | 2C | 4D | 33 | 1C | 12 |
| Octal | 73 | 67 | 41 | 0 | 7 | 54 | 115 | 63 | 34 | 22 |
| Binary | 111011 | 110111 | 100001 | 0 | 111 | 101100 | 1001101 | 110011 | 11100 | 10010 |
Color Harmonies of #3B3721
Complementary color
Monochromatic Colors of #3B3721
Black with #3B3721
Text Example
Text Example
White with #3B3721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3721; }
p { color: rgb(59,55,33); }
H1.HeaderClassName
{
color: #3B3721;
}
.AnyTagClassName
{
color: #3B3721;
}
</style>
background-color css
<style>
a { background-color: #3B3721; }
a { background-color: rgb(59,55,33); }
div.DivClassName
{
background-color: #3B3721;
}
.BgClassName
{
background-color: #3B3721;
}
</style>
border-color css
<style>
span { border-color: #3B3721; }
span { border-color: rgb(59,55,33); }
td.TdClassName
{
border-color: #3B3721;
}
.TagClassName
{
border-color: #3B3721;
}
</style>