Shades of Graphite #37331D
Tints of Graphite #37331D
RGB
CMYK
RGB Variations
Color information
#37331D (or 0x37331D) is known color: Graphite. HEX triplet: 37, 33 and 1D. RGB value is (55,51,29). Sum of RGB (Red+Green+Blue) = 55+51+29=135 (17% of max value = 765). Red value is 55 (21.88% from 255 or 40.74% from 135); Green value is 51 (20.31% from 255 or 37.78% from 135); Blue value is 29 (11.72% from 255 or 21.48% from 135); Max value from RGB is 55 - color contains mainly: red. Hex color #37331D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37331D is #C8CCE2. Grayscale: #313131. Windows color (decimal): -13159651 or 1913655. OLE color: 1913655.
HSL color Cylindrical-coordinate representation of color #37331D: hue angle of 50.77º degrees, saturation: 0.31, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #37331D is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 51 | 29 | - |
| CMYK | 0 | 0.07 | 0.47 | 0.78 |
| HSL | 50.77º | 0.31% | 0.16% | - |
| HSV(B) | 50.77º | 0.47% | 0.22% | - |
| XYZ | 2.98 | 3.27 | 1.64 | - |
| YUV | 49.69 | 116.33 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 51 | 29 | 0 | 0.07 | 0.47 | 0.78 | 50.77 | 0.31 | 0.16 |
| Hex | 37 | 33 | 1D | 0 | 7 | 2F | 4E | 33 | 1F | 10 |
| Octal | 67 | 63 | 35 | 0 | 7 | 57 | 116 | 63 | 37 | 20 |
| Binary | 110111 | 110011 | 11101 | 0 | 111 | 101111 | 1001110 | 110011 | 11111 | 10000 |
Color Harmonies of #37331D
Complementary color
Monochromatic Colors of #37331D
Black with #37331D
Text Example
Text Example
White with #37331D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37331D; }
p { color: rgb(55,51,29); }
H1.HeaderClassName
{
color: #37331D;
}
.AnyTagClassName
{
color: #37331D;
}
</style>
background-color css
<style>
a { background-color: #37331D; }
a { background-color: rgb(55,51,29); }
div.DivClassName
{
background-color: #37331D;
}
.BgClassName
{
background-color: #37331D;
}
</style>
border-color css
<style>
span { border-color: #37331D; }
span { border-color: rgb(55,51,29); }
td.TdClassName
{
border-color: #37331D;
}
.TagClassName
{
border-color: #37331D;
}
</style>