Shades of Graphite #373320
Tints of Graphite #373320
RGB
CMYK
RGB Variations
Color information
#373320 (or 0x373320) is known color: Graphite. HEX triplet: 37, 33 and 20. RGB value is (55,51,32). Sum of RGB (Red+Green+Blue) = 55+51+32=138 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.86% from 138); Green value is 51 (20.31% from 255 or 36.96% from 138); Blue value is 32 (12.89% from 255 or 23.19% from 138); Max value from RGB is 55 - color contains mainly: red. Hex color #373320 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373320 is #C8CCDF. Grayscale: #323232. Windows color (decimal): -13159648 or 2110263. OLE color: 2110263.
HSL color Cylindrical-coordinate representation of color #373320: hue angle of 49.57º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #373320 is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 51 | 32 | - |
| CMYK | 0 | 0.07 | 0.42 | 0.78 |
| HSL | 49.57º | 0.26% | 0.17% | - |
| HSV(B) | 49.57º | 0.42% | 0.22% | - |
| XYZ | 3.02 | 3.28 | 1.84 | - |
| YUV | 50.03 | 117.83 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 51 | 32 | 0 | 0.07 | 0.42 | 0.78 | 49.57 | 0.26 | 0.17 |
| Hex | 37 | 33 | 20 | 0 | 7 | 2A | 4E | 32 | 1A | 11 |
| Octal | 67 | 63 | 40 | 0 | 7 | 52 | 116 | 62 | 32 | 21 |
| Binary | 110111 | 110011 | 100000 | 0 | 111 | 101010 | 1001110 | 110010 | 11010 | 10001 |
Color Harmonies of #373320
Complementary color
Monochromatic Colors of #373320
Black with #373320
Text Example
Text Example
White with #373320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373320; }
p { color: rgb(55,51,32); }
H1.HeaderClassName
{
color: #373320;
}
.AnyTagClassName
{
color: #373320;
}
</style>
background-color css
<style>
a { background-color: #373320; }
a { background-color: rgb(55,51,32); }
div.DivClassName
{
background-color: #373320;
}
.BgClassName
{
background-color: #373320;
}
</style>
border-color css
<style>
span { border-color: #373320; }
span { border-color: rgb(55,51,32); }
td.TdClassName
{
border-color: #373320;
}
.TagClassName
{
border-color: #373320;
}
</style>