Shades of Graphite #373219
Tints of Graphite #373219
RGB
CMYK
RGB Variations
Color information
#373219 (or 0x373219) is known color: Graphite. HEX triplet: 37, 32 and 19. RGB value is (55,50,25). Sum of RGB (Red+Green+Blue) = 55+50+25=130 (17% of max value = 765). Red value is 55 (21.88% from 255 or 42.31% from 130); Green value is 50 (19.92% from 255 or 38.46% from 130); Blue value is 25 (10.16% from 255 or 19.23% from 130); Max value from RGB is 55 - color contains mainly: red. Hex color #373219 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373219 is #C8CDE6. Grayscale: #303030. Windows color (decimal): -13159911 or 1651255. OLE color: 1651255.
HSL color Cylindrical-coordinate representation of color #373219: hue angle of 50º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #373219 is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 50 | 25 | - |
| CMYK | 0 | 0.09 | 0.55 | 0.78 |
| HSL | 50º | 0.38% | 0.16% | - |
| HSV(B) | 50º | 0.55% | 0.22% | - |
| XYZ | 2.89 | 3.16 | 1.38 | - |
| YUV | 48.65 | 114.66 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 50 | 25 | 0 | 0.09 | 0.55 | 0.78 | 50 | 0.38 | 0.16 |
| Hex | 37 | 32 | 19 | 0 | 9 | 37 | 4E | 32 | 26 | 10 |
| Octal | 67 | 62 | 31 | 0 | 11 | 67 | 116 | 62 | 46 | 20 |
| Binary | 110111 | 110010 | 11001 | 0 | 1001 | 110111 | 1001110 | 110010 | 100110 | 10000 |
Color Harmonies of #373219
Complementary color
Monochromatic Colors of #373219
Black with #373219
Text Example
Text Example
White with #373219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373219; }
p { color: rgb(55,50,25); }
H1.HeaderClassName
{
color: #373219;
}
.AnyTagClassName
{
color: #373219;
}
</style>
background-color css
<style>
a { background-color: #373219; }
a { background-color: rgb(55,50,25); }
div.DivClassName
{
background-color: #373219;
}
.BgClassName
{
background-color: #373219;
}
</style>
border-color css
<style>
span { border-color: #373219; }
span { border-color: rgb(55,50,25); }
td.TdClassName
{
border-color: #373219;
}
.TagClassName
{
border-color: #373219;
}
</style>