Shades of Graphite #37332A
Tints of Graphite #37332A
RGB
CMYK
RGB Variations
Color information
#37332A (or 0x37332A) is known color: Graphite. HEX triplet: 37, 33 and 2A. RGB value is (55,51,42). Sum of RGB (Red+Green+Blue) = 55+51+42=148 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.16% from 148); Green value is 51 (20.31% from 255 or 34.46% from 148); Blue value is 42 (16.80% from 255 or 28.38% from 148); Max value from RGB is 55 - color contains mainly: red. Hex color #37332A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37332A is #C8CCD5. Grayscale: #333333. Windows color (decimal): -13159638 or 2765623. OLE color: 2765623.
HSL color Cylindrical-coordinate representation of color #37332A: hue angle of 41.54º degrees, saturation: 0.13, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #37332A is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 51 | 42 | - |
| CMYK | 0 | 0.07 | 0.24 | 0.78 |
| HSL | 41.54º | 0.13% | 0.19% | - |
| HSV(B) | 41.54º | 0.24% | 0.22% | - |
| XYZ | 3.18 | 3.35 | 2.67 | - |
| YUV | 51.17 | 122.83 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 51 | 42 | 0 | 0.07 | 0.24 | 0.78 | 41.54 | 0.13 | 0.19 |
| Hex | 37 | 33 | 2A | 0 | 7 | 18 | 4E | 2A | D | 13 |
| Octal | 67 | 63 | 52 | 0 | 7 | 30 | 116 | 52 | 15 | 23 |
| Binary | 110111 | 110011 | 101010 | 0 | 111 | 11000 | 1001110 | 101010 | 1101 | 10011 |
Color Harmonies of #37332A
Complementary color
Monochromatic Colors of #37332A
Black with #37332A
Text Example
Text Example
White with #37332A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37332A; }
p { color: rgb(55,51,42); }
H1.HeaderClassName
{
color: #37332A;
}
.AnyTagClassName
{
color: #37332A;
}
</style>
background-color css
<style>
a { background-color: #37332A; }
a { background-color: rgb(55,51,42); }
div.DivClassName
{
background-color: #37332A;
}
.BgClassName
{
background-color: #37332A;
}
</style>
border-color css
<style>
span { border-color: #37332A; }
span { border-color: rgb(55,51,42); }
td.TdClassName
{
border-color: #37332A;
}
.TagClassName
{
border-color: #37332A;
}
</style>