Shades of Graphite #3A371E
Tints of Graphite #3A371E
RGB
CMYK
RGB Variations
Color information
#3A371E (or 0x3A371E) is known color: Graphite. HEX triplet: 3A, 37 and 1E. RGB value is (58,55,30). Sum of RGB (Red+Green+Blue) = 58+55+30=143 (18% of max value = 765). Red value is 58 (23.05% from 255 or 40.56% from 143); Green value is 55 (21.88% from 255 or 38.46% from 143); Blue value is 30 (12.11% from 255 or 20.98% from 143); Max value from RGB is 58 - color contains mainly: red. Hex color #3A371E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A371E is #C5C8E1. Grayscale: #353535. Windows color (decimal): -12962018 or 1980218. OLE color: 1980218.
HSL color Cylindrical-coordinate representation of color #3A371E: hue angle of 53.57º degrees, saturation: 0.32, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3A371E is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 55 | 30 | - |
| CMYK | 0 | 0.05 | 0.48 | 0.77 |
| HSL | 53.57º | 0.32% | 0.17% | - |
| HSV(B) | 53.57º | 0.48% | 0.23% | - |
| XYZ | 3.35 | 3.73 | 1.77 | - |
| YUV | 53.05 | 114.99 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 55 | 30 | 0 | 0.05 | 0.48 | 0.77 | 53.57 | 0.32 | 0.17 |
| Hex | 3A | 37 | 1E | 0 | 5 | 30 | 4D | 36 | 20 | 11 |
| Octal | 72 | 67 | 36 | 0 | 5 | 60 | 115 | 66 | 40 | 21 |
| Binary | 111010 | 110111 | 11110 | 0 | 101 | 110000 | 1001101 | 110110 | 100000 | 10001 |
Color Harmonies of #3A371E
Complementary color
Monochromatic Colors of #3A371E
Black with #3A371E
Text Example
Text Example
White with #3A371E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A371E; }
p { color: rgb(58,55,30); }
H1.HeaderClassName
{
color: #3A371E;
}
.AnyTagClassName
{
color: #3A371E;
}
</style>
background-color css
<style>
a { background-color: #3A371E; }
a { background-color: rgb(58,55,30); }
div.DivClassName
{
background-color: #3A371E;
}
.BgClassName
{
background-color: #3A371E;
}
</style>
border-color css
<style>
span { border-color: #3A371E; }
span { border-color: rgb(58,55,30); }
td.TdClassName
{
border-color: #3A371E;
}
.TagClassName
{
border-color: #3A371E;
}
</style>