Shades of Graphite #373017
Tints of Graphite #373017
RGB
CMYK
RGB Variations
Color information
#373017 (or 0x373017) is known color: Graphite. HEX triplet: 37, 30 and 17. RGB value is (55,48,23). Sum of RGB (Red+Green+Blue) = 55+48+23=126 (16% of max value = 765). Red value is 55 (21.88% from 255 or 43.65% from 126); Green value is 48 (19.14% from 255 or 38.10% from 126); Blue value is 23 (9.38% from 255 or 18.25% from 126); Max value from RGB is 55 - color contains mainly: red. Hex color #373017 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373017 is #C8CFE8. Grayscale: #2F2F2F. Windows color (decimal): -13160425 or 1519671. OLE color: 1519671.
HSL color Cylindrical-coordinate representation of color #373017: hue angle of 46.88º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #373017 is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 48 | 23 | - |
| CMYK | 0 | 0.13 | 0.58 | 0.78 |
| HSL | 46.88º | 0.41% | 0.15% | - |
| HSV(B) | 46.88º | 0.58% | 0.22% | - |
| XYZ | 2.79 | 2.99 | 1.24 | - |
| YUV | 47.24 | 114.32 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 48 | 23 | 0 | 0.13 | 0.58 | 0.78 | 46.88 | 0.41 | 0.15 |
| Hex | 37 | 30 | 17 | 0 | D | 3A | 4E | 2F | 29 | F |
| Octal | 67 | 60 | 27 | 0 | 15 | 72 | 116 | 57 | 51 | 17 |
| Binary | 110111 | 110000 | 10111 | 0 | 1101 | 111010 | 1001110 | 101111 | 101001 | 1111 |
Color Harmonies of #373017
Complementary color
Monochromatic Colors of #373017
Black with #373017
Text Example
Text Example
White with #373017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373017; }
p { color: rgb(55,48,23); }
H1.HeaderClassName
{
color: #373017;
}
.AnyTagClassName
{
color: #373017;
}
</style>
background-color css
<style>
a { background-color: #373017; }
a { background-color: rgb(55,48,23); }
div.DivClassName
{
background-color: #373017;
}
.BgClassName
{
background-color: #373017;
}
</style>
border-color css
<style>
span { border-color: #373017; }
span { border-color: rgb(55,48,23); }
td.TdClassName
{
border-color: #373017;
}
.TagClassName
{
border-color: #373017;
}
</style>