Shades of Graphite #3C3A35
Tints of Graphite #3C3A35
RGB
CMYK
RGB Variations
Color information
#3C3A35 (or 0x3C3A35) is known color: Graphite. HEX triplet: 3C, 3A and 35. RGB value is (60,58,53). Sum of RGB (Red+Green+Blue) = 60+58+53=171 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.09% from 171); Green value is 58 (23.05% from 255 or 33.92% from 171); Blue value is 53 (21.09% from 255 or 30.99% from 171); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3A35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3A35 is #C3C5CA. Grayscale: #3A3A3A. Windows color (decimal): -12830155 or 3488316. OLE color: 3488316.
HSL color Cylindrical-coordinate representation of color #3C3A35: hue angle of 42.86º degrees, saturation: 0.06, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #3C3A35 is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 58 | 53 | - |
| CMYK | 0 | 0.03 | 0.12 | 0.76 |
| HSL | 42.86º | 0.06% | 0.22% | - |
| HSV(B) | 42.86º | 0.12% | 0.24% | - |
| XYZ | 4.02 | 4.24 | 3.98 | - |
| YUV | 58.03 | 125.16 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 58 | 53 | 0 | 0.03 | 0.12 | 0.76 | 42.86 | 0.06 | 0.22 |
| Hex | 3C | 3A | 35 | 0 | 3 | C | 4C | 2B | 6 | 16 |
| Octal | 74 | 72 | 65 | 0 | 3 | 14 | 114 | 53 | 6 | 26 |
| Binary | 111100 | 111010 | 110101 | 0 | 11 | 1100 | 1001100 | 101011 | 110 | 10110 |
Color Harmonies of #3C3A35
Complementary color
Monochromatic Colors of #3C3A35
Black with #3C3A35
Text Example
Text Example
White with #3C3A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3A35; }
p { color: rgb(60,58,53); }
H1.HeaderClassName
{
color: #3C3A35;
}
.AnyTagClassName
{
color: #3C3A35;
}
</style>
background-color css
<style>
a { background-color: #3C3A35; }
a { background-color: rgb(60,58,53); }
div.DivClassName
{
background-color: #3C3A35;
}
.BgClassName
{
background-color: #3C3A35;
}
</style>
border-color css
<style>
span { border-color: #3C3A35; }
span { border-color: rgb(60,58,53); }
td.TdClassName
{
border-color: #3C3A35;
}
.TagClassName
{
border-color: #3C3A35;
}
</style>