Shades of Graphite #373527
Tints of Graphite #373527
RGB
CMYK
RGB Variations
Color information
#373527 (or 0x373527) is known color: Graphite. HEX triplet: 37, 35 and 27. RGB value is (55,53,39). Sum of RGB (Red+Green+Blue) = 55+53+39=147 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.41% from 147); Green value is 53 (21.09% from 255 or 36.05% from 147); Blue value is 39 (15.62% from 255 or 26.53% from 147); Max value from RGB is 55 - color contains mainly: red. Hex color #373527 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373527 is #C8CAD8. Grayscale: #343434. Windows color (decimal): -13159129 or 2569527. OLE color: 2569527.
HSL color Cylindrical-coordinate representation of color #373527: hue angle of 52.5º degrees, saturation: 0.17, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #373527 is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 53 | 39 | - |
| CMYK | 0 | 0.04 | 0.29 | 0.78 |
| HSL | 52.5º | 0.17% | 0.18% | - |
| HSV(B) | 52.5º | 0.29% | 0.22% | - |
| XYZ | 3.21 | 3.5 | 2.43 | - |
| YUV | 52 | 120.66 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 53 | 39 | 0 | 0.04 | 0.29 | 0.78 | 52.5 | 0.17 | 0.18 |
| Hex | 37 | 35 | 27 | 0 | 4 | 1D | 4E | 34 | 11 | 12 |
| Octal | 67 | 65 | 47 | 0 | 4 | 35 | 116 | 64 | 21 | 22 |
| Binary | 110111 | 110101 | 100111 | 0 | 100 | 11101 | 1001110 | 110100 | 10001 | 10010 |
Color Harmonies of #373527
Complementary color
Monochromatic Colors of #373527
Black with #373527
Text Example
Text Example
White with #373527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373527; }
p { color: rgb(55,53,39); }
H1.HeaderClassName
{
color: #373527;
}
.AnyTagClassName
{
color: #373527;
}
</style>
background-color css
<style>
a { background-color: #373527; }
a { background-color: rgb(55,53,39); }
div.DivClassName
{
background-color: #373527;
}
.BgClassName
{
background-color: #373527;
}
</style>
border-color css
<style>
span { border-color: #373527; }
span { border-color: rgb(55,53,39); }
td.TdClassName
{
border-color: #373527;
}
.TagClassName
{
border-color: #373527;
}
</style>