Shades of Goblin #31603F
Tints of Goblin #31603F
RGB
CMYK
RGB Variations
Color information
#31603F (or 0x31603F) is known color: Goblin. HEX triplet: 31, 60 and 3F. RGB value is (49,96,63). Sum of RGB (Red+Green+Blue) = 49+96+63=208 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.56% from 208); Green value is 96 (37.89% from 255 or 46.15% from 208); Blue value is 63 (25% from 255 or 30.29% from 208); Max value from RGB is 96 - color contains mainly: green. Hex color #31603F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31603F is #CE9FC0. Grayscale: #4E4E4E. Windows color (decimal): -13541313 or 4153393. OLE color: 4153393.
HSL color Cylindrical-coordinate representation of color #31603F: hue angle of 137.87º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #31603F is Cyan = 0.49, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 49 | 96 | 63 | - |
| CMYK | 0.49 | 0 | 0.34 | 0.62 |
| HSL | 137.87º | 0.32% | 0.28% | - |
| HSV(B) | 137.87º | 0.49% | 0.38% | - |
| XYZ | 6.35 | 9.38 | 6.18 | - |
| YUV | 78.19 | 119.43 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 96 | 63 | 0.49 | 0 | 0.34 | 0.62 | 137.87 | 0.32 | 0.28 |
| Hex | 31 | 60 | 3F | 31 | 0 | 22 | 3E | 8A | 20 | 1C |
| Octal | 61 | 140 | 77 | 61 | 0 | 42 | 76 | 212 | 40 | 34 |
| Binary | 110001 | 1100000 | 111111 | 110001 | 0 | 100010 | 111110 | 10001010 | 100000 | 11100 |
Color Harmonies of #31603F
Complementary color
Monochromatic Colors of #31603F
Black with #31603F
Text Example
Text Example
White with #31603F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31603F; }
p { color: rgb(49,96,63); }
H1.HeaderClassName
{
color: #31603F;
}
.AnyTagClassName
{
color: #31603F;
}
</style>
background-color css
<style>
a { background-color: #31603F; }
a { background-color: rgb(49,96,63); }
div.DivClassName
{
background-color: #31603F;
}
.BgClassName
{
background-color: #31603F;
}
</style>
border-color css
<style>
span { border-color: #31603F; }
span { border-color: rgb(49,96,63); }
td.TdClassName
{
border-color: #31603F;
}
.TagClassName
{
border-color: #31603F;
}
</style>