Shades of Goblin #31493B
Tints of Goblin #31493B
RGB
CMYK
RGB Variations
Color information
#31493B (or 0x31493B) is known color: Goblin. HEX triplet: 31, 49 and 3B. RGB value is (49,73,59). Sum of RGB (Red+Green+Blue) = 49+73+59=181 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.07% from 181); Green value is 73 (28.91% from 255 or 40.33% from 181); Blue value is 59 (23.44% from 255 or 32.60% from 181); Max value from RGB is 73 - color contains mainly: green. Hex color #31493B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31493B is #CEB6C4. Grayscale: #404040. Windows color (decimal): -13547205 or 3885361. OLE color: 3885361.
HSL color Cylindrical-coordinate representation of color #31493B: hue angle of 145º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #31493B is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 49 | 73 | 59 | - |
| CMYK | 0.33 | 0 | 0.19 | 0.71 |
| HSL | 145º | 0.2% | 0.24% | - |
| HSV(B) | 145º | 0.33% | 0.29% | - |
| XYZ | 4.44 | 5.73 | 5.01 | - |
| YUV | 64.23 | 125.05 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 73 | 59 | 0.33 | 0 | 0.19 | 0.71 | 145 | 0.2 | 0.24 |
| Hex | 31 | 49 | 3B | 21 | 0 | 13 | 47 | 91 | 14 | 18 |
| Octal | 61 | 111 | 73 | 41 | 0 | 23 | 107 | 221 | 24 | 30 |
| Binary | 110001 | 1001001 | 111011 | 100001 | 0 | 10011 | 1000111 | 10010001 | 10100 | 11000 |
Color Harmonies of #31493B
Complementary color
Monochromatic Colors of #31493B
Black with #31493B
Text Example
Text Example
White with #31493B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31493B; }
p { color: rgb(49,73,59); }
H1.HeaderClassName
{
color: #31493B;
}
.AnyTagClassName
{
color: #31493B;
}
</style>
background-color css
<style>
a { background-color: #31493B; }
a { background-color: rgb(49,73,59); }
div.DivClassName
{
background-color: #31493B;
}
.BgClassName
{
background-color: #31493B;
}
</style>
border-color css
<style>
span { border-color: #31493B; }
span { border-color: rgb(49,73,59); }
td.TdClassName
{
border-color: #31493B;
}
.TagClassName
{
border-color: #31493B;
}
</style>