Shades of Goblin #3F4741
Tints of Goblin #3F4741
RGB
CMYK
RGB Variations
Color information
#3F4741 (or 0x3F4741) is known color: Goblin. HEX triplet: 3F, 47 and 41. RGB value is (63,71,65). Sum of RGB (Red+Green+Blue) = 63+71+65=199 (26% of max value = 765). Red value is 63 (25% from 255 or 31.66% from 199); Green value is 71 (28.12% from 255 or 35.68% from 199); Blue value is 65 (25.78% from 255 or 32.66% from 199); Max value from RGB is 71 - color contains mainly: green. Hex color #3F4741 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4741 is #C0B8BE. Grayscale: #434343. Windows color (decimal): -12630207 or 4278079. OLE color: 4278079.
HSL color Cylindrical-coordinate representation of color #3F4741: hue angle of 135º degrees, saturation: 0.06, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #3F4741 is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 63 | 71 | 65 | - |
| CMYK | 0.11 | 0 | 0.08 | 0.72 |
| HSL | 135º | 0.06% | 0.26% | - |
| HSV(B) | 135º | 0.11% | 0.28% | - |
| XYZ | 5.26 | 5.94 | 5.87 | - |
| YUV | 67.92 | 126.35 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 71 | 65 | 0.11 | 0 | 0.08 | 0.72 | 135 | 0.06 | 0.26 |
| Hex | 3F | 47 | 41 | B | 0 | 8 | 48 | 87 | 6 | 1A |
| Octal | 77 | 107 | 101 | 13 | 0 | 10 | 110 | 207 | 6 | 32 |
| Binary | 111111 | 1000111 | 1000001 | 1011 | 0 | 1000 | 1001000 | 10000111 | 110 | 11010 |
Color Harmonies of #3F4741
Complementary color
Monochromatic Colors of #3F4741
Black with #3F4741
Text Example
Text Example
White with #3F4741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4741; }
p { color: rgb(63,71,65); }
H1.HeaderClassName
{
color: #3F4741;
}
.AnyTagClassName
{
color: #3F4741;
}
</style>
background-color css
<style>
a { background-color: #3F4741; }
a { background-color: rgb(63,71,65); }
div.DivClassName
{
background-color: #3F4741;
}
.BgClassName
{
background-color: #3F4741;
}
</style>
border-color css
<style>
span { border-color: #3F4741; }
span { border-color: rgb(63,71,65); }
td.TdClassName
{
border-color: #3F4741;
}
.TagClassName
{
border-color: #3F4741;
}
</style>