Shades of Goblin #314B3C
Tints of Goblin #314B3C
RGB
CMYK
RGB Variations
Color information
#314B3C (or 0x314B3C) is known color: Goblin. HEX triplet: 31, 4B and 3C. RGB value is (49,75,60). Sum of RGB (Red+Green+Blue) = 49+75+60=184 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.63% from 184); Green value is 75 (29.69% from 255 or 40.76% from 184); Blue value is 60 (23.83% from 255 or 32.61% from 184); Max value from RGB is 75 - color contains mainly: green. Hex color #314B3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314B3C is #CEB4C3. Grayscale: #414141. Windows color (decimal): -13546692 or 3951409. OLE color: 3951409.
HSL color Cylindrical-coordinate representation of color #314B3C: hue angle of 145.38º 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 #314B3C is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 49 | 75 | 60 | - |
| CMYK | 0.35 | 0 | 0.20 | 0.71 |
| HSL | 145.38º | 0.21% | 0.24% | - |
| HSV(B) | 145.38º | 0.35% | 0.29% | - |
| XYZ | 4.6 | 6.01 | 5.19 | - |
| YUV | 65.52 | 124.89 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 75 | 60 | 0.35 | 0 | 0.20 | 0.71 | 145.38 | 0.21 | 0.24 |
| Hex | 31 | 4B | 3C | 23 | 0 | 14 | 47 | 91 | 15 | 18 |
| Octal | 61 | 113 | 74 | 43 | 0 | 24 | 107 | 221 | 25 | 30 |
| Binary | 110001 | 1001011 | 111100 | 100011 | 0 | 10100 | 1000111 | 10010001 | 10101 | 11000 |
Color Harmonies of #314B3C
Complementary color
Monochromatic Colors of #314B3C
Black with #314B3C
Text Example
Text Example
White with #314B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314B3C; }
p { color: rgb(49,75,60); }
H1.HeaderClassName
{
color: #314B3C;
}
.AnyTagClassName
{
color: #314B3C;
}
</style>
background-color css
<style>
a { background-color: #314B3C; }
a { background-color: rgb(49,75,60); }
div.DivClassName
{
background-color: #314B3C;
}
.BgClassName
{
background-color: #314B3C;
}
</style>
border-color css
<style>
span { border-color: #314B3C; }
span { border-color: rgb(49,75,60); }
td.TdClassName
{
border-color: #314B3C;
}
.TagClassName
{
border-color: #314B3C;
}
</style>