Shades of Graphite #3C3825
Tints of Graphite #3C3825
RGB
CMYK
RGB Variations
Color information
#3C3825 (or 0x3C3825) is known color: Graphite. HEX triplet: 3C, 38 and 25. RGB value is (60,56,37). Sum of RGB (Red+Green+Blue) = 60+56+37=153 (20% of max value = 765). Red value is 60 (23.83% from 255 or 39.22% from 153); Green value is 56 (22.27% from 255 or 36.60% from 153); Blue value is 37 (14.84% from 255 or 24.18% from 153); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3825 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3825 is #C3C7DA. Grayscale: #373737. Windows color (decimal): -12830683 or 2439228. OLE color: 2439228.
HSL color Cylindrical-coordinate representation of color #3C3825: hue angle of 49.57º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3C3825 is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 56 | 37 | - |
| CMYK | 0 | 0.07 | 0.38 | 0.76 |
| HSL | 49.57º | 0.24% | 0.19% | - |
| HSV(B) | 49.57º | 0.38% | 0.24% | - |
| XYZ | 3.61 | 3.92 | 2.32 | - |
| YUV | 55.03 | 117.83 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 56 | 37 | 0 | 0.07 | 0.38 | 0.76 | 49.57 | 0.24 | 0.19 |
| Hex | 3C | 38 | 25 | 0 | 7 | 26 | 4C | 32 | 18 | 13 |
| Octal | 74 | 70 | 45 | 0 | 7 | 46 | 114 | 62 | 30 | 23 |
| Binary | 111100 | 111000 | 100101 | 0 | 111 | 100110 | 1001100 | 110010 | 11000 | 10011 |
Color Harmonies of #3C3825
Complementary color
Monochromatic Colors of #3C3825
Black with #3C3825
Text Example
Text Example
White with #3C3825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3825; }
p { color: rgb(60,56,37); }
H1.HeaderClassName
{
color: #3C3825;
}
.AnyTagClassName
{
color: #3C3825;
}
</style>
background-color css
<style>
a { background-color: #3C3825; }
a { background-color: rgb(60,56,37); }
div.DivClassName
{
background-color: #3C3825;
}
.BgClassName
{
background-color: #3C3825;
}
</style>
border-color css
<style>
span { border-color: #3C3825; }
span { border-color: rgb(60,56,37); }
td.TdClassName
{
border-color: #3C3825;
}
.TagClassName
{
border-color: #3C3825;
}
</style>