Shades of Graphite #37342D
Tints of Graphite #37342D
RGB
CMYK
RGB Variations
Color information
#37342D (or 0x37342D) is known color: Graphite. HEX triplet: 37, 34 and 2D. RGB value is (55,52,45). Sum of RGB (Red+Green+Blue) = 55+52+45=152 (20% of max value = 765). Red value is 55 (21.88% from 255 or 36.18% from 152); Green value is 52 (20.70% from 255 or 34.21% from 152); Blue value is 45 (17.97% from 255 or 29.61% from 152); Max value from RGB is 55 - color contains mainly: red. Hex color #37342D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37342D is #C8CBD2. Grayscale: #343434. Windows color (decimal): -13159379 or 2962487. OLE color: 2962487.
HSL color Cylindrical-coordinate representation of color #37342D: hue angle of 42º degrees, saturation: 0.1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #37342D is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 52 | 45 | - |
| CMYK | 0 | 0.05 | 0.18 | 0.78 |
| HSL | 42º | 0.1% | 0.2% | - |
| HSV(B) | 42º | 0.18% | 0.22% | - |
| XYZ | 3.28 | 3.46 | 2.98 | - |
| YUV | 52.1 | 123.99 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 52 | 45 | 0 | 0.05 | 0.18 | 0.78 | 42 | 0.1 | 0.2 |
| Hex | 37 | 34 | 2D | 0 | 5 | 12 | 4E | 2A | A | 14 |
| Octal | 67 | 64 | 55 | 0 | 5 | 22 | 116 | 52 | 12 | 24 |
| Binary | 110111 | 110100 | 101101 | 0 | 101 | 10010 | 1001110 | 101010 | 1010 | 10100 |
Color Harmonies of #37342D
Complementary color
Monochromatic Colors of #37342D
Black with #37342D
Text Example
Text Example
White with #37342D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37342D; }
p { color: rgb(55,52,45); }
H1.HeaderClassName
{
color: #37342D;
}
.AnyTagClassName
{
color: #37342D;
}
</style>
background-color css
<style>
a { background-color: #37342D; }
a { background-color: rgb(55,52,45); }
div.DivClassName
{
background-color: #37342D;
}
.BgClassName
{
background-color: #37342D;
}
</style>
border-color css
<style>
span { border-color: #37342D; }
span { border-color: rgb(55,52,45); }
td.TdClassName
{
border-color: #37342D;
}
.TagClassName
{
border-color: #37342D;
}
</style>