Shades of Graphite #3C3926
Tints of Graphite #3C3926
RGB
CMYK
RGB Variations
Color information
#3C3926 (or 0x3C3926) is known color: Graphite. HEX triplet: 3C, 39 and 26. RGB value is (60,57,38). Sum of RGB (Red+Green+Blue) = 60+57+38=155 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.71% from 155); Green value is 57 (22.66% from 255 or 36.77% from 155); Blue value is 38 (15.23% from 255 or 24.52% from 155); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3926 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3926 is #C3C6D9. Grayscale: #373737. Windows color (decimal): -12830426 or 2505020. OLE color: 2505020.
HSL color Cylindrical-coordinate representation of color #3C3926: hue angle of 51.82º degrees, saturation: 0.22, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3C3926 is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 57 | 38 | - |
| CMYK | 0 | 0.05 | 0.37 | 0.76 |
| HSL | 51.82º | 0.22% | 0.19% | - |
| HSV(B) | 51.82º | 0.37% | 0.24% | - |
| XYZ | 3.68 | 4.03 | 2.42 | - |
| YUV | 55.73 | 117.99 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 57 | 38 | 0 | 0.05 | 0.37 | 0.76 | 51.82 | 0.22 | 0.19 |
| Hex | 3C | 39 | 26 | 0 | 5 | 25 | 4C | 34 | 16 | 13 |
| Octal | 74 | 71 | 46 | 0 | 5 | 45 | 114 | 64 | 26 | 23 |
| Binary | 111100 | 111001 | 100110 | 0 | 101 | 100101 | 1001100 | 110100 | 10110 | 10011 |
Color Harmonies of #3C3926
Complementary color
Monochromatic Colors of #3C3926
Black with #3C3926
Text Example
Text Example
White with #3C3926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3926; }
p { color: rgb(60,57,38); }
H1.HeaderClassName
{
color: #3C3926;
}
.AnyTagClassName
{
color: #3C3926;
}
</style>
background-color css
<style>
a { background-color: #3C3926; }
a { background-color: rgb(60,57,38); }
div.DivClassName
{
background-color: #3C3926;
}
.BgClassName
{
background-color: #3C3926;
}
</style>
border-color css
<style>
span { border-color: #3C3926; }
span { border-color: rgb(60,57,38); }
td.TdClassName
{
border-color: #3C3926;
}
.TagClassName
{
border-color: #3C3926;
}
</style>