Shades of Graphite #37342C
Tints of Graphite #37342C
RGB
CMYK
RGB Variations
Color information
#37342C (or 0x37342C) is known color: Graphite. HEX triplet: 37, 34 and 2C. RGB value is (55,52,44). Sum of RGB (Red+Green+Blue) = 55+52+44=151 (20% of max value = 765). Red value is 55 (21.88% from 255 or 36.42% from 151); Green value is 52 (20.70% from 255 or 34.44% from 151); Blue value is 44 (17.58% from 255 or 29.14% from 151); Max value from RGB is 55 - color contains mainly: red. Hex color #37342C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37342C is #C8CBD3. Grayscale: #343434. Windows color (decimal): -13159380 or 2896951. OLE color: 2896951.
HSL color Cylindrical-coordinate representation of color #37342C: hue angle of 43.64º degrees, saturation: 0.11, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #37342C is Cyan = 0, Magento = 0.05, Yellow = 0.2 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 52 | 44 | - |
| CMYK | 0 | 0.05 | 0.2 | 0.78 |
| HSL | 43.64º | 0.11% | 0.19% | - |
| HSV(B) | 43.64º | 0.2% | 0.22% | - |
| XYZ | 3.26 | 3.45 | 2.88 | - |
| YUV | 51.99 | 123.49 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 52 | 44 | 0 | 0.05 | 0.2 | 0.78 | 43.64 | 0.11 | 0.19 |
| Hex | 37 | 34 | 2C | 0 | 5 | 14 | 4E | 2C | B | 13 |
| Octal | 67 | 64 | 54 | 0 | 5 | 24 | 116 | 54 | 13 | 23 |
| Binary | 110111 | 110100 | 101100 | 0 | 101 | 10100 | 1001110 | 101100 | 1011 | 10011 |
Color Harmonies of #37342C
Complementary color
Monochromatic Colors of #37342C
Black with #37342C
Text Example
Text Example
White with #37342C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37342C; }
p { color: rgb(55,52,44); }
H1.HeaderClassName
{
color: #37342C;
}
.AnyTagClassName
{
color: #37342C;
}
</style>
background-color css
<style>
a { background-color: #37342C; }
a { background-color: rgb(55,52,44); }
div.DivClassName
{
background-color: #37342C;
}
.BgClassName
{
background-color: #37342C;
}
</style>
border-color css
<style>
span { border-color: #37342C; }
span { border-color: rgb(55,52,44); }
td.TdClassName
{
border-color: #37342C;
}
.TagClassName
{
border-color: #37342C;
}
</style>