Shades of Graphite #3A351F
Tints of Graphite #3A351F
RGB
CMYK
RGB Variations
Color information
#3A351F (or 0x3A351F) is known color: Graphite. HEX triplet: 3A, 35 and 1F. RGB value is (58,53,31). Sum of RGB (Red+Green+Blue) = 58+53+31=142 (18% of max value = 765). Red value is 58 (23.05% from 255 or 40.85% from 142); Green value is 53 (21.09% from 255 or 37.32% from 142); Blue value is 31 (12.5% from 255 or 21.83% from 142); Max value from RGB is 58 - color contains mainly: red. Hex color #3A351F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A351F is #C5CAE0. Grayscale: #343434. Windows color (decimal): -12962529 or 2045242. OLE color: 2045242.
HSL color Cylindrical-coordinate representation of color #3A351F: hue angle of 48.89º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3A351F is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 53 | 31 | - |
| CMYK | 0 | 0.09 | 0.47 | 0.77 |
| HSL | 48.89º | 0.3% | 0.17% | - |
| HSV(B) | 48.89º | 0.47% | 0.23% | - |
| XYZ | 3.27 | 3.54 | 1.81 | - |
| YUV | 51.99 | 116.16 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 53 | 31 | 0 | 0.09 | 0.47 | 0.77 | 48.89 | 0.3 | 0.17 |
| Hex | 3A | 35 | 1F | 0 | 9 | 2F | 4D | 31 | 1E | 11 |
| Octal | 72 | 65 | 37 | 0 | 11 | 57 | 115 | 61 | 36 | 21 |
| Binary | 111010 | 110101 | 11111 | 0 | 1001 | 101111 | 1001101 | 110001 | 11110 | 10001 |
Color Harmonies of #3A351F
Complementary color
Monochromatic Colors of #3A351F
Black with #3A351F
Text Example
Text Example
White with #3A351F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A351F; }
p { color: rgb(58,53,31); }
H1.HeaderClassName
{
color: #3A351F;
}
.AnyTagClassName
{
color: #3A351F;
}
</style>
background-color css
<style>
a { background-color: #3A351F; }
a { background-color: rgb(58,53,31); }
div.DivClassName
{
background-color: #3A351F;
}
.BgClassName
{
background-color: #3A351F;
}
</style>
border-color css
<style>
span { border-color: #3A351F; }
span { border-color: rgb(58,53,31); }
td.TdClassName
{
border-color: #3A351F;
}
.TagClassName
{
border-color: #3A351F;
}
</style>