Shades of Graphite #3C381E
Tints of Graphite #3C381E
RGB
CMYK
RGB Variations
Color information
#3C381E (or 0x3C381E) is known color: Graphite. HEX triplet: 3C, 38 and 1E. RGB value is (60,56,30). Sum of RGB (Red+Green+Blue) = 60+56+30=146 (19% of max value = 765). Red value is 60 (23.83% from 255 or 41.10% from 146); Green value is 56 (22.27% from 255 or 38.36% from 146); Blue value is 30 (12.11% from 255 or 20.55% from 146); Max value from RGB is 60 - color contains mainly: red. Hex color #3C381E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C381E is #C3C7E1. Grayscale: #363636. Windows color (decimal): -12830690 or 1980476. OLE color: 1980476.
HSL color Cylindrical-coordinate representation of color #3C381E: hue angle of 52º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3C381E is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 56 | 30 | - |
| CMYK | 0 | 0.07 | 0.50 | 0.76 |
| HSL | 52º | 0.33% | 0.18% | - |
| HSV(B) | 52º | 0.5% | 0.24% | - |
| XYZ | 3.51 | 3.88 | 1.79 | - |
| YUV | 54.23 | 114.33 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 56 | 30 | 0 | 0.07 | 0.50 | 0.76 | 52 | 0.33 | 0.18 |
| Hex | 3C | 38 | 1E | 0 | 7 | 32 | 4C | 34 | 21 | 12 |
| Octal | 74 | 70 | 36 | 0 | 7 | 62 | 114 | 64 | 41 | 22 |
| Binary | 111100 | 111000 | 11110 | 0 | 111 | 110010 | 1001100 | 110100 | 100001 | 10010 |
Color Harmonies of #3C381E
Complementary color
Monochromatic Colors of #3C381E
Black with #3C381E
Text Example
Text Example
White with #3C381E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C381E; }
p { color: rgb(60,56,30); }
H1.HeaderClassName
{
color: #3C381E;
}
.AnyTagClassName
{
color: #3C381E;
}
</style>
background-color css
<style>
a { background-color: #3C381E; }
a { background-color: rgb(60,56,30); }
div.DivClassName
{
background-color: #3C381E;
}
.BgClassName
{
background-color: #3C381E;
}
</style>
border-color css
<style>
span { border-color: #3C381E; }
span { border-color: rgb(60,56,30); }
td.TdClassName
{
border-color: #3C381E;
}
.TagClassName
{
border-color: #3C381E;
}
</style>