Shades of Goblin #3F4842
Tints of Goblin #3F4842
RGB
CMYK
RGB Variations
Color information
#3F4842 (or 0x3F4842) is known color: Goblin. HEX triplet: 3F, 48 and 42. RGB value is (63,72,66). Sum of RGB (Red+Green+Blue) = 63+72+66=201 (26% of max value = 765). Red value is 63 (25% from 255 or 31.34% from 201); Green value is 72 (28.52% from 255 or 35.82% from 201); Blue value is 66 (26.17% from 255 or 32.84% from 201); Max value from RGB is 72 - color contains mainly: green. Hex color #3F4842 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4842 is #C0B7BD. Grayscale: #444444. Windows color (decimal): -12629950 or 4343871. OLE color: 4343871.
HSL color Cylindrical-coordinate representation of color #3F4842: hue angle of 140º degrees, saturation: 0.07, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #3F4842 is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 63 | 72 | 66 | - |
| CMYK | 0.12 | 0 | 0.08 | 0.72 |
| HSL | 140º | 0.07% | 0.26% | - |
| HSV(B) | 140º | 0.13% | 0.28% | - |
| XYZ | 5.35 | 6.08 | 6.05 | - |
| YUV | 68.63 | 126.52 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 72 | 66 | 0.12 | 0 | 0.08 | 0.72 | 140 | 0.07 | 0.26 |
| Hex | 3F | 48 | 42 | C | 0 | 8 | 48 | 8C | 7 | 1A |
| Octal | 77 | 110 | 102 | 14 | 0 | 10 | 110 | 214 | 7 | 32 |
| Binary | 111111 | 1001000 | 1000010 | 1100 | 0 | 1000 | 1001000 | 10001100 | 111 | 11010 |
Color Harmonies of #3F4842
Complementary color
Monochromatic Colors of #3F4842
Black with #3F4842
Text Example
Text Example
White with #3F4842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4842; }
p { color: rgb(63,72,66); }
H1.HeaderClassName
{
color: #3F4842;
}
.AnyTagClassName
{
color: #3F4842;
}
</style>
background-color css
<style>
a { background-color: #3F4842; }
a { background-color: rgb(63,72,66); }
div.DivClassName
{
background-color: #3F4842;
}
.BgClassName
{
background-color: #3F4842;
}
</style>
border-color css
<style>
span { border-color: #3F4842; }
span { border-color: rgb(63,72,66); }
td.TdClassName
{
border-color: #3F4842;
}
.TagClassName
{
border-color: #3F4842;
}
</style>