Shades of Graphite #37341F
Tints of Graphite #37341F
RGB
CMYK
RGB Variations
Color information
#37341F (or 0x37341F) is known color: Graphite. HEX triplet: 37, 34 and 1F. RGB value is (55,52,31). Sum of RGB (Red+Green+Blue) = 55+52+31=138 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.86% from 138); Green value is 52 (20.70% from 255 or 37.68% from 138); Blue value is 31 (12.5% from 255 or 22.46% from 138); Max value from RGB is 55 - color contains mainly: red. Hex color #37341F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37341F is #C8CBE0. Grayscale: #323232. Windows color (decimal): -13159393 or 2044983. OLE color: 2044983.
HSL color Cylindrical-coordinate representation of color #37341F: hue angle of 52.5º degrees, saturation: 0.28, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #37341F is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 52 | 31 | - |
| CMYK | 0 | 0.05 | 0.44 | 0.78 |
| HSL | 52.5º | 0.28% | 0.17% | - |
| HSV(B) | 52.5º | 0.44% | 0.22% | - |
| XYZ | 3.05 | 3.37 | 1.79 | - |
| YUV | 50.5 | 116.99 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 52 | 31 | 0 | 0.05 | 0.44 | 0.78 | 52.5 | 0.28 | 0.17 |
| Hex | 37 | 34 | 1F | 0 | 5 | 2C | 4E | 34 | 1C | 11 |
| Octal | 67 | 64 | 37 | 0 | 5 | 54 | 116 | 64 | 34 | 21 |
| Binary | 110111 | 110100 | 11111 | 0 | 101 | 101100 | 1001110 | 110100 | 11100 | 10001 |
Color Harmonies of #37341F
Complementary color
Monochromatic Colors of #37341F
Black with #37341F
Text Example
Text Example
White with #37341F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37341F; }
p { color: rgb(55,52,31); }
H1.HeaderClassName
{
color: #37341F;
}
.AnyTagClassName
{
color: #37341F;
}
</style>
background-color css
<style>
a { background-color: #37341F; }
a { background-color: rgb(55,52,31); }
div.DivClassName
{
background-color: #37341F;
}
.BgClassName
{
background-color: #37341F;
}
</style>
border-color css
<style>
span { border-color: #37341F; }
span { border-color: rgb(55,52,31); }
td.TdClassName
{
border-color: #37341F;
}
.TagClassName
{
border-color: #37341F;
}
</style>