Shades of Graphite #3B361F
Tints of Graphite #3B361F
RGB
CMYK
RGB Variations
Color information
#3B361F (or 0x3B361F) is known color: Graphite. HEX triplet: 3B, 36 and 1F. RGB value is (59,54,31). Sum of RGB (Red+Green+Blue) = 59+54+31=144 (19% of max value = 765). Red value is 59 (23.44% from 255 or 40.97% from 144); Green value is 54 (21.48% from 255 or 37.5% from 144); Blue value is 31 (12.5% from 255 or 21.53% from 144); Max value from RGB is 59 - color contains mainly: red. Hex color #3B361F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B361F is #C4C9E0. Grayscale: #343434. Windows color (decimal): -12896737 or 2045499. OLE color: 2045499.
HSL color Cylindrical-coordinate representation of color #3B361F: hue angle of 49.29º degrees, saturation: 0.31, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3B361F is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 54 | 31 | - |
| CMYK | 0 | 0.08 | 0.47 | 0.77 |
| HSL | 49.29º | 0.31% | 0.18% | - |
| HSV(B) | 49.29º | 0.47% | 0.23% | - |
| XYZ | 3.37 | 3.67 | 1.83 | - |
| YUV | 52.87 | 115.66 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 54 | 31 | 0 | 0.08 | 0.47 | 0.77 | 49.29 | 0.31 | 0.18 |
| Hex | 3B | 36 | 1F | 0 | 8 | 2F | 4D | 31 | 1F | 12 |
| Octal | 73 | 66 | 37 | 0 | 10 | 57 | 115 | 61 | 37 | 22 |
| Binary | 111011 | 110110 | 11111 | 0 | 1000 | 101111 | 1001101 | 110001 | 11111 | 10010 |
Color Harmonies of #3B361F
Complementary color
Monochromatic Colors of #3B361F
Black with #3B361F
Text Example
Text Example
White with #3B361F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B361F; }
p { color: rgb(59,54,31); }
H1.HeaderClassName
{
color: #3B361F;
}
.AnyTagClassName
{
color: #3B361F;
}
</style>
background-color css
<style>
a { background-color: #3B361F; }
a { background-color: rgb(59,54,31); }
div.DivClassName
{
background-color: #3B361F;
}
.BgClassName
{
background-color: #3B361F;
}
</style>
border-color css
<style>
span { border-color: #3B361F; }
span { border-color: rgb(59,54,31); }
td.TdClassName
{
border-color: #3B361F;
}
.TagClassName
{
border-color: #3B361F;
}
</style>