Shades of Graphite #37301A
Tints of Graphite #37301A
RGB
CMYK
RGB Variations
Color information
#37301A (or 0x37301A) is known color: Graphite. HEX triplet: 37, 30 and 1A. RGB value is (55,48,26). Sum of RGB (Red+Green+Blue) = 55+48+26=129 (17% of max value = 765). Red value is 55 (21.88% from 255 or 42.64% from 129); Green value is 48 (19.14% from 255 or 37.21% from 129); Blue value is 26 (10.55% from 255 or 20.16% from 129); Max value from RGB is 55 - color contains mainly: red. Hex color #37301A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37301A is #C8CFE5. Grayscale: #2F2F2F. Windows color (decimal): -13160422 or 1716279. OLE color: 1716279.
HSL color Cylindrical-coordinate representation of color #37301A: hue angle of 45.52º degrees, saturation: 0.36, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #37301A is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 48 | 26 | - |
| CMYK | 0 | 0.13 | 0.53 | 0.78 |
| HSL | 45.52º | 0.36% | 0.16% | - |
| HSV(B) | 45.52º | 0.53% | 0.22% | - |
| XYZ | 2.82 | 3 | 1.41 | - |
| YUV | 47.59 | 115.82 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 48 | 26 | 0 | 0.13 | 0.53 | 0.78 | 45.52 | 0.36 | 0.16 |
| Hex | 37 | 30 | 1A | 0 | D | 35 | 4E | 2E | 24 | 10 |
| Octal | 67 | 60 | 32 | 0 | 15 | 65 | 116 | 56 | 44 | 20 |
| Binary | 110111 | 110000 | 11010 | 0 | 1101 | 110101 | 1001110 | 101110 | 100100 | 10000 |
Color Harmonies of #37301A
Complementary color
Monochromatic Colors of #37301A
Black with #37301A
Text Example
Text Example
White with #37301A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37301A; }
p { color: rgb(55,48,26); }
H1.HeaderClassName
{
color: #37301A;
}
.AnyTagClassName
{
color: #37301A;
}
</style>
background-color css
<style>
a { background-color: #37301A; }
a { background-color: rgb(55,48,26); }
div.DivClassName
{
background-color: #37301A;
}
.BgClassName
{
background-color: #37301A;
}
</style>
border-color css
<style>
span { border-color: #37301A; }
span { border-color: rgb(55,48,26); }
td.TdClassName
{
border-color: #37301A;
}
.TagClassName
{
border-color: #37301A;
}
</style>