Shades of Graphite #3B3823
Tints of Graphite #3B3823
RGB
CMYK
RGB Variations
Color information
#3B3823 (or 0x3B3823) is known color: Graphite. HEX triplet: 3B, 38 and 23. RGB value is (59,56,35). Sum of RGB (Red+Green+Blue) = 59+56+35=150 (19% of max value = 765). Red value is 59 (23.44% from 255 or 39.33% from 150); Green value is 56 (22.27% from 255 or 37.33% from 150); Blue value is 35 (14.06% from 255 or 23.33% from 150); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3823 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3823 is #C4C7DC. Grayscale: #363636. Windows color (decimal): -12896221 or 2308155. OLE color: 2308155.
HSL color Cylindrical-coordinate representation of color #3B3823: hue angle of 52.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 #3B3823 is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 56 | 35 | - |
| CMYK | 0 | 0.05 | 0.41 | 0.77 |
| HSL | 52.5º | 0.26% | 0.18% | - |
| HSV(B) | 52.5º | 0.41% | 0.23% | - |
| XYZ | 3.52 | 3.88 | 2.15 | - |
| YUV | 54.5 | 116.99 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 56 | 35 | 0 | 0.05 | 0.41 | 0.77 | 52.5 | 0.26 | 0.18 |
| Hex | 3B | 38 | 23 | 0 | 5 | 29 | 4D | 34 | 1A | 12 |
| Octal | 73 | 70 | 43 | 0 | 5 | 51 | 115 | 64 | 32 | 22 |
| Binary | 111011 | 111000 | 100011 | 0 | 101 | 101001 | 1001101 | 110100 | 11010 | 10010 |
Color Harmonies of #3B3823
Complementary color
Monochromatic Colors of #3B3823
Black with #3B3823
Text Example
Text Example
White with #3B3823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3823; }
p { color: rgb(59,56,35); }
H1.HeaderClassName
{
color: #3B3823;
}
.AnyTagClassName
{
color: #3B3823;
}
</style>
background-color css
<style>
a { background-color: #3B3823; }
a { background-color: rgb(59,56,35); }
div.DivClassName
{
background-color: #3B3823;
}
.BgClassName
{
background-color: #3B3823;
}
</style>
border-color css
<style>
span { border-color: #3B3823; }
span { border-color: rgb(59,56,35); }
td.TdClassName
{
border-color: #3B3823;
}
.TagClassName
{
border-color: #3B3823;
}
</style>