Shades of Graphite #3A341F
Tints of Graphite #3A341F
RGB
CMYK
RGB Variations
Color information
#3A341F (or 0x3A341F) is known color: Graphite. HEX triplet: 3A, 34 and 1F. RGB value is (58,52,31). Sum of RGB (Red+Green+Blue) = 58+52+31=141 (18% of max value = 765). Red value is 58 (23.05% from 255 or 41.13% from 141); Green value is 52 (20.70% from 255 or 36.88% from 141); Blue value is 31 (12.5% from 255 or 21.99% from 141); Max value from RGB is 58 - color contains mainly: red. Hex color #3A341F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A341F is #C5CBE0. Grayscale: #333333. Windows color (decimal): -12962785 or 2044986. OLE color: 2044986.
HSL color Cylindrical-coordinate representation of color #3A341F: hue angle of 46.67º 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 #3A341F is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 52 | 31 | - |
| CMYK | 0 | 0.10 | 0.47 | 0.77 |
| HSL | 46.67º | 0.3% | 0.17% | - |
| HSV(B) | 46.67º | 0.47% | 0.23% | - |
| XYZ | 3.22 | 3.45 | 1.79 | - |
| YUV | 51.4 | 116.49 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 52 | 31 | 0 | 0.10 | 0.47 | 0.77 | 46.67 | 0.3 | 0.17 |
| Hex | 3A | 34 | 1F | 0 | A | 2F | 4D | 2F | 1E | 11 |
| Octal | 72 | 64 | 37 | 0 | 12 | 57 | 115 | 57 | 36 | 21 |
| Binary | 111010 | 110100 | 11111 | 0 | 1010 | 101111 | 1001101 | 101111 | 11110 | 10001 |
Color Harmonies of #3A341F
Complementary color
Monochromatic Colors of #3A341F
Black with #3A341F
Text Example
Text Example
White with #3A341F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A341F; }
p { color: rgb(58,52,31); }
H1.HeaderClassName
{
color: #3A341F;
}
.AnyTagClassName
{
color: #3A341F;
}
</style>
background-color css
<style>
a { background-color: #3A341F; }
a { background-color: rgb(58,52,31); }
div.DivClassName
{
background-color: #3A341F;
}
.BgClassName
{
background-color: #3A341F;
}
</style>
border-color css
<style>
span { border-color: #3A341F; }
span { border-color: rgb(58,52,31); }
td.TdClassName
{
border-color: #3A341F;
}
.TagClassName
{
border-color: #3A341F;
}
</style>