Shades of Graphite #37331B
Tints of Graphite #37331B
RGB
CMYK
RGB Variations
Color information
#37331B (or 0x37331B) is known color: Graphite. HEX triplet: 37, 33 and 1B. RGB value is (55,51,27). Sum of RGB (Red+Green+Blue) = 55+51+27=133 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.35% from 133); Green value is 51 (20.31% from 255 or 38.35% from 133); Blue value is 27 (10.94% from 255 or 20.30% from 133); Max value from RGB is 55 - color contains mainly: red. Hex color #37331B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37331B is #C8CCE4. Grayscale: #313131. Windows color (decimal): -13159653 or 1782583. OLE color: 1782583.
HSL color Cylindrical-coordinate representation of color #37331B: hue angle of 51.43º 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 #37331B is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 51 | 27 | - |
| CMYK | 0 | 0.07 | 0.51 | 0.78 |
| HSL | 51.43º | 0.34% | 0.16% | - |
| HSV(B) | 51.43º | 0.51% | 0.22% | - |
| XYZ | 2.96 | 3.26 | 1.51 | - |
| YUV | 49.46 | 115.33 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 51 | 27 | 0 | 0.07 | 0.51 | 0.78 | 51.43 | 0.34 | 0.16 |
| Hex | 37 | 33 | 1B | 0 | 7 | 33 | 4E | 33 | 22 | 10 |
| Octal | 67 | 63 | 33 | 0 | 7 | 63 | 116 | 63 | 42 | 20 |
| Binary | 110111 | 110011 | 11011 | 0 | 111 | 110011 | 1001110 | 110011 | 100010 | 10000 |
Color Harmonies of #37331B
Complementary color
Monochromatic Colors of #37331B
Black with #37331B
Text Example
Text Example
White with #37331B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37331B; }
p { color: rgb(55,51,27); }
H1.HeaderClassName
{
color: #37331B;
}
.AnyTagClassName
{
color: #37331B;
}
</style>
background-color css
<style>
a { background-color: #37331B; }
a { background-color: rgb(55,51,27); }
div.DivClassName
{
background-color: #37331B;
}
.BgClassName
{
background-color: #37331B;
}
</style>
border-color css
<style>
span { border-color: #37331B; }
span { border-color: rgb(55,51,27); }
td.TdClassName
{
border-color: #37331B;
}
.TagClassName
{
border-color: #37331B;
}
</style>