Shades of Goblin #38493F
Tints of Goblin #38493F
RGB
CMYK
RGB Variations
Color information
#38493F (or 0x38493F) is known color: Goblin. HEX triplet: 38, 49 and 3F. RGB value is (56,73,63). Sum of RGB (Red+Green+Blue) = 56+73+63=192 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.17% from 192); Green value is 73 (28.91% from 255 or 38.02% from 192); Blue value is 63 (25% from 255 or 32.81% from 192); Max value from RGB is 73 - color contains mainly: green. Hex color #38493F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38493F is #C7B6C0. Grayscale: #424242. Windows color (decimal): -13088449 or 4147512. OLE color: 4147512.
HSL color Cylindrical-coordinate representation of color #38493F: hue angle of 144.71º degrees, saturation: 0.13, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #38493F is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 56 | 73 | 63 | - |
| CMYK | 0.23 | 0 | 0.14 | 0.71 |
| HSL | 144.71º | 0.13% | 0.25% | - |
| HSV(B) | 144.71º | 0.23% | 0.29% | - |
| XYZ | 4.91 | 5.96 | 5.6 | - |
| YUV | 66.78 | 125.87 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 73 | 63 | 0.23 | 0 | 0.14 | 0.71 | 144.71 | 0.13 | 0.25 |
| Hex | 38 | 49 | 3F | 17 | 0 | E | 47 | 91 | D | 19 |
| Octal | 70 | 111 | 77 | 27 | 0 | 16 | 107 | 221 | 15 | 31 |
| Binary | 111000 | 1001001 | 111111 | 10111 | 0 | 1110 | 1000111 | 10010001 | 1101 | 11001 |
Color Harmonies of #38493F
Complementary color
Monochromatic Colors of #38493F
Black with #38493F
Text Example
Text Example
White with #38493F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38493F; }
p { color: rgb(56,73,63); }
H1.HeaderClassName
{
color: #38493F;
}
.AnyTagClassName
{
color: #38493F;
}
</style>
background-color css
<style>
a { background-color: #38493F; }
a { background-color: rgb(56,73,63); }
div.DivClassName
{
background-color: #38493F;
}
.BgClassName
{
background-color: #38493F;
}
</style>
border-color css
<style>
span { border-color: #38493F; }
span { border-color: rgb(56,73,63); }
td.TdClassName
{
border-color: #38493F;
}
.TagClassName
{
border-color: #38493F;
}
</style>