Shades of Goblin #3F4C44
Tints of Goblin #3F4C44
RGB
CMYK
RGB Variations
Color information
#3F4C44 (or 0x3F4C44) is known color: Goblin. HEX triplet: 3F, 4C and 44. RGB value is (63,76,68). Sum of RGB (Red+Green+Blue) = 63+76+68=207 (27% of max value = 765). Red value is 63 (25% from 255 or 30.43% from 207); Green value is 76 (30.08% from 255 or 36.71% from 207); Blue value is 68 (26.95% from 255 or 32.85% from 207); Max value from RGB is 76 - color contains mainly: green. Hex color #3F4C44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4C44 is #C0B3BB. Grayscale: #474747. Windows color (decimal): -12628924 or 4475967. OLE color: 4475967.
HSL color Cylindrical-coordinate representation of color #3F4C44: hue angle of 143.08º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #3F4C44 is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 63 | 76 | 68 | - |
| CMYK | 0.17 | 0 | 0.11 | 0.70 |
| HSL | 143.08º | 0.09% | 0.27% | - |
| HSV(B) | 143.08º | 0.17% | 0.3% | - |
| XYZ | 5.68 | 6.64 | 6.45 | - |
| YUV | 71.2 | 126.19 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 76 | 68 | 0.17 | 0 | 0.11 | 0.70 | 143.08 | 0.09 | 0.27 |
| Hex | 3F | 4C | 44 | 11 | 0 | B | 46 | 8F | 9 | 1B |
| Octal | 77 | 114 | 104 | 21 | 0 | 13 | 106 | 217 | 11 | 33 |
| Binary | 111111 | 1001100 | 1000100 | 10001 | 0 | 1011 | 1000110 | 10001111 | 1001 | 11011 |
Color Harmonies of #3F4C44
Complementary color
Monochromatic Colors of #3F4C44
Black with #3F4C44
Text Example
Text Example
White with #3F4C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4C44; }
p { color: rgb(63,76,68); }
H1.HeaderClassName
{
color: #3F4C44;
}
.AnyTagClassName
{
color: #3F4C44;
}
</style>
background-color css
<style>
a { background-color: #3F4C44; }
a { background-color: rgb(63,76,68); }
div.DivClassName
{
background-color: #3F4C44;
}
.BgClassName
{
background-color: #3F4C44;
}
</style>
border-color css
<style>
span { border-color: #3F4C44; }
span { border-color: rgb(63,76,68); }
td.TdClassName
{
border-color: #3F4C44;
}
.TagClassName
{
border-color: #3F4C44;
}
</style>