Shades of Graphite #3C381D
Tints of Graphite #3C381D
RGB
CMYK
RGB Variations
Color information
#3C381D (or 0x3C381D) is known color: Graphite. HEX triplet: 3C, 38 and 1D. RGB value is (60,56,29). Sum of RGB (Red+Green+Blue) = 60+56+29=145 (19% of max value = 765). Red value is 60 (23.83% from 255 or 41.38% from 145); Green value is 56 (22.27% from 255 or 38.62% from 145); Blue value is 29 (11.72% from 255 or 20% from 145); Max value from RGB is 60 - color contains mainly: red. Hex color #3C381D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C381D is #C3C7E2. Grayscale: #363636. Windows color (decimal): -12830691 or 1914940. OLE color: 1914940.
HSL color Cylindrical-coordinate representation of color #3C381D: hue angle of 52.26º 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 #3C381D is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 56 | 29 | - |
| CMYK | 0 | 0.07 | 0.52 | 0.76 |
| HSL | 52.26º | 0.35% | 0.17% | - |
| HSV(B) | 52.26º | 0.52% | 0.24% | - |
| XYZ | 3.5 | 3.88 | 1.73 | - |
| YUV | 54.12 | 113.83 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 56 | 29 | 0 | 0.07 | 0.52 | 0.76 | 52.26 | 0.35 | 0.17 |
| Hex | 3C | 38 | 1D | 0 | 7 | 34 | 4C | 34 | 23 | 11 |
| Octal | 74 | 70 | 35 | 0 | 7 | 64 | 114 | 64 | 43 | 21 |
| Binary | 111100 | 111000 | 11101 | 0 | 111 | 110100 | 1001100 | 110100 | 100011 | 10001 |
Color Harmonies of #3C381D
Complementary color
Monochromatic Colors of #3C381D
Black with #3C381D
Text Example
Text Example
White with #3C381D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C381D; }
p { color: rgb(60,56,29); }
H1.HeaderClassName
{
color: #3C381D;
}
.AnyTagClassName
{
color: #3C381D;
}
</style>
background-color css
<style>
a { background-color: #3C381D; }
a { background-color: rgb(60,56,29); }
div.DivClassName
{
background-color: #3C381D;
}
.BgClassName
{
background-color: #3C381D;
}
</style>
border-color css
<style>
span { border-color: #3C381D; }
span { border-color: rgb(60,56,29); }
td.TdClassName
{
border-color: #3C381D;
}
.TagClassName
{
border-color: #3C381D;
}
</style>