Shades of Goblin #3F4A42
Tints of Goblin #3F4A42
RGB
CMYK
RGB Variations
Color information
#3F4A42 (or 0x3F4A42) is known color: Goblin. HEX triplet: 3F, 4A and 42. RGB value is (63,74,66). Sum of RGB (Red+Green+Blue) = 63+74+66=203 (26% of max value = 765). Red value is 63 (25% from 255 or 31.03% from 203); Green value is 74 (29.30% from 255 or 36.45% from 203); Blue value is 66 (26.17% from 255 or 32.51% from 203); Max value from RGB is 74 - color contains mainly: green. Hex color #3F4A42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4A42 is #C0B5BD. Grayscale: #454545. Windows color (decimal): -12629438 or 4344383. OLE color: 4344383.
HSL color Cylindrical-coordinate representation of color #3F4A42: hue angle of 136.36º degrees, saturation: 0.08, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #3F4A42 is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 63 | 74 | 66 | - |
| CMYK | 0.15 | 0 | 0.11 | 0.71 |
| HSL | 136.36º | 0.08% | 0.27% | - |
| HSV(B) | 136.36º | 0.15% | 0.29% | - |
| XYZ | 5.48 | 6.35 | 6.09 | - |
| YUV | 69.8 | 125.86 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 74 | 66 | 0.15 | 0 | 0.11 | 0.71 | 136.36 | 0.08 | 0.27 |
| Hex | 3F | 4A | 42 | F | 0 | B | 47 | 88 | 8 | 1B |
| Octal | 77 | 112 | 102 | 17 | 0 | 13 | 107 | 210 | 10 | 33 |
| Binary | 111111 | 1001010 | 1000010 | 1111 | 0 | 1011 | 1000111 | 10001000 | 1000 | 11011 |
Color Harmonies of #3F4A42
Complementary color
Monochromatic Colors of #3F4A42
Black with #3F4A42
Text Example
Text Example
White with #3F4A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4A42; }
p { color: rgb(63,74,66); }
H1.HeaderClassName
{
color: #3F4A42;
}
.AnyTagClassName
{
color: #3F4A42;
}
</style>
background-color css
<style>
a { background-color: #3F4A42; }
a { background-color: rgb(63,74,66); }
div.DivClassName
{
background-color: #3F4A42;
}
.BgClassName
{
background-color: #3F4A42;
}
</style>
border-color css
<style>
span { border-color: #3F4A42; }
span { border-color: rgb(63,74,66); }
td.TdClassName
{
border-color: #3F4A42;
}
.TagClassName
{
border-color: #3F4A42;
}
</style>