Shades of Graphite #37301B
Tints of Graphite #37301B
RGB
CMYK
RGB Variations
Color information
#37301B (or 0x37301B) is known color: Graphite. HEX triplet: 37, 30 and 1B. RGB value is (55,48,27). Sum of RGB (Red+Green+Blue) = 55+48+27=130 (17% of max value = 765). Red value is 55 (21.88% from 255 or 42.31% from 130); Green value is 48 (19.14% from 255 or 36.92% from 130); Blue value is 27 (10.94% from 255 or 20.77% from 130); Max value from RGB is 55 - color contains mainly: red. Hex color #37301B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37301B is #C8CFE4. Grayscale: #2F2F2F. Windows color (decimal): -13160421 or 1781815. OLE color: 1781815.
HSL color Cylindrical-coordinate representation of color #37301B: hue angle of 45º degrees, saturation: 0.34, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #37301B is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 48 | 27 | - |
| CMYK | 0 | 0.13 | 0.51 | 0.78 |
| HSL | 45º | 0.34% | 0.16% | - |
| HSV(B) | 45º | 0.51% | 0.22% | - |
| XYZ | 2.83 | 3.01 | 1.47 | - |
| YUV | 47.7 | 116.32 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 48 | 27 | 0 | 0.13 | 0.51 | 0.78 | 45 | 0.34 | 0.16 |
| Hex | 37 | 30 | 1B | 0 | D | 33 | 4E | 2D | 22 | 10 |
| Octal | 67 | 60 | 33 | 0 | 15 | 63 | 116 | 55 | 42 | 20 |
| Binary | 110111 | 110000 | 11011 | 0 | 1101 | 110011 | 1001110 | 101101 | 100010 | 10000 |
Color Harmonies of #37301B
Complementary color
Monochromatic Colors of #37301B
Black with #37301B
Text Example
Text Example
White with #37301B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37301B; }
p { color: rgb(55,48,27); }
H1.HeaderClassName
{
color: #37301B;
}
.AnyTagClassName
{
color: #37301B;
}
</style>
background-color css
<style>
a { background-color: #37301B; }
a { background-color: rgb(55,48,27); }
div.DivClassName
{
background-color: #37301B;
}
.BgClassName
{
background-color: #37301B;
}
</style>
border-color css
<style>
span { border-color: #37301B; }
span { border-color: rgb(55,48,27); }
td.TdClassName
{
border-color: #37301B;
}
.TagClassName
{
border-color: #37301B;
}
</style>