Shades of Graphite #3B371C
Tints of Graphite #3B371C
RGB
CMYK
RGB Variations
Color information
#3B371C (or 0x3B371C) is known color: Graphite. HEX triplet: 3B, 37 and 1C. RGB value is (59,55,28). Sum of RGB (Red+Green+Blue) = 59+55+28=142 (18% of max value = 765). Red value is 59 (23.44% from 255 or 41.55% from 142); Green value is 55 (21.88% from 255 or 38.73% from 142); Blue value is 28 (11.33% from 255 or 19.72% from 142); Max value from RGB is 59 - color contains mainly: red. Hex color #3B371C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B371C is #C4C8E3. Grayscale: #353535. Windows color (decimal): -12896484 or 1849147. OLE color: 1849147.
HSL color Cylindrical-coordinate representation of color #3B371C: hue angle of 52.26º degrees, saturation: 0.36, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3B371C is Cyan = 0, Magento = 0.07, Yellow = 0.53 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 55 | 28 | - |
| CMYK | 0 | 0.07 | 0.53 | 0.77 |
| HSL | 52.26º | 0.36% | 0.17% | - |
| HSV(B) | 52.26º | 0.53% | 0.23% | - |
| XYZ | 3.38 | 3.75 | 1.64 | - |
| YUV | 53.12 | 113.83 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 55 | 28 | 0 | 0.07 | 0.53 | 0.77 | 52.26 | 0.36 | 0.17 |
| Hex | 3B | 37 | 1C | 0 | 7 | 35 | 4D | 34 | 24 | 11 |
| Octal | 73 | 67 | 34 | 0 | 7 | 65 | 115 | 64 | 44 | 21 |
| Binary | 111011 | 110111 | 11100 | 0 | 111 | 110101 | 1001101 | 110100 | 100100 | 10001 |
Color Harmonies of #3B371C
Complementary color
Monochromatic Colors of #3B371C
Black with #3B371C
Text Example
Text Example
White with #3B371C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B371C; }
p { color: rgb(59,55,28); }
H1.HeaderClassName
{
color: #3B371C;
}
.AnyTagClassName
{
color: #3B371C;
}
</style>
background-color css
<style>
a { background-color: #3B371C; }
a { background-color: rgb(59,55,28); }
div.DivClassName
{
background-color: #3B371C;
}
.BgClassName
{
background-color: #3B371C;
}
</style>
border-color css
<style>
span { border-color: #3B371C; }
span { border-color: rgb(59,55,28); }
td.TdClassName
{
border-color: #3B371C;
}
.TagClassName
{
border-color: #3B371C;
}
</style>