Shades of Graphite #3B3719
Tints of Graphite #3B3719
RGB
CMYK
RGB Variations
Color information
#3B3719 (or 0x3B3719) is known color: Graphite. HEX triplet: 3B, 37 and 19. RGB value is (59,55,25). Sum of RGB (Red+Green+Blue) = 59+55+25=139 (18% of max value = 765). Red value is 59 (23.44% from 255 or 42.45% from 139); Green value is 55 (21.88% from 255 or 39.57% from 139); Blue value is 25 (10.16% from 255 or 17.99% from 139); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3719 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B3719 is #C4C8E6. Grayscale: #343434. Windows color (decimal): -12896487 or 1652539. OLE color: 1652539.
HSL color Cylindrical-coordinate representation of color #3B3719: hue angle of 52.94º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3B3719 is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 55 | 25 | - |
| CMYK | 0 | 0.07 | 0.58 | 0.77 |
| HSL | 52.94º | 0.4% | 0.16% | - |
| HSV(B) | 52.94º | 0.58% | 0.23% | - |
| XYZ | 3.35 | 3.73 | 1.46 | - |
| YUV | 52.78 | 112.33 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 55 | 25 | 0 | 0.07 | 0.58 | 0.77 | 52.94 | 0.4 | 0.16 |
| Hex | 3B | 37 | 19 | 0 | 7 | 3A | 4D | 35 | 28 | 10 |
| Octal | 73 | 67 | 31 | 0 | 7 | 72 | 115 | 65 | 50 | 20 |
| Binary | 111011 | 110111 | 11001 | 0 | 111 | 111010 | 1001101 | 110101 | 101000 | 10000 |
Color Harmonies of #3B3719
Complementary color
Monochromatic Colors of #3B3719
Black with #3B3719
Text Example
Text Example
White with #3B3719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3719; }
p { color: rgb(59,55,25); }
H1.HeaderClassName
{
color: #3B3719;
}
.AnyTagClassName
{
color: #3B3719;
}
</style>
background-color css
<style>
a { background-color: #3B3719; }
a { background-color: rgb(59,55,25); }
div.DivClassName
{
background-color: #3B3719;
}
.BgClassName
{
background-color: #3B3719;
}
</style>
border-color css
<style>
span { border-color: #3B3719; }
span { border-color: rgb(59,55,25); }
td.TdClassName
{
border-color: #3B3719;
}
.TagClassName
{
border-color: #3B3719;
}
</style>