Shades of Graphite #3B392E
Tints of Graphite #3B392E
RGB
CMYK
RGB Variations
Color information
#3B392E (or 0x3B392E) is known color: Graphite. HEX triplet: 3B, 39 and 2E. RGB value is (59,57,46). Sum of RGB (Red+Green+Blue) = 59+57+46=162 (21% of max value = 765). Red value is 59 (23.44% from 255 or 36.42% from 162); Green value is 57 (22.66% from 255 or 35.19% from 162); Blue value is 46 (18.36% from 255 or 28.40% from 162); Max value from RGB is 59 - color contains mainly: red. Hex color #3B392E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B392E is #C4C6D1. Grayscale: #383838. Windows color (decimal): -12895954 or 3029307. OLE color: 3029307.
HSL color Cylindrical-coordinate representation of color #3B392E: hue angle of 50.77º 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 #3B392E is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 57 | 46 | - |
| CMYK | 0 | 0.03 | 0.22 | 0.77 |
| HSL | 50.77º | 0.12% | 0.21% | - |
| HSV(B) | 50.77º | 0.22% | 0.23% | - |
| XYZ | 3.76 | 4.05 | 3.17 | - |
| YUV | 56.34 | 122.16 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 57 | 46 | 0 | 0.03 | 0.22 | 0.77 | 50.77 | 0.12 | 0.21 |
| Hex | 3B | 39 | 2E | 0 | 3 | 16 | 4D | 33 | C | 15 |
| Octal | 73 | 71 | 56 | 0 | 3 | 26 | 115 | 63 | 14 | 25 |
| Binary | 111011 | 111001 | 101110 | 0 | 11 | 10110 | 1001101 | 110011 | 1100 | 10101 |
Color Harmonies of #3B392E
Complementary color
Monochromatic Colors of #3B392E
Black with #3B392E
Text Example
Text Example
White with #3B392E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B392E; }
p { color: rgb(59,57,46); }
H1.HeaderClassName
{
color: #3B392E;
}
.AnyTagClassName
{
color: #3B392E;
}
</style>
background-color css
<style>
a { background-color: #3B392E; }
a { background-color: rgb(59,57,46); }
div.DivClassName
{
background-color: #3B392E;
}
.BgClassName
{
background-color: #3B392E;
}
</style>
border-color css
<style>
span { border-color: #3B392E; }
span { border-color: rgb(59,57,46); }
td.TdClassName
{
border-color: #3B392E;
}
.TagClassName
{
border-color: #3B392E;
}
</style>