Shades of Graphite #3B372E
Tints of Graphite #3B372E
RGB
CMYK
RGB Variations
Color information
#3B372E (or 0x3B372E) is known color: Graphite. HEX triplet: 3B, 37 and 2E. RGB value is (59,55,46). Sum of RGB (Red+Green+Blue) = 59+55+46=160 (21% of max value = 765). Red value is 59 (23.44% from 255 or 36.88% from 160); Green value is 55 (21.88% from 255 or 34.38% from 160); Blue value is 46 (18.36% from 255 or 28.75% from 160); Max value from RGB is 59 - color contains mainly: red. Hex color #3B372E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B372E is #C4C8D1. Grayscale: #373737. Windows color (decimal): -12896466 or 3028795. OLE color: 3028795.
HSL color Cylindrical-coordinate representation of color #3B372E: hue angle of 41.54º degrees, saturation: 0.12, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3B372E is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 55 | 46 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.77 |
| HSL | 41.54º | 0.12% | 0.21% | - |
| HSV(B) | 41.54º | 0.22% | 0.23% | - |
| XYZ | 3.66 | 3.86 | 3.14 | - |
| YUV | 55.17 | 122.83 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 55 | 46 | 0 | 0.07 | 0.22 | 0.77 | 41.54 | 0.12 | 0.21 |
| Hex | 3B | 37 | 2E | 0 | 7 | 16 | 4D | 2A | C | 15 |
| Octal | 73 | 67 | 56 | 0 | 7 | 26 | 115 | 52 | 14 | 25 |
| Binary | 111011 | 110111 | 101110 | 0 | 111 | 10110 | 1001101 | 101010 | 1100 | 10101 |
Color Harmonies of #3B372E
Complementary color
Monochromatic Colors of #3B372E
Black with #3B372E
Text Example
Text Example
White with #3B372E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B372E; }
p { color: rgb(59,55,46); }
H1.HeaderClassName
{
color: #3B372E;
}
.AnyTagClassName
{
color: #3B372E;
}
</style>
background-color css
<style>
a { background-color: #3B372E; }
a { background-color: rgb(59,55,46); }
div.DivClassName
{
background-color: #3B372E;
}
.BgClassName
{
background-color: #3B372E;
}
</style>
border-color css
<style>
span { border-color: #3B372E; }
span { border-color: rgb(59,55,46); }
td.TdClassName
{
border-color: #3B372E;
}
.TagClassName
{
border-color: #3B372E;
}
</style>