Shades of Goblin #39473F
Tints of Goblin #39473F
RGB
CMYK
RGB Variations
Color information
#39473F (or 0x39473F) is known color: Goblin. HEX triplet: 39, 47 and 3F. RGB value is (57,71,63). Sum of RGB (Red+Green+Blue) = 57+71+63=191 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.84% from 191); Green value is 71 (28.12% from 255 or 37.17% from 191); Blue value is 63 (25% from 255 or 32.98% from 191); Max value from RGB is 71 - color contains mainly: green. Hex color #39473F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39473F is #C6B8C0. Grayscale: #414141. Windows color (decimal): -13023425 or 4147001. OLE color: 4147001.
HSL color Cylindrical-coordinate representation of color #39473F: hue angle of 145.71º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #39473F is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 57 | 71 | 63 | - |
| CMYK | 0.20 | 0 | 0.11 | 0.72 |
| HSL | 145.71º | 0.11% | 0.25% | - |
| HSV(B) | 145.71º | 0.2% | 0.28% | - |
| XYZ | 4.84 | 5.74 | 5.55 | - |
| YUV | 65.9 | 126.36 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 71 | 63 | 0.20 | 0 | 0.11 | 0.72 | 145.71 | 0.11 | 0.25 |
| Hex | 39 | 47 | 3F | 14 | 0 | B | 48 | 92 | B | 19 |
| Octal | 71 | 107 | 77 | 24 | 0 | 13 | 110 | 222 | 13 | 31 |
| Binary | 111001 | 1000111 | 111111 | 10100 | 0 | 1011 | 1001000 | 10010010 | 1011 | 11001 |
Color Harmonies of #39473F
Complementary color
Monochromatic Colors of #39473F
Black with #39473F
Text Example
Text Example
White with #39473F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39473F; }
p { color: rgb(57,71,63); }
H1.HeaderClassName
{
color: #39473F;
}
.AnyTagClassName
{
color: #39473F;
}
</style>
background-color css
<style>
a { background-color: #39473F; }
a { background-color: rgb(57,71,63); }
div.DivClassName
{
background-color: #39473F;
}
.BgClassName
{
background-color: #39473F;
}
</style>
border-color css
<style>
span { border-color: #39473F; }
span { border-color: rgb(57,71,63); }
td.TdClassName
{
border-color: #39473F;
}
.TagClassName
{
border-color: #39473F;
}
</style>