Shades of Graphite #3D3921
Tints of Graphite #3D3921
RGB
CMYK
RGB Variations
Color information
#3D3921 (or 0x3D3921) is known color: Graphite. HEX triplet: 3D, 39 and 21. RGB value is (61,57,33). Sum of RGB (Red+Green+Blue) = 61+57+33=151 (20% of max value = 765). Red value is 61 (24.22% from 255 or 40.40% from 151); Green value is 57 (22.66% from 255 or 37.75% from 151); Blue value is 33 (13.28% from 255 or 21.85% from 151); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3921 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3921 is #C2C6DE. Grayscale: #373737. Windows color (decimal): -12764895 or 2177341. OLE color: 2177341.
HSL color Cylindrical-coordinate representation of color #3D3921: hue angle of 51.43º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3D3921 is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 57 | 33 | - |
| CMYK | 0 | 0.07 | 0.46 | 0.76 |
| HSL | 51.43º | 0.3% | 0.18% | - |
| HSV(B) | 51.43º | 0.46% | 0.24% | - |
| XYZ | 3.66 | 4.03 | 2.02 | - |
| YUV | 55.46 | 115.33 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 57 | 33 | 0 | 0.07 | 0.46 | 0.76 | 51.43 | 0.3 | 0.18 |
| Hex | 3D | 39 | 21 | 0 | 7 | 2E | 4C | 33 | 1E | 12 |
| Octal | 75 | 71 | 41 | 0 | 7 | 56 | 114 | 63 | 36 | 22 |
| Binary | 111101 | 111001 | 100001 | 0 | 111 | 101110 | 1001100 | 110011 | 11110 | 10010 |
Color Harmonies of #3D3921
Complementary color
Monochromatic Colors of #3D3921
Black with #3D3921
Text Example
Text Example
White with #3D3921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3921; }
p { color: rgb(61,57,33); }
H1.HeaderClassName
{
color: #3D3921;
}
.AnyTagClassName
{
color: #3D3921;
}
</style>
background-color css
<style>
a { background-color: #3D3921; }
a { background-color: rgb(61,57,33); }
div.DivClassName
{
background-color: #3D3921;
}
.BgClassName
{
background-color: #3D3921;
}
</style>
border-color css
<style>
span { border-color: #3D3921; }
span { border-color: rgb(61,57,33); }
td.TdClassName
{
border-color: #3D3921;
}
.TagClassName
{
border-color: #3D3921;
}
</style>