Shades of Graphite #3A372A
Tints of Graphite #3A372A
RGB
CMYK
RGB Variations
Color information
#3A372A (or 0x3A372A) is known color: Graphite. HEX triplet: 3A, 37 and 2A. RGB value is (58,55,42). Sum of RGB (Red+Green+Blue) = 58+55+42=155 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.42% from 155); Green value is 55 (21.88% from 255 or 35.48% from 155); Blue value is 42 (16.80% from 255 or 27.10% from 155); Max value from RGB is 58 - color contains mainly: red. Hex color #3A372A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A372A is #C5C8D5. Grayscale: #363636. Windows color (decimal): -12962006 or 2766650. OLE color: 2766650.
HSL color Cylindrical-coordinate representation of color #3A372A: hue angle of 48.75º degrees, saturation: 0.16, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3A372A is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 55 | 42 | - |
| CMYK | 0 | 0.05 | 0.28 | 0.77 |
| HSL | 48.75º | 0.16% | 0.2% | - |
| HSV(B) | 48.75º | 0.28% | 0.23% | - |
| XYZ | 3.53 | 3.8 | 2.74 | - |
| YUV | 54.42 | 120.99 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 55 | 42 | 0 | 0.05 | 0.28 | 0.77 | 48.75 | 0.16 | 0.2 |
| Hex | 3A | 37 | 2A | 0 | 5 | 1C | 4D | 31 | 10 | 14 |
| Octal | 72 | 67 | 52 | 0 | 5 | 34 | 115 | 61 | 20 | 24 |
| Binary | 111010 | 110111 | 101010 | 0 | 101 | 11100 | 1001101 | 110001 | 10000 | 10100 |
Color Harmonies of #3A372A
Complementary color
Monochromatic Colors of #3A372A
Black with #3A372A
Text Example
Text Example
White with #3A372A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A372A; }
p { color: rgb(58,55,42); }
H1.HeaderClassName
{
color: #3A372A;
}
.AnyTagClassName
{
color: #3A372A;
}
</style>
background-color css
<style>
a { background-color: #3A372A; }
a { background-color: rgb(58,55,42); }
div.DivClassName
{
background-color: #3A372A;
}
.BgClassName
{
background-color: #3A372A;
}
</style>
border-color css
<style>
span { border-color: #3A372A; }
span { border-color: rgb(58,55,42); }
td.TdClassName
{
border-color: #3A372A;
}
.TagClassName
{
border-color: #3A372A;
}
</style>