Shades of Graphite #3D392C
Tints of Graphite #3D392C
RGB
CMYK
RGB Variations
Color information
#3D392C (or 0x3D392C) is known color: Graphite. HEX triplet: 3D, 39 and 2C. RGB value is (61,57,44). Sum of RGB (Red+Green+Blue) = 61+57+44=162 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.65% from 162); Green value is 57 (22.66% from 255 or 35.19% from 162); Blue value is 44 (17.58% from 255 or 27.16% from 162); Max value from RGB is 61 - color contains mainly: red. Hex color #3D392C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D392C is #C2C6D3. Grayscale: #383838. Windows color (decimal): -12764884 or 2898237. OLE color: 2898237.
HSL color Cylindrical-coordinate representation of color #3D392C: hue angle of 45.88º degrees, saturation: 0.16, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3D392C is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 57 | 44 | - |
| CMYK | 0 | 0.07 | 0.28 | 0.76 |
| HSL | 45.88º | 0.16% | 0.21% | - |
| HSV(B) | 45.88º | 0.28% | 0.24% | - |
| XYZ | 3.84 | 4.1 | 2.97 | - |
| YUV | 56.71 | 120.83 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 57 | 44 | 0 | 0.07 | 0.28 | 0.76 | 45.88 | 0.16 | 0.21 |
| Hex | 3D | 39 | 2C | 0 | 7 | 1C | 4C | 2E | 10 | 15 |
| Octal | 75 | 71 | 54 | 0 | 7 | 34 | 114 | 56 | 20 | 25 |
| Binary | 111101 | 111001 | 101100 | 0 | 111 | 11100 | 1001100 | 101110 | 10000 | 10101 |
Color Harmonies of #3D392C
Complementary color
Monochromatic Colors of #3D392C
Black with #3D392C
Text Example
Text Example
White with #3D392C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D392C; }
p { color: rgb(61,57,44); }
H1.HeaderClassName
{
color: #3D392C;
}
.AnyTagClassName
{
color: #3D392C;
}
</style>
background-color css
<style>
a { background-color: #3D392C; }
a { background-color: rgb(61,57,44); }
div.DivClassName
{
background-color: #3D392C;
}
.BgClassName
{
background-color: #3D392C;
}
</style>
border-color css
<style>
span { border-color: #3D392C; }
span { border-color: rgb(61,57,44); }
td.TdClassName
{
border-color: #3D392C;
}
.TagClassName
{
border-color: #3D392C;
}
</style>