Shades of Graphite #3B3723
Tints of Graphite #3B3723
RGB
CMYK
RGB Variations
Color information
#3B3723 (or 0x3B3723) is known color: Graphite. HEX triplet: 3B, 37 and 23. RGB value is (59,55,35). Sum of RGB (Red+Green+Blue) = 59+55+35=149 (19% of max value = 765). Red value is 59 (23.44% from 255 or 39.60% from 149); Green value is 55 (21.88% from 255 or 36.91% from 149); Blue value is 35 (14.06% from 255 or 23.49% from 149); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3723 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3723 is #C4C8DC. Grayscale: #353535. Windows color (decimal): -12896477 or 2307899. OLE color: 2307899.
HSL color Cylindrical-coordinate representation of color #3B3723: hue angle of 50º 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 #3B3723 is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 55 | 35 | - |
| CMYK | 0 | 0.07 | 0.41 | 0.77 |
| HSL | 50º | 0.26% | 0.18% | - |
| HSV(B) | 50º | 0.41% | 0.23% | - |
| XYZ | 3.47 | 3.78 | 2.14 | - |
| YUV | 53.92 | 117.33 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 55 | 35 | 0 | 0.07 | 0.41 | 0.77 | 50 | 0.26 | 0.18 |
| Hex | 3B | 37 | 23 | 0 | 7 | 29 | 4D | 32 | 1A | 12 |
| Octal | 73 | 67 | 43 | 0 | 7 | 51 | 115 | 62 | 32 | 22 |
| Binary | 111011 | 110111 | 100011 | 0 | 111 | 101001 | 1001101 | 110010 | 11010 | 10010 |
Color Harmonies of #3B3723
Complementary color
Monochromatic Colors of #3B3723
Black with #3B3723
Text Example
Text Example
White with #3B3723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3723; }
p { color: rgb(59,55,35); }
H1.HeaderClassName
{
color: #3B3723;
}
.AnyTagClassName
{
color: #3B3723;
}
</style>
background-color css
<style>
a { background-color: #3B3723; }
a { background-color: rgb(59,55,35); }
div.DivClassName
{
background-color: #3B3723;
}
.BgClassName
{
background-color: #3B3723;
}
</style>
border-color css
<style>
span { border-color: #3B3723; }
span { border-color: rgb(59,55,35); }
td.TdClassName
{
border-color: #3B3723;
}
.TagClassName
{
border-color: #3B3723;
}
</style>