Shades of Goblin #31503F
Tints of Goblin #31503F
RGB
CMYK
RGB Variations
Color information
#31503F (or 0x31503F) is known color: Goblin. HEX triplet: 31, 50 and 3F. RGB value is (49,80,63). Sum of RGB (Red+Green+Blue) = 49+80+63=192 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.52% from 192); Green value is 80 (31.64% from 255 or 41.67% from 192); Blue value is 63 (25% from 255 or 32.81% from 192); Max value from RGB is 80 - color contains mainly: green. Hex color #31503F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31503F is #CEAFC0. Grayscale: #444444. Windows color (decimal): -13545409 or 4149297. OLE color: 4149297.
HSL color Cylindrical-coordinate representation of color #31503F: hue angle of 147.1º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #31503F is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 49 | 80 | 63 | - |
| CMYK | 0.39 | 0 | 0.21 | 0.69 |
| HSL | 147.1º | 0.24% | 0.25% | - |
| HSV(B) | 147.1º | 0.39% | 0.31% | - |
| XYZ | 5.03 | 6.75 | 5.74 | - |
| YUV | 68.79 | 124.73 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 80 | 63 | 0.39 | 0 | 0.21 | 0.69 | 147.1 | 0.24 | 0.25 |
| Hex | 31 | 50 | 3F | 27 | 0 | 15 | 45 | 93 | 18 | 19 |
| Octal | 61 | 120 | 77 | 47 | 0 | 25 | 105 | 223 | 30 | 31 |
| Binary | 110001 | 1010000 | 111111 | 100111 | 0 | 10101 | 1000101 | 10010011 | 11000 | 11001 |
Color Harmonies of #31503F
Complementary color
Monochromatic Colors of #31503F
Black with #31503F
Text Example
Text Example
White with #31503F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31503F; }
p { color: rgb(49,80,63); }
H1.HeaderClassName
{
color: #31503F;
}
.AnyTagClassName
{
color: #31503F;
}
</style>
background-color css
<style>
a { background-color: #31503F; }
a { background-color: rgb(49,80,63); }
div.DivClassName
{
background-color: #31503F;
}
.BgClassName
{
background-color: #31503F;
}
</style>
border-color css
<style>
span { border-color: #31503F; }
span { border-color: rgb(49,80,63); }
td.TdClassName
{
border-color: #31503F;
}
.TagClassName
{
border-color: #31503F;
}
</style>