Shades of Graphite #373329
Tints of Graphite #373329
RGB
CMYK
RGB Variations
Color information
#373329 (or 0x373329) is known color: Graphite. HEX triplet: 37, 33 and 29. RGB value is (55,51,41). Sum of RGB (Red+Green+Blue) = 55+51+41=147 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.41% from 147); Green value is 51 (20.31% from 255 or 34.69% from 147); Blue value is 41 (16.41% from 255 or 27.89% from 147); Max value from RGB is 55 - color contains mainly: red. Hex color #373329 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373329 is #C8CCD6. Grayscale: #333333. Windows color (decimal): -13159639 or 2700087. OLE color: 2700087.
HSL color Cylindrical-coordinate representation of color #373329: hue angle of 42.86º degrees, saturation: 0.15, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #373329 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 51 | 41 | - |
| CMYK | 0 | 0.07 | 0.25 | 0.78 |
| HSL | 42.86º | 0.15% | 0.19% | - |
| HSV(B) | 42.86º | 0.25% | 0.22% | - |
| XYZ | 3.16 | 3.34 | 2.58 | - |
| YUV | 51.06 | 122.33 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 51 | 41 | 0 | 0.07 | 0.25 | 0.78 | 42.86 | 0.15 | 0.19 |
| Hex | 37 | 33 | 29 | 0 | 7 | 19 | 4E | 2B | F | 13 |
| Octal | 67 | 63 | 51 | 0 | 7 | 31 | 116 | 53 | 17 | 23 |
| Binary | 110111 | 110011 | 101001 | 0 | 111 | 11001 | 1001110 | 101011 | 1111 | 10011 |
Color Harmonies of #373329
Complementary color
Monochromatic Colors of #373329
Black with #373329
Text Example
Text Example
White with #373329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373329; }
p { color: rgb(55,51,41); }
H1.HeaderClassName
{
color: #373329;
}
.AnyTagClassName
{
color: #373329;
}
</style>
background-color css
<style>
a { background-color: #373329; }
a { background-color: rgb(55,51,41); }
div.DivClassName
{
background-color: #373329;
}
.BgClassName
{
background-color: #373329;
}
</style>
border-color css
<style>
span { border-color: #373329; }
span { border-color: rgb(55,51,41); }
td.TdClassName
{
border-color: #373329;
}
.TagClassName
{
border-color: #373329;
}
</style>