Shades of Goblin #315840
Tints of Goblin #315840
RGB
CMYK
RGB Variations
Color information
#315840 (or 0x315840) is known color: Goblin. HEX triplet: 31, 58 and 40. RGB value is (49,88,64). Sum of RGB (Red+Green+Blue) = 49+88+64=201 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.38% from 201); Green value is 88 (34.77% from 255 or 43.78% from 201); Blue value is 64 (25.39% from 255 or 31.84% from 201); Max value from RGB is 88 - color contains mainly: green. Hex color #315840 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315840 is #CEA7BF. Grayscale: #494949. Windows color (decimal): -13543360 or 4216881. OLE color: 4216881.
HSL color Cylindrical-coordinate representation of color #315840: hue angle of 143.08º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #315840 is Cyan = 0.44, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 49 | 88 | 64 | - |
| CMYK | 0.44 | 0 | 0.27 | 0.65 |
| HSL | 143.08º | 0.28% | 0.27% | - |
| HSV(B) | 143.08º | 0.44% | 0.35% | - |
| XYZ | 5.68 | 8 | 6.1 | - |
| YUV | 73.6 | 122.58 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 88 | 64 | 0.44 | 0 | 0.27 | 0.65 | 143.08 | 0.28 | 0.27 |
| Hex | 31 | 58 | 40 | 2C | 0 | 1B | 41 | 8F | 1C | 1B |
| Octal | 61 | 130 | 100 | 54 | 0 | 33 | 101 | 217 | 34 | 33 |
| Binary | 110001 | 1011000 | 1000000 | 101100 | 0 | 11011 | 1000001 | 10001111 | 11100 | 11011 |
Color Harmonies of #315840
Complementary color
Monochromatic Colors of #315840
Black with #315840
Text Example
Text Example
White with #315840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315840; }
p { color: rgb(49,88,64); }
H1.HeaderClassName
{
color: #315840;
}
.AnyTagClassName
{
color: #315840;
}
</style>
background-color css
<style>
a { background-color: #315840; }
a { background-color: rgb(49,88,64); }
div.DivClassName
{
background-color: #315840;
}
.BgClassName
{
background-color: #315840;
}
</style>
border-color css
<style>
span { border-color: #315840; }
span { border-color: rgb(49,88,64); }
td.TdClassName
{
border-color: #315840;
}
.TagClassName
{
border-color: #315840;
}
</style>