Shades of Graphite #3D3826
Tints of Graphite #3D3826
RGB
CMYK
RGB Variations
Color information
#3D3826 (or 0x3D3826) is known color: Graphite. HEX triplet: 3D, 38 and 26. RGB value is (61,56,38). Sum of RGB (Red+Green+Blue) = 61+56+38=155 (20% of max value = 765). Red value is 61 (24.22% from 255 or 39.35% from 155); Green value is 56 (22.27% from 255 or 36.13% from 155); Blue value is 38 (15.23% from 255 or 24.52% from 155); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3826 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3826 is #C2C7D9. Grayscale: #373737. Windows color (decimal): -12765146 or 2504765. OLE color: 2504765.
HSL color Cylindrical-coordinate representation of color #3D3826: hue angle of 46.96º degrees, saturation: 0.23, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3D3826 is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 56 | 38 | - |
| CMYK | 0 | 0.08 | 0.38 | 0.76 |
| HSL | 46.96º | 0.23% | 0.19% | - |
| HSV(B) | 46.96º | 0.38% | 0.24% | - |
| XYZ | 3.69 | 3.96 | 2.4 | - |
| YUV | 55.44 | 118.16 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 56 | 38 | 0 | 0.08 | 0.38 | 0.76 | 46.96 | 0.23 | 0.19 |
| Hex | 3D | 38 | 26 | 0 | 8 | 26 | 4C | 2F | 17 | 13 |
| Octal | 75 | 70 | 46 | 0 | 10 | 46 | 114 | 57 | 27 | 23 |
| Binary | 111101 | 111000 | 100110 | 0 | 1000 | 100110 | 1001100 | 101111 | 10111 | 10011 |
Color Harmonies of #3D3826
Complementary color
Monochromatic Colors of #3D3826
Black with #3D3826
Text Example
Text Example
White with #3D3826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3826; }
p { color: rgb(61,56,38); }
H1.HeaderClassName
{
color: #3D3826;
}
.AnyTagClassName
{
color: #3D3826;
}
</style>
background-color css
<style>
a { background-color: #3D3826; }
a { background-color: rgb(61,56,38); }
div.DivClassName
{
background-color: #3D3826;
}
.BgClassName
{
background-color: #3D3826;
}
</style>
border-color css
<style>
span { border-color: #3D3826; }
span { border-color: rgb(61,56,38); }
td.TdClassName
{
border-color: #3D3826;
}
.TagClassName
{
border-color: #3D3826;
}
</style>