Shades of Graphite #3C371D
Tints of Graphite #3C371D
RGB
CMYK
RGB Variations
Color information
#3C371D (or 0x3C371D) is known color: Graphite. HEX triplet: 3C, 37 and 1D. RGB value is (60,55,29). Sum of RGB (Red+Green+Blue) = 60+55+29=144 (19% of max value = 765). Red value is 60 (23.83% from 255 or 41.67% from 144); Green value is 55 (21.88% from 255 or 38.19% from 144); Blue value is 29 (11.72% from 255 or 20.14% from 144); Max value from RGB is 60 - color contains mainly: red. Hex color #3C371D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C371D is #C3C8E2. Grayscale: #353535. Windows color (decimal): -12830947 or 1914684. OLE color: 1914684.
HSL color Cylindrical-coordinate representation of color #3C371D: hue angle of 50.32º degrees, saturation: 0.35, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3C371D is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 55 | 29 | - |
| CMYK | 0 | 0.08 | 0.52 | 0.76 |
| HSL | 50.32º | 0.35% | 0.17% | - |
| HSV(B) | 50.32º | 0.52% | 0.24% | - |
| XYZ | 3.45 | 3.78 | 1.71 | - |
| YUV | 53.53 | 114.16 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 55 | 29 | 0 | 0.08 | 0.52 | 0.76 | 50.32 | 0.35 | 0.17 |
| Hex | 3C | 37 | 1D | 0 | 8 | 34 | 4C | 32 | 23 | 11 |
| Octal | 74 | 67 | 35 | 0 | 10 | 64 | 114 | 62 | 43 | 21 |
| Binary | 111100 | 110111 | 11101 | 0 | 1000 | 110100 | 1001100 | 110010 | 100011 | 10001 |
Color Harmonies of #3C371D
Complementary color
Monochromatic Colors of #3C371D
Black with #3C371D
Text Example
Text Example
White with #3C371D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C371D; }
p { color: rgb(60,55,29); }
H1.HeaderClassName
{
color: #3C371D;
}
.AnyTagClassName
{
color: #3C371D;
}
</style>
background-color css
<style>
a { background-color: #3C371D; }
a { background-color: rgb(60,55,29); }
div.DivClassName
{
background-color: #3C371D;
}
.BgClassName
{
background-color: #3C371D;
}
</style>
border-color css
<style>
span { border-color: #3C371D; }
span { border-color: rgb(60,55,29); }
td.TdClassName
{
border-color: #3C371D;
}
.TagClassName
{
border-color: #3C371D;
}
</style>