Shades of Graphite #373631
Tints of Graphite #373631
RGB
CMYK
RGB Variations
Color information
#373631 (or 0x373631) is known color: Graphite. HEX triplet: 37, 36 and 31. RGB value is (55,54,49). Sum of RGB (Red+Green+Blue) = 55+54+49=158 (20% of max value = 765). Red value is 55 (21.88% from 255 or 34.81% from 158); Green value is 54 (21.48% from 255 or 34.18% from 158); Blue value is 49 (19.53% from 255 or 31.01% from 158); Max value from RGB is 55 - color contains mainly: red. Hex color #373631 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373631 is #C8C9CE. Grayscale: #353535. Windows color (decimal): -13158863 or 3225143. OLE color: 3225143.
HSL color Cylindrical-coordinate representation of color #373631: hue angle of 50º degrees, saturation: 0.06, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #373631 is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 54 | 49 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.78 |
| HSL | 50º | 0.06% | 0.2% | - |
| HSV(B) | 50º | 0.11% | 0.22% | - |
| XYZ | 3.45 | 3.67 | 3.43 | - |
| YUV | 53.73 | 125.33 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 54 | 49 | 0 | 0.02 | 0.11 | 0.78 | 50 | 0.06 | 0.2 |
| Hex | 37 | 36 | 31 | 0 | 2 | B | 4E | 32 | 6 | 14 |
| Octal | 67 | 66 | 61 | 0 | 2 | 13 | 116 | 62 | 6 | 24 |
| Binary | 110111 | 110110 | 110001 | 0 | 10 | 1011 | 1001110 | 110010 | 110 | 10100 |
Color Harmonies of #373631
Complementary color
Monochromatic Colors of #373631
Black with #373631
Text Example
Text Example
White with #373631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373631; }
p { color: rgb(55,54,49); }
H1.HeaderClassName
{
color: #373631;
}
.AnyTagClassName
{
color: #373631;
}
</style>
background-color css
<style>
a { background-color: #373631; }
a { background-color: rgb(55,54,49); }
div.DivClassName
{
background-color: #373631;
}
.BgClassName
{
background-color: #373631;
}
</style>
border-color css
<style>
span { border-color: #373631; }
span { border-color: rgb(55,54,49); }
td.TdClassName
{
border-color: #373631;
}
.TagClassName
{
border-color: #373631;
}
</style>