Shades of Graphite #3B372D
Tints of Graphite #3B372D
RGB
CMYK
RGB Variations
Color information
#3B372D (or 0x3B372D) is known color: Graphite. HEX triplet: 3B, 37 and 2D. RGB value is (59,55,45). Sum of RGB (Red+Green+Blue) = 59+55+45=159 (21% of max value = 765). Red value is 59 (23.44% from 255 or 37.11% from 159); Green value is 55 (21.88% from 255 or 34.59% from 159); Blue value is 45 (17.97% from 255 or 28.30% from 159); Max value from RGB is 59 - color contains mainly: red. Hex color #3B372D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B372D is #C4C8D2. Grayscale: #373737. Windows color (decimal): -12896467 or 2963259. OLE color: 2963259.
HSL color Cylindrical-coordinate representation of color #3B372D: hue angle of 42.86º degrees, saturation: 0.13, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #3B372D is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 55 | 45 | - |
| CMYK | 0 | 0.07 | 0.24 | 0.77 |
| HSL | 42.86º | 0.13% | 0.2% | - |
| HSV(B) | 42.86º | 0.24% | 0.23% | - |
| XYZ | 3.64 | 3.85 | 3.03 | - |
| YUV | 55.06 | 122.33 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 55 | 45 | 0 | 0.07 | 0.24 | 0.77 | 42.86 | 0.13 | 0.2 |
| Hex | 3B | 37 | 2D | 0 | 7 | 18 | 4D | 2B | D | 14 |
| Octal | 73 | 67 | 55 | 0 | 7 | 30 | 115 | 53 | 15 | 24 |
| Binary | 111011 | 110111 | 101101 | 0 | 111 | 11000 | 1001101 | 101011 | 1101 | 10100 |
Color Harmonies of #3B372D
Complementary color
Monochromatic Colors of #3B372D
Black with #3B372D
Text Example
Text Example
White with #3B372D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B372D; }
p { color: rgb(59,55,45); }
H1.HeaderClassName
{
color: #3B372D;
}
.AnyTagClassName
{
color: #3B372D;
}
</style>
background-color css
<style>
a { background-color: #3B372D; }
a { background-color: rgb(59,55,45); }
div.DivClassName
{
background-color: #3B372D;
}
.BgClassName
{
background-color: #3B372D;
}
</style>
border-color css
<style>
span { border-color: #3B372D; }
span { border-color: rgb(59,55,45); }
td.TdClassName
{
border-color: #3B372D;
}
.TagClassName
{
border-color: #3B372D;
}
</style>