Shades of Goblin #3F4E43
Tints of Goblin #3F4E43
RGB
CMYK
RGB Variations
Color information
#3F4E43 (or 0x3F4E43) is known color: Goblin. HEX triplet: 3F, 4E and 43. RGB value is (63,78,67). Sum of RGB (Red+Green+Blue) = 63+78+67=208 (27% of max value = 765). Red value is 63 (25% from 255 or 30.29% from 208); Green value is 78 (30.86% from 255 or 37.5% from 208); Blue value is 67 (26.56% from 255 or 32.21% from 208); Max value from RGB is 78 - color contains mainly: green. Hex color #3F4E43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F4E43 is #C0B1BC. Grayscale: #484848. Windows color (decimal): -12628413 or 4410943. OLE color: 4410943.
HSL color Cylindrical-coordinate representation of color #3F4E43: hue angle of 136º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #3F4E43 is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 63 | 78 | 67 | - |
| CMYK | 0.19 | 0 | 0.14 | 0.69 |
| HSL | 136º | 0.11% | 0.28% | - |
| HSV(B) | 136º | 0.19% | 0.31% | - |
| XYZ | 5.79 | 6.91 | 6.34 | - |
| YUV | 72.26 | 125.03 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 78 | 67 | 0.19 | 0 | 0.14 | 0.69 | 136 | 0.11 | 0.28 |
| Hex | 3F | 4E | 43 | 13 | 0 | E | 45 | 88 | B | 1C |
| Octal | 77 | 116 | 103 | 23 | 0 | 16 | 105 | 210 | 13 | 34 |
| Binary | 111111 | 1001110 | 1000011 | 10011 | 0 | 1110 | 1000101 | 10001000 | 1011 | 11100 |
Color Harmonies of #3F4E43
Complementary color
Monochromatic Colors of #3F4E43
Black with #3F4E43
Text Example
Text Example
White with #3F4E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4E43; }
p { color: rgb(63,78,67); }
H1.HeaderClassName
{
color: #3F4E43;
}
.AnyTagClassName
{
color: #3F4E43;
}
</style>
background-color css
<style>
a { background-color: #3F4E43; }
a { background-color: rgb(63,78,67); }
div.DivClassName
{
background-color: #3F4E43;
}
.BgClassName
{
background-color: #3F4E43;
}
</style>
border-color css
<style>
span { border-color: #3F4E43; }
span { border-color: rgb(63,78,67); }
td.TdClassName
{
border-color: #3F4E43;
}
.TagClassName
{
border-color: #3F4E43;
}
</style>