Shades of Graphite #3C382E
Tints of Graphite #3C382E
RGB
CMYK
RGB Variations
Color information
#3C382E (or 0x3C382E) is known color: Graphite. HEX triplet: 3C, 38 and 2E. RGB value is (60,56,46). Sum of RGB (Red+Green+Blue) = 60+56+46=162 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.04% from 162); Green value is 56 (22.27% from 255 or 34.57% from 162); Blue value is 46 (18.36% from 255 or 28.40% from 162); Max value from RGB is 60 - color contains mainly: red. Hex color #3C382E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C382E is #C3C7D1. Grayscale: #383838. Windows color (decimal): -12830674 or 3029052. OLE color: 3029052.
HSL color Cylindrical-coordinate representation of color #3C382E: hue angle of 42.86º degrees, saturation: 0.13, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3C382E is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 56 | 46 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.76 |
| HSL | 42.86º | 0.13% | 0.21% | - |
| HSV(B) | 42.86º | 0.23% | 0.24% | - |
| XYZ | 3.77 | 3.99 | 3.16 | - |
| YUV | 56.06 | 122.33 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 56 | 46 | 0 | 0.07 | 0.23 | 0.76 | 42.86 | 0.13 | 0.21 |
| Hex | 3C | 38 | 2E | 0 | 7 | 17 | 4C | 2B | D | 15 |
| Octal | 74 | 70 | 56 | 0 | 7 | 27 | 114 | 53 | 15 | 25 |
| Binary | 111100 | 111000 | 101110 | 0 | 111 | 10111 | 1001100 | 101011 | 1101 | 10101 |
Color Harmonies of #3C382E
Complementary color
Monochromatic Colors of #3C382E
Black with #3C382E
Text Example
Text Example
White with #3C382E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C382E; }
p { color: rgb(60,56,46); }
H1.HeaderClassName
{
color: #3C382E;
}
.AnyTagClassName
{
color: #3C382E;
}
</style>
background-color css
<style>
a { background-color: #3C382E; }
a { background-color: rgb(60,56,46); }
div.DivClassName
{
background-color: #3C382E;
}
.BgClassName
{
background-color: #3C382E;
}
</style>
border-color css
<style>
span { border-color: #3C382E; }
span { border-color: rgb(60,56,46); }
td.TdClassName
{
border-color: #3C382E;
}
.TagClassName
{
border-color: #3C382E;
}
</style>