Shades of Graphite #3B3521
Tints of Graphite #3B3521
RGB
CMYK
RGB Variations
Color information
#3B3521 (or 0x3B3521) is known color: Graphite. HEX triplet: 3B, 35 and 21. RGB value is (59,53,33). Sum of RGB (Red+Green+Blue) = 59+53+33=145 (19% of max value = 765). Red value is 59 (23.44% from 255 or 40.69% from 145); Green value is 53 (21.09% from 255 or 36.55% from 145); Blue value is 33 (13.28% from 255 or 22.76% from 145); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3521 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3521 is #C4CADE. Grayscale: #343434. Windows color (decimal): -12896991 or 2176315. OLE color: 2176315.
HSL color Cylindrical-coordinate representation of color #3B3521: hue angle of 46.15º 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 #3B3521 is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 53 | 33 | - |
| CMYK | 0 | 0.10 | 0.44 | 0.77 |
| HSL | 46.15º | 0.28% | 0.18% | - |
| HSV(B) | 46.15º | 0.44% | 0.23% | - |
| XYZ | 3.35 | 3.59 | 1.95 | - |
| YUV | 52.51 | 116.99 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 53 | 33 | 0 | 0.10 | 0.44 | 0.77 | 46.15 | 0.28 | 0.18 |
| Hex | 3B | 35 | 21 | 0 | A | 2C | 4D | 2E | 1C | 12 |
| Octal | 73 | 65 | 41 | 0 | 12 | 54 | 115 | 56 | 34 | 22 |
| Binary | 111011 | 110101 | 100001 | 0 | 1010 | 101100 | 1001101 | 101110 | 11100 | 10010 |
Color Harmonies of #3B3521
Complementary color
Monochromatic Colors of #3B3521
Black with #3B3521
Text Example
Text Example
White with #3B3521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3521; }
p { color: rgb(59,53,33); }
H1.HeaderClassName
{
color: #3B3521;
}
.AnyTagClassName
{
color: #3B3521;
}
</style>
background-color css
<style>
a { background-color: #3B3521; }
a { background-color: rgb(59,53,33); }
div.DivClassName
{
background-color: #3B3521;
}
.BgClassName
{
background-color: #3B3521;
}
</style>
border-color css
<style>
span { border-color: #3B3521; }
span { border-color: rgb(59,53,33); }
td.TdClassName
{
border-color: #3B3521;
}
.TagClassName
{
border-color: #3B3521;
}
</style>