Shades of Goblin #31503D
Tints of Goblin #31503D
RGB
CMYK
RGB Variations
Color information
#31503D (or 0x31503D) is known color: Goblin. HEX triplet: 31, 50 and 3D. RGB value is (49,80,61). Sum of RGB (Red+Green+Blue) = 49+80+61=190 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.79% from 190); Green value is 80 (31.64% from 255 or 42.11% from 190); Blue value is 61 (24.22% from 255 or 32.11% from 190); Max value from RGB is 80 - color contains mainly: green. Hex color #31503D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31503D is #CEAFC2. Grayscale: #444444. Windows color (decimal): -13545411 or 4018225. OLE color: 4018225.
HSL color Cylindrical-coordinate representation of color #31503D: hue angle of 143.23º 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 #31503D is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 49 | 80 | 61 | - |
| CMYK | 0.39 | 0 | 0.24 | 0.69 |
| HSL | 143.23º | 0.24% | 0.25% | - |
| HSV(B) | 143.23º | 0.39% | 0.31% | - |
| XYZ | 4.98 | 6.73 | 5.45 | - |
| YUV | 68.57 | 123.73 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 80 | 61 | 0.39 | 0 | 0.24 | 0.69 | 143.23 | 0.24 | 0.25 |
| Hex | 31 | 50 | 3D | 27 | 0 | 18 | 45 | 8F | 18 | 19 |
| Octal | 61 | 120 | 75 | 47 | 0 | 30 | 105 | 217 | 30 | 31 |
| Binary | 110001 | 1010000 | 111101 | 100111 | 0 | 11000 | 1000101 | 10001111 | 11000 | 11001 |
Color Harmonies of #31503D
Complementary color
Monochromatic Colors of #31503D
Black with #31503D
Text Example
Text Example
White with #31503D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31503D; }
p { color: rgb(49,80,61); }
H1.HeaderClassName
{
color: #31503D;
}
.AnyTagClassName
{
color: #31503D;
}
</style>
background-color css
<style>
a { background-color: #31503D; }
a { background-color: rgb(49,80,61); }
div.DivClassName
{
background-color: #31503D;
}
.BgClassName
{
background-color: #31503D;
}
</style>
border-color css
<style>
span { border-color: #31503D; }
span { border-color: rgb(49,80,61); }
td.TdClassName
{
border-color: #31503D;
}
.TagClassName
{
border-color: #31503D;
}
</style>