Shades of Graphite #3B3623
Tints of Graphite #3B3623
RGB
CMYK
RGB Variations
Color information
#3B3623 (or 0x3B3623) is known color: Graphite. HEX triplet: 3B, 36 and 23. RGB value is (59,54,35). Sum of RGB (Red+Green+Blue) = 59+54+35=148 (19% of max value = 765). Red value is 59 (23.44% from 255 or 39.86% from 148); Green value is 54 (21.48% from 255 or 36.49% from 148); Blue value is 35 (14.06% from 255 or 23.65% from 148); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3623 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3623 is #C4C9DC. Grayscale: #353535. Windows color (decimal): -12896733 or 2307643. OLE color: 2307643.
HSL color Cylindrical-coordinate representation of color #3B3623: hue angle of 47.5º degrees, saturation: 0.26, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3B3623 is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 54 | 35 | - |
| CMYK | 0 | 0.08 | 0.41 | 0.77 |
| HSL | 47.5º | 0.26% | 0.18% | - |
| HSV(B) | 47.5º | 0.41% | 0.23% | - |
| XYZ | 3.43 | 3.69 | 2.12 | - |
| YUV | 53.33 | 117.66 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 54 | 35 | 0 | 0.08 | 0.41 | 0.77 | 47.5 | 0.26 | 0.18 |
| Hex | 3B | 36 | 23 | 0 | 8 | 29 | 4D | 30 | 1A | 12 |
| Octal | 73 | 66 | 43 | 0 | 10 | 51 | 115 | 60 | 32 | 22 |
| Binary | 111011 | 110110 | 100011 | 0 | 1000 | 101001 | 1001101 | 110000 | 11010 | 10010 |
Color Harmonies of #3B3623
Complementary color
Monochromatic Colors of #3B3623
Black with #3B3623
Text Example
Text Example
White with #3B3623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3623; }
p { color: rgb(59,54,35); }
H1.HeaderClassName
{
color: #3B3623;
}
.AnyTagClassName
{
color: #3B3623;
}
</style>
background-color css
<style>
a { background-color: #3B3623; }
a { background-color: rgb(59,54,35); }
div.DivClassName
{
background-color: #3B3623;
}
.BgClassName
{
background-color: #3B3623;
}
</style>
border-color css
<style>
span { border-color: #3B3623; }
span { border-color: rgb(59,54,35); }
td.TdClassName
{
border-color: #3B3623;
}
.TagClassName
{
border-color: #3B3623;
}
</style>