Shades of Graphite #3C3826
Tints of Graphite #3C3826
RGB
CMYK
RGB Variations
Color information
#3C3826 (or 0x3C3826) is known color: Graphite. HEX triplet: 3C, 38 and 26. RGB value is (60,56,38). Sum of RGB (Red+Green+Blue) = 60+56+38=154 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.96% from 154); Green value is 56 (22.27% from 255 or 36.36% from 154); Blue value is 38 (15.23% from 255 or 24.68% from 154); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3826 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3826 is #C3C7D9. Grayscale: #373737. Windows color (decimal): -12830682 or 2504764. OLE color: 2504764.
HSL color Cylindrical-coordinate representation of color #3C3826: hue angle of 49.09º 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 #3C3826 is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 56 | 38 | - |
| CMYK | 0 | 0.07 | 0.37 | 0.76 |
| HSL | 49.09º | 0.22% | 0.19% | - |
| HSV(B) | 49.09º | 0.37% | 0.24% | - |
| XYZ | 3.63 | 3.93 | 2.4 | - |
| YUV | 55.14 | 118.33 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 56 | 38 | 0 | 0.07 | 0.37 | 0.76 | 49.09 | 0.22 | 0.19 |
| Hex | 3C | 38 | 26 | 0 | 7 | 25 | 4C | 31 | 16 | 13 |
| Octal | 74 | 70 | 46 | 0 | 7 | 45 | 114 | 61 | 26 | 23 |
| Binary | 111100 | 111000 | 100110 | 0 | 111 | 100101 | 1001100 | 110001 | 10110 | 10011 |
Color Harmonies of #3C3826
Complementary color
Monochromatic Colors of #3C3826
Black with #3C3826
Text Example
Text Example
White with #3C3826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3826; }
p { color: rgb(60,56,38); }
H1.HeaderClassName
{
color: #3C3826;
}
.AnyTagClassName
{
color: #3C3826;
}
</style>
background-color css
<style>
a { background-color: #3C3826; }
a { background-color: rgb(60,56,38); }
div.DivClassName
{
background-color: #3C3826;
}
.BgClassName
{
background-color: #3C3826;
}
</style>
border-color css
<style>
span { border-color: #3C3826; }
span { border-color: rgb(60,56,38); }
td.TdClassName
{
border-color: #3C3826;
}
.TagClassName
{
border-color: #3C3826;
}
</style>