Shades of Graphite #3D3828
Tints of Graphite #3D3828
RGB
CMYK
RGB Variations
Color information
#3D3828 (or 0x3D3828) is known color: Graphite. HEX triplet: 3D, 38 and 28. RGB value is (61,56,40). Sum of RGB (Red+Green+Blue) = 61+56+40=157 (20% of max value = 765). Red value is 61 (24.22% from 255 or 38.85% from 157); Green value is 56 (22.27% from 255 or 35.67% from 157); Blue value is 40 (16.02% from 255 or 25.48% from 157); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3828 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3828 is #C2C7D7. Grayscale: #373737. Windows color (decimal): -12765144 or 2635837. OLE color: 2635837.
HSL color Cylindrical-coordinate representation of color #3D3828: hue angle of 45.71º degrees, saturation: 0.21, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3D3828 is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 56 | 40 | - |
| CMYK | 0 | 0.08 | 0.34 | 0.76 |
| HSL | 45.71º | 0.21% | 0.2% | - |
| HSV(B) | 45.71º | 0.34% | 0.24% | - |
| XYZ | 3.72 | 3.97 | 2.58 | - |
| YUV | 55.67 | 119.16 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 56 | 40 | 0 | 0.08 | 0.34 | 0.76 | 45.71 | 0.21 | 0.2 |
| Hex | 3D | 38 | 28 | 0 | 8 | 22 | 4C | 2E | 15 | 14 |
| Octal | 75 | 70 | 50 | 0 | 10 | 42 | 114 | 56 | 25 | 24 |
| Binary | 111101 | 111000 | 101000 | 0 | 1000 | 100010 | 1001100 | 101110 | 10101 | 10100 |
Color Harmonies of #3D3828
Complementary color
Monochromatic Colors of #3D3828
Black with #3D3828
Text Example
Text Example
White with #3D3828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3828; }
p { color: rgb(61,56,40); }
H1.HeaderClassName
{
color: #3D3828;
}
.AnyTagClassName
{
color: #3D3828;
}
</style>
background-color css
<style>
a { background-color: #3D3828; }
a { background-color: rgb(61,56,40); }
div.DivClassName
{
background-color: #3D3828;
}
.BgClassName
{
background-color: #3D3828;
}
</style>
border-color css
<style>
span { border-color: #3D3828; }
span { border-color: rgb(61,56,40); }
td.TdClassName
{
border-color: #3D3828;
}
.TagClassName
{
border-color: #3D3828;
}
</style>