Shades of Graphite #3B3825
Tints of Graphite #3B3825
RGB
CMYK
RGB Variations
Color information
#3B3825 (or 0x3B3825) is known color: Graphite. HEX triplet: 3B, 38 and 25. RGB value is (59,56,37). Sum of RGB (Red+Green+Blue) = 59+56+37=152 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.82% from 152); Green value is 56 (22.27% from 255 or 36.84% from 152); Blue value is 37 (14.84% from 255 or 24.34% from 152); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3825 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3825 is #C4C7DA. Grayscale: #363636. Windows color (decimal): -12896219 or 2439227. OLE color: 2439227.
HSL color Cylindrical-coordinate representation of color #3B3825: hue angle of 51.82º 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 #3B3825 is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 56 | 37 | - |
| CMYK | 0 | 0.05 | 0.37 | 0.77 |
| HSL | 51.82º | 0.23% | 0.19% | - |
| HSV(B) | 51.82º | 0.37% | 0.23% | - |
| XYZ | 3.55 | 3.89 | 2.31 | - |
| YUV | 54.73 | 117.99 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 56 | 37 | 0 | 0.05 | 0.37 | 0.77 | 51.82 | 0.23 | 0.19 |
| Hex | 3B | 38 | 25 | 0 | 5 | 25 | 4D | 34 | 17 | 13 |
| Octal | 73 | 70 | 45 | 0 | 5 | 45 | 115 | 64 | 27 | 23 |
| Binary | 111011 | 111000 | 100101 | 0 | 101 | 100101 | 1001101 | 110100 | 10111 | 10011 |
Color Harmonies of #3B3825
Complementary color
Monochromatic Colors of #3B3825
Black with #3B3825
Text Example
Text Example
White with #3B3825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3825; }
p { color: rgb(59,56,37); }
H1.HeaderClassName
{
color: #3B3825;
}
.AnyTagClassName
{
color: #3B3825;
}
</style>
background-color css
<style>
a { background-color: #3B3825; }
a { background-color: rgb(59,56,37); }
div.DivClassName
{
background-color: #3B3825;
}
.BgClassName
{
background-color: #3B3825;
}
</style>
border-color css
<style>
span { border-color: #3B3825; }
span { border-color: rgb(59,56,37); }
td.TdClassName
{
border-color: #3B3825;
}
.TagClassName
{
border-color: #3B3825;
}
</style>