Shades of Graphite #3B3618
Tints of Graphite #3B3618
RGB
CMYK
RGB Variations
Color information
#3B3618 (or 0x3B3618) is known color: Graphite. HEX triplet: 3B, 36 and 18. RGB value is (59,54,24). Sum of RGB (Red+Green+Blue) = 59+54+24=137 (18% of max value = 765). Red value is 59 (23.44% from 255 or 43.07% from 137); Green value is 54 (21.48% from 255 or 39.42% from 137); Blue value is 24 (9.77% from 255 or 17.52% from 137); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3618 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B3618 is #C4C9E7. Grayscale: #343434. Windows color (decimal): -12896744 or 1586747. OLE color: 1586747.
HSL color Cylindrical-coordinate representation of color #3B3618: hue angle of 51.43º degrees, saturation: 0.42, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3B3618 is Cyan = 0, Magento = 0.08, Yellow = 0.59 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 54 | 24 | - |
| CMYK | 0 | 0.08 | 0.59 | 0.77 |
| HSL | 51.43º | 0.42% | 0.16% | - |
| HSV(B) | 51.43º | 0.59% | 0.23% | - |
| XYZ | 3.29 | 3.63 | 1.39 | - |
| YUV | 52.08 | 112.16 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 54 | 24 | 0 | 0.08 | 0.59 | 0.77 | 51.43 | 0.42 | 0.16 |
| Hex | 3B | 36 | 18 | 0 | 8 | 3B | 4D | 33 | 2A | 10 |
| Octal | 73 | 66 | 30 | 0 | 10 | 73 | 115 | 63 | 52 | 20 |
| Binary | 111011 | 110110 | 11000 | 0 | 1000 | 111011 | 1001101 | 110011 | 101010 | 10000 |
Color Harmonies of #3B3618
Complementary color
Monochromatic Colors of #3B3618
Black with #3B3618
Text Example
Text Example
White with #3B3618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3618; }
p { color: rgb(59,54,24); }
H1.HeaderClassName
{
color: #3B3618;
}
.AnyTagClassName
{
color: #3B3618;
}
</style>
background-color css
<style>
a { background-color: #3B3618; }
a { background-color: rgb(59,54,24); }
div.DivClassName
{
background-color: #3B3618;
}
.BgClassName
{
background-color: #3B3618;
}
</style>
border-color css
<style>
span { border-color: #3B3618; }
span { border-color: rgb(59,54,24); }
td.TdClassName
{
border-color: #3B3618;
}
.TagClassName
{
border-color: #3B3618;
}
</style>