Shades of Graphite #373422
Tints of Graphite #373422
RGB
CMYK
RGB Variations
Color information
#373422 (or 0x373422) is known color: Graphite. HEX triplet: 37, 34 and 22. RGB value is (55,52,34). Sum of RGB (Red+Green+Blue) = 55+52+34=141 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.01% from 141); Green value is 52 (20.70% from 255 or 36.88% from 141); Blue value is 34 (13.67% from 255 or 24.11% from 141); Max value from RGB is 55 - color contains mainly: red. Hex color #373422 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373422 is #C8CBDD. Grayscale: #323232. Windows color (decimal): -13159390 or 2241591. OLE color: 2241591.
HSL color Cylindrical-coordinate representation of color #373422: hue angle of 51.43º 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 #373422 is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 52 | 34 | - |
| CMYK | 0 | 0.05 | 0.38 | 0.78 |
| HSL | 51.43º | 0.24% | 0.17% | - |
| HSV(B) | 51.43º | 0.38% | 0.22% | - |
| XYZ | 3.09 | 3.38 | 2 | - |
| YUV | 50.85 | 118.49 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 52 | 34 | 0 | 0.05 | 0.38 | 0.78 | 51.43 | 0.24 | 0.17 |
| Hex | 37 | 34 | 22 | 0 | 5 | 26 | 4E | 33 | 18 | 11 |
| Octal | 67 | 64 | 42 | 0 | 5 | 46 | 116 | 63 | 30 | 21 |
| Binary | 110111 | 110100 | 100010 | 0 | 101 | 100110 | 1001110 | 110011 | 11000 | 10001 |
Color Harmonies of #373422
Complementary color
Monochromatic Colors of #373422
Black with #373422
Text Example
Text Example
White with #373422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373422; }
p { color: rgb(55,52,34); }
H1.HeaderClassName
{
color: #373422;
}
.AnyTagClassName
{
color: #373422;
}
</style>
background-color css
<style>
a { background-color: #373422; }
a { background-color: rgb(55,52,34); }
div.DivClassName
{
background-color: #373422;
}
.BgClassName
{
background-color: #373422;
}
</style>
border-color css
<style>
span { border-color: #373422; }
span { border-color: rgb(55,52,34); }
td.TdClassName
{
border-color: #373422;
}
.TagClassName
{
border-color: #373422;
}
</style>