Shades of Graphite #3D3925
Tints of Graphite #3D3925
RGB
CMYK
RGB Variations
Color information
#3D3925 (or 0x3D3925) is known color: Graphite. HEX triplet: 3D, 39 and 25. RGB value is (61,57,37). Sum of RGB (Red+Green+Blue) = 61+57+37=155 (20% of max value = 765). Red value is 61 (24.22% from 255 or 39.35% from 155); Green value is 57 (22.66% from 255 or 36.77% from 155); Blue value is 37 (14.84% from 255 or 23.87% from 155); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3925 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3925 is #C2C6DA. Grayscale: #373737. Windows color (decimal): -12764891 or 2439485. OLE color: 2439485.
HSL color Cylindrical-coordinate representation of color #3D3925: hue angle of 50º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3D3925 is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 57 | 37 | - |
| CMYK | 0 | 0.07 | 0.39 | 0.76 |
| HSL | 50º | 0.24% | 0.19% | - |
| HSV(B) | 50º | 0.39% | 0.24% | - |
| XYZ | 3.72 | 4.05 | 2.34 | - |
| YUV | 55.92 | 117.33 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 57 | 37 | 0 | 0.07 | 0.39 | 0.76 | 50 | 0.24 | 0.19 |
| Hex | 3D | 39 | 25 | 0 | 7 | 27 | 4C | 32 | 18 | 13 |
| Octal | 75 | 71 | 45 | 0 | 7 | 47 | 114 | 62 | 30 | 23 |
| Binary | 111101 | 111001 | 100101 | 0 | 111 | 100111 | 1001100 | 110010 | 11000 | 10011 |
Color Harmonies of #3D3925
Complementary color
Monochromatic Colors of #3D3925
Black with #3D3925
Text Example
Text Example
White with #3D3925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3925; }
p { color: rgb(61,57,37); }
H1.HeaderClassName
{
color: #3D3925;
}
.AnyTagClassName
{
color: #3D3925;
}
</style>
background-color css
<style>
a { background-color: #3D3925; }
a { background-color: rgb(61,57,37); }
div.DivClassName
{
background-color: #3D3925;
}
.BgClassName
{
background-color: #3D3925;
}
</style>
border-color css
<style>
span { border-color: #3D3925; }
span { border-color: rgb(61,57,37); }
td.TdClassName
{
border-color: #3D3925;
}
.TagClassName
{
border-color: #3D3925;
}
</style>