Shades of Graphite #3C3928
Tints of Graphite #3C3928
RGB
CMYK
RGB Variations
Color information
#3C3928 (or 0x3C3928) is known color: Graphite. HEX triplet: 3C, 39 and 28. RGB value is (60,57,40). Sum of RGB (Red+Green+Blue) = 60+57+40=157 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.22% from 157); Green value is 57 (22.66% from 255 or 36.31% from 157); Blue value is 40 (16.02% from 255 or 25.48% from 157); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3928 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3928 is #C3C6D7. Grayscale: #383838. Windows color (decimal): -12830424 or 2636092. OLE color: 2636092.
HSL color Cylindrical-coordinate representation of color #3C3928: hue angle of 51º degrees, saturation: 0.2, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3C3928 is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 57 | 40 | - |
| CMYK | 0 | 0.05 | 0.33 | 0.76 |
| HSL | 51º | 0.2% | 0.2% | - |
| HSV(B) | 51º | 0.33% | 0.24% | - |
| XYZ | 3.71 | 4.04 | 2.59 | - |
| YUV | 55.96 | 118.99 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 57 | 40 | 0 | 0.05 | 0.33 | 0.76 | 51 | 0.2 | 0.2 |
| Hex | 3C | 39 | 28 | 0 | 5 | 21 | 4C | 33 | 14 | 14 |
| Octal | 74 | 71 | 50 | 0 | 5 | 41 | 114 | 63 | 24 | 24 |
| Binary | 111100 | 111001 | 101000 | 0 | 101 | 100001 | 1001100 | 110011 | 10100 | 10100 |
Color Harmonies of #3C3928
Complementary color
Monochromatic Colors of #3C3928
Black with #3C3928
Text Example
Text Example
White with #3C3928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3928; }
p { color: rgb(60,57,40); }
H1.HeaderClassName
{
color: #3C3928;
}
.AnyTagClassName
{
color: #3C3928;
}
</style>
background-color css
<style>
a { background-color: #3C3928; }
a { background-color: rgb(60,57,40); }
div.DivClassName
{
background-color: #3C3928;
}
.BgClassName
{
background-color: #3C3928;
}
</style>
border-color css
<style>
span { border-color: #3C3928; }
span { border-color: rgb(60,57,40); }
td.TdClassName
{
border-color: #3C3928;
}
.TagClassName
{
border-color: #3C3928;
}
</style>