Shades of Graphite #373322
Tints of Graphite #373322
RGB
CMYK
RGB Variations
Color information
#373322 (or 0x373322) is known color: Graphite. HEX triplet: 37, 33 and 22. RGB value is (55,51,34). Sum of RGB (Red+Green+Blue) = 55+51+34=140 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.29% from 140); Green value is 51 (20.31% from 255 or 36.43% from 140); Blue value is 34 (13.67% from 255 or 24.29% from 140); Max value from RGB is 55 - color contains mainly: red. Hex color #373322 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373322 is #C8CCDD. Grayscale: #323232. Windows color (decimal): -13159646 or 2241335. OLE color: 2241335.
HSL color Cylindrical-coordinate representation of color #373322: hue angle of 48.57º 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 #373322 is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 51 | 34 | - |
| CMYK | 0 | 0.07 | 0.38 | 0.78 |
| HSL | 48.57º | 0.24% | 0.17% | - |
| HSV(B) | 48.57º | 0.38% | 0.22% | - |
| XYZ | 3.05 | 3.3 | 1.99 | - |
| YUV | 50.26 | 118.83 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 51 | 34 | 0 | 0.07 | 0.38 | 0.78 | 48.57 | 0.24 | 0.17 |
| Hex | 37 | 33 | 22 | 0 | 7 | 26 | 4E | 31 | 18 | 11 |
| Octal | 67 | 63 | 42 | 0 | 7 | 46 | 116 | 61 | 30 | 21 |
| Binary | 110111 | 110011 | 100010 | 0 | 111 | 100110 | 1001110 | 110001 | 11000 | 10001 |
Color Harmonies of #373322
Complementary color
Monochromatic Colors of #373322
Black with #373322
Text Example
Text Example
White with #373322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373322; }
p { color: rgb(55,51,34); }
H1.HeaderClassName
{
color: #373322;
}
.AnyTagClassName
{
color: #373322;
}
</style>
background-color css
<style>
a { background-color: #373322; }
a { background-color: rgb(55,51,34); }
div.DivClassName
{
background-color: #373322;
}
.BgClassName
{
background-color: #373322;
}
</style>
border-color css
<style>
span { border-color: #373322; }
span { border-color: rgb(55,51,34); }
td.TdClassName
{
border-color: #373322;
}
.TagClassName
{
border-color: #373322;
}
</style>