Shades of Graphite #3B3934
Tints of Graphite #3B3934
RGB
CMYK
RGB Variations
Color information
#3B3934 (or 0x3B3934) is known color: Graphite. HEX triplet: 3B, 39 and 34. RGB value is (59,57,52). Sum of RGB (Red+Green+Blue) = 59+57+52=168 (22% of max value = 765). Red value is 59 (23.44% from 255 or 35.12% from 168); Green value is 57 (22.66% from 255 or 33.93% from 168); Blue value is 52 (20.70% from 255 or 30.95% from 168); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3934 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3934 is #C4C6CB. Grayscale: #393939. Windows color (decimal): -12895948 or 3422523. OLE color: 3422523.
HSL color Cylindrical-coordinate representation of color #3B3934: hue angle of 42.86º degrees, saturation: 0.06, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #3B3934 is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 57 | 52 | - |
| CMYK | 0 | 0.03 | 0.12 | 0.77 |
| HSL | 42.86º | 0.06% | 0.22% | - |
| HSV(B) | 42.86º | 0.12% | 0.23% | - |
| XYZ | 3.89 | 4.1 | 3.84 | - |
| YUV | 57.03 | 125.16 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 57 | 52 | 0 | 0.03 | 0.12 | 0.77 | 42.86 | 0.06 | 0.22 |
| Hex | 3B | 39 | 34 | 0 | 3 | C | 4D | 2B | 6 | 16 |
| Octal | 73 | 71 | 64 | 0 | 3 | 14 | 115 | 53 | 6 | 26 |
| Binary | 111011 | 111001 | 110100 | 0 | 11 | 1100 | 1001101 | 101011 | 110 | 10110 |
Color Harmonies of #3B3934
Complementary color
Monochromatic Colors of #3B3934
Black with #3B3934
Text Example
Text Example
White with #3B3934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3934; }
p { color: rgb(59,57,52); }
H1.HeaderClassName
{
color: #3B3934;
}
.AnyTagClassName
{
color: #3B3934;
}
</style>
background-color css
<style>
a { background-color: #3B3934; }
a { background-color: rgb(59,57,52); }
div.DivClassName
{
background-color: #3B3934;
}
.BgClassName
{
background-color: #3B3934;
}
</style>
border-color css
<style>
span { border-color: #3B3934; }
span { border-color: rgb(59,57,52); }
td.TdClassName
{
border-color: #3B3934;
}
.TagClassName
{
border-color: #3B3934;
}
</style>