Shades of Graphite #3D3824
Tints of Graphite #3D3824
RGB
CMYK
RGB Variations
Color information
#3D3824 (or 0x3D3824) is known color: Graphite. HEX triplet: 3D, 38 and 24. RGB value is (61,56,36). Sum of RGB (Red+Green+Blue) = 61+56+36=153 (20% of max value = 765). Red value is 61 (24.22% from 255 or 39.87% from 153); Green value is 56 (22.27% from 255 or 36.60% from 153); Blue value is 36 (14.45% from 255 or 23.53% from 153); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3824 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3824 is #C2C7DB. Grayscale: #373737. Windows color (decimal): -12765148 or 2373693. OLE color: 2373693.
HSL color Cylindrical-coordinate representation of color #3D3824: hue angle of 48º degrees, saturation: 0.26, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3D3824 is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 56 | 36 | - |
| CMYK | 0 | 0.08 | 0.41 | 0.76 |
| HSL | 48º | 0.26% | 0.19% | - |
| HSV(B) | 48º | 0.41% | 0.24% | - |
| XYZ | 3.66 | 3.95 | 2.24 | - |
| YUV | 55.22 | 117.16 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 56 | 36 | 0 | 0.08 | 0.41 | 0.76 | 48 | 0.26 | 0.19 |
| Hex | 3D | 38 | 24 | 0 | 8 | 29 | 4C | 30 | 1A | 13 |
| Octal | 75 | 70 | 44 | 0 | 10 | 51 | 114 | 60 | 32 | 23 |
| Binary | 111101 | 111000 | 100100 | 0 | 1000 | 101001 | 1001100 | 110000 | 11010 | 10011 |
Color Harmonies of #3D3824
Complementary color
Monochromatic Colors of #3D3824
Black with #3D3824
Text Example
Text Example
White with #3D3824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3824; }
p { color: rgb(61,56,36); }
H1.HeaderClassName
{
color: #3D3824;
}
.AnyTagClassName
{
color: #3D3824;
}
</style>
background-color css
<style>
a { background-color: #3D3824; }
a { background-color: rgb(61,56,36); }
div.DivClassName
{
background-color: #3D3824;
}
.BgClassName
{
background-color: #3D3824;
}
</style>
border-color css
<style>
span { border-color: #3D3824; }
span { border-color: rgb(61,56,36); }
td.TdClassName
{
border-color: #3D3824;
}
.TagClassName
{
border-color: #3D3824;
}
</style>