Shades of Graphite #3B3625
Tints of Graphite #3B3625
RGB
CMYK
RGB Variations
Color information
#3B3625 (or 0x3B3625) is known color: Graphite. HEX triplet: 3B, 36 and 25. RGB value is (59,54,37). Sum of RGB (Red+Green+Blue) = 59+54+37=150 (19% of max value = 765). Red value is 59 (23.44% from 255 or 39.33% from 150); Green value is 54 (21.48% from 255 or 36% from 150); Blue value is 37 (14.84% from 255 or 24.67% from 150); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3625 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3625 is #C4C9DA. Grayscale: #353535. Windows color (decimal): -12896731 or 2438715. OLE color: 2438715.
HSL color Cylindrical-coordinate representation of color #3B3625: hue angle of 46.36º degrees, saturation: 0.23, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3B3625 is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 54 | 37 | - |
| CMYK | 0 | 0.08 | 0.37 | 0.77 |
| HSL | 46.36º | 0.23% | 0.19% | - |
| HSV(B) | 46.36º | 0.37% | 0.23% | - |
| XYZ | 3.46 | 3.7 | 2.28 | - |
| YUV | 53.56 | 118.66 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 54 | 37 | 0 | 0.08 | 0.37 | 0.77 | 46.36 | 0.23 | 0.19 |
| Hex | 3B | 36 | 25 | 0 | 8 | 25 | 4D | 2E | 17 | 13 |
| Octal | 73 | 66 | 45 | 0 | 10 | 45 | 115 | 56 | 27 | 23 |
| Binary | 111011 | 110110 | 100101 | 0 | 1000 | 100101 | 1001101 | 101110 | 10111 | 10011 |
Color Harmonies of #3B3625
Complementary color
Monochromatic Colors of #3B3625
Black with #3B3625
Text Example
Text Example
White with #3B3625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3625; }
p { color: rgb(59,54,37); }
H1.HeaderClassName
{
color: #3B3625;
}
.AnyTagClassName
{
color: #3B3625;
}
</style>
background-color css
<style>
a { background-color: #3B3625; }
a { background-color: rgb(59,54,37); }
div.DivClassName
{
background-color: #3B3625;
}
.BgClassName
{
background-color: #3B3625;
}
</style>
border-color css
<style>
span { border-color: #3B3625; }
span { border-color: rgb(59,54,37); }
td.TdClassName
{
border-color: #3B3625;
}
.TagClassName
{
border-color: #3B3625;
}
</style>