Shades of Graphite #3D3821
Tints of Graphite #3D3821
RGB
CMYK
RGB Variations
Color information
#3D3821 (or 0x3D3821) is known color: Graphite. HEX triplet: 3D, 38 and 21. RGB value is (61,56,33). Sum of RGB (Red+Green+Blue) = 61+56+33=150 (19% of max value = 765). Red value is 61 (24.22% from 255 or 40.67% from 150); Green value is 56 (22.27% from 255 or 37.33% from 150); Blue value is 33 (13.28% from 255 or 22% from 150); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3821 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3821 is #C2C7DE. Grayscale: #363636. Windows color (decimal): -12765151 or 2177085. OLE color: 2177085.
HSL color Cylindrical-coordinate representation of color #3D3821: hue angle of 49.29º 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 #3D3821 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 56 | 33 | - |
| CMYK | 0 | 0.08 | 0.46 | 0.76 |
| HSL | 49.29º | 0.3% | 0.18% | - |
| HSV(B) | 49.29º | 0.46% | 0.24% | - |
| XYZ | 3.61 | 3.93 | 2.01 | - |
| YUV | 54.87 | 115.66 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 56 | 33 | 0 | 0.08 | 0.46 | 0.76 | 49.29 | 0.3 | 0.18 |
| Hex | 3D | 38 | 21 | 0 | 8 | 2E | 4C | 31 | 1E | 12 |
| Octal | 75 | 70 | 41 | 0 | 10 | 56 | 114 | 61 | 36 | 22 |
| Binary | 111101 | 111000 | 100001 | 0 | 1000 | 101110 | 1001100 | 110001 | 11110 | 10010 |
Color Harmonies of #3D3821
Complementary color
Monochromatic Colors of #3D3821
Black with #3D3821
Text Example
Text Example
White with #3D3821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3821; }
p { color: rgb(61,56,33); }
H1.HeaderClassName
{
color: #3D3821;
}
.AnyTagClassName
{
color: #3D3821;
}
</style>
background-color css
<style>
a { background-color: #3D3821; }
a { background-color: rgb(61,56,33); }
div.DivClassName
{
background-color: #3D3821;
}
.BgClassName
{
background-color: #3D3821;
}
</style>
border-color css
<style>
span { border-color: #3D3821; }
span { border-color: rgb(61,56,33); }
td.TdClassName
{
border-color: #3D3821;
}
.TagClassName
{
border-color: #3D3821;
}
</style>