Shades of Goblin #314B3A
Tints of Goblin #314B3A
RGB
CMYK
RGB Variations
Color information
#314B3A (or 0x314B3A) is known color: Goblin. HEX triplet: 31, 4B and 3A. RGB value is (49,75,58). Sum of RGB (Red+Green+Blue) = 49+75+58=182 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.92% from 182); Green value is 75 (29.69% from 255 or 41.21% from 182); Blue value is 58 (23.05% from 255 or 31.87% from 182); Max value from RGB is 75 - color contains mainly: green. Hex color #314B3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314B3A is #CEB4C5. Grayscale: #414141. Windows color (decimal): -13546694 or 3820337. OLE color: 3820337.
HSL color Cylindrical-coordinate representation of color #314B3A: hue angle of 140.77º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #314B3A is Cyan = 0.35, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 49 | 75 | 58 | - |
| CMYK | 0.35 | 0 | 0.23 | 0.71 |
| HSL | 140.77º | 0.21% | 0.24% | - |
| HSV(B) | 140.77º | 0.35% | 0.29% | - |
| XYZ | 4.55 | 5.99 | 4.92 | - |
| YUV | 65.29 | 123.89 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 75 | 58 | 0.35 | 0 | 0.23 | 0.71 | 140.77 | 0.21 | 0.24 |
| Hex | 31 | 4B | 3A | 23 | 0 | 17 | 47 | 8D | 15 | 18 |
| Octal | 61 | 113 | 72 | 43 | 0 | 27 | 107 | 215 | 25 | 30 |
| Binary | 110001 | 1001011 | 111010 | 100011 | 0 | 10111 | 1000111 | 10001101 | 10101 | 11000 |
Color Harmonies of #314B3A
Complementary color
Monochromatic Colors of #314B3A
Black with #314B3A
Text Example
Text Example
White with #314B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314B3A; }
p { color: rgb(49,75,58); }
H1.HeaderClassName
{
color: #314B3A;
}
.AnyTagClassName
{
color: #314B3A;
}
</style>
background-color css
<style>
a { background-color: #314B3A; }
a { background-color: rgb(49,75,58); }
div.DivClassName
{
background-color: #314B3A;
}
.BgClassName
{
background-color: #314B3A;
}
</style>
border-color css
<style>
span { border-color: #314B3A; }
span { border-color: rgb(49,75,58); }
td.TdClassName
{
border-color: #314B3A;
}
.TagClassName
{
border-color: #314B3A;
}
</style>