Shades of Graphite #373122
Tints of Graphite #373122
RGB
CMYK
RGB Variations
Color information
#373122 (or 0x373122) is known color: Graphite. HEX triplet: 37, 31 and 22. RGB value is (55,49,34). Sum of RGB (Red+Green+Blue) = 55+49+34=138 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.86% from 138); Green value is 49 (19.53% from 255 or 35.51% from 138); Blue value is 34 (13.67% from 255 or 24.64% from 138); Max value from RGB is 55 - color contains mainly: red. Hex color #373122 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373122 is #C8CEDD. Grayscale: #313131. Windows color (decimal): -13160158 or 2240823. OLE color: 2240823.
HSL color Cylindrical-coordinate representation of color #373122: hue angle of 42.86º degrees, saturation: 0.24, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #373122 is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 49 | 34 | - |
| CMYK | 0 | 0.11 | 0.38 | 0.78 |
| HSL | 42.86º | 0.24% | 0.17% | - |
| HSV(B) | 42.86º | 0.38% | 0.22% | - |
| XYZ | 2.96 | 3.12 | 1.96 | - |
| YUV | 49.08 | 119.49 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 49 | 34 | 0 | 0.11 | 0.38 | 0.78 | 42.86 | 0.24 | 0.17 |
| Hex | 37 | 31 | 22 | 0 | B | 26 | 4E | 2B | 18 | 11 |
| Octal | 67 | 61 | 42 | 0 | 13 | 46 | 116 | 53 | 30 | 21 |
| Binary | 110111 | 110001 | 100010 | 0 | 1011 | 100110 | 1001110 | 101011 | 11000 | 10001 |
Color Harmonies of #373122
Complementary color
Monochromatic Colors of #373122
Black with #373122
Text Example
Text Example
White with #373122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373122; }
p { color: rgb(55,49,34); }
H1.HeaderClassName
{
color: #373122;
}
.AnyTagClassName
{
color: #373122;
}
</style>
background-color css
<style>
a { background-color: #373122; }
a { background-color: rgb(55,49,34); }
div.DivClassName
{
background-color: #373122;
}
.BgClassName
{
background-color: #373122;
}
</style>
border-color css
<style>
span { border-color: #373122; }
span { border-color: rgb(55,49,34); }
td.TdClassName
{
border-color: #373122;
}
.TagClassName
{
border-color: #373122;
}
</style>