Shades of Graphite #37301C
Tints of Graphite #37301C
RGB
CMYK
RGB Variations
Color information
#37301C (or 0x37301C) is known color: Graphite. HEX triplet: 37, 30 and 1C. RGB value is (55,48,28). Sum of RGB (Red+Green+Blue) = 55+48+28=131 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.98% from 131); Green value is 48 (19.14% from 255 or 36.64% from 131); Blue value is 28 (11.33% from 255 or 21.37% from 131); Max value from RGB is 55 - color contains mainly: red. Hex color #37301C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37301C is #C8CFE3. Grayscale: #2F2F2F. Windows color (decimal): -13160420 or 1847351. OLE color: 1847351.
HSL color Cylindrical-coordinate representation of color #37301C: hue angle of 44.44º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #37301C is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 48 | 28 | - |
| CMYK | 0 | 0.13 | 0.49 | 0.78 |
| HSL | 44.44º | 0.33% | 0.16% | - |
| HSV(B) | 44.44º | 0.49% | 0.22% | - |
| XYZ | 2.84 | 3.01 | 1.53 | - |
| YUV | 47.81 | 116.82 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 48 | 28 | 0 | 0.13 | 0.49 | 0.78 | 44.44 | 0.33 | 0.16 |
| Hex | 37 | 30 | 1C | 0 | D | 31 | 4E | 2C | 21 | 10 |
| Octal | 67 | 60 | 34 | 0 | 15 | 61 | 116 | 54 | 41 | 20 |
| Binary | 110111 | 110000 | 11100 | 0 | 1101 | 110001 | 1001110 | 101100 | 100001 | 10000 |
Color Harmonies of #37301C
Complementary color
Monochromatic Colors of #37301C
Black with #37301C
Text Example
Text Example
White with #37301C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37301C; }
p { color: rgb(55,48,28); }
H1.HeaderClassName
{
color: #37301C;
}
.AnyTagClassName
{
color: #37301C;
}
</style>
background-color css
<style>
a { background-color: #37301C; }
a { background-color: rgb(55,48,28); }
div.DivClassName
{
background-color: #37301C;
}
.BgClassName
{
background-color: #37301C;
}
</style>
border-color css
<style>
span { border-color: #37301C; }
span { border-color: rgb(55,48,28); }
td.TdClassName
{
border-color: #37301C;
}
.TagClassName
{
border-color: #37301C;
}
</style>