Shades of Goblin #3A483F
Tints of Goblin #3A483F
RGB
CMYK
RGB Variations
Color information
#3A483F (or 0x3A483F) is known color: Goblin. HEX triplet: 3A, 48 and 3F. RGB value is (58,72,63). Sum of RGB (Red+Green+Blue) = 58+72+63=193 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.05% from 193); Green value is 72 (28.52% from 255 or 37.31% from 193); Blue value is 63 (25% from 255 or 32.64% from 193); Max value from RGB is 72 - color contains mainly: green. Hex color #3A483F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A483F is #C5B7C0. Grayscale: #424242. Windows color (decimal): -12957633 or 4147258. OLE color: 4147258.
HSL color Cylindrical-coordinate representation of color #3A483F: hue angle of 141.43º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #3A483F is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 58 | 72 | 63 | - |
| CMYK | 0.19 | 0 | 0.12 | 0.72 |
| HSL | 141.43º | 0.11% | 0.25% | - |
| HSV(B) | 141.43º | 0.19% | 0.28% | - |
| XYZ | 4.96 | 5.89 | 5.58 | - |
| YUV | 66.79 | 125.86 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 72 | 63 | 0.19 | 0 | 0.12 | 0.72 | 141.43 | 0.11 | 0.25 |
| Hex | 3A | 48 | 3F | 13 | 0 | C | 48 | 8D | B | 19 |
| Octal | 72 | 110 | 77 | 23 | 0 | 14 | 110 | 215 | 13 | 31 |
| Binary | 111010 | 1001000 | 111111 | 10011 | 0 | 1100 | 1001000 | 10001101 | 1011 | 11001 |
Color Harmonies of #3A483F
Complementary color
Monochromatic Colors of #3A483F
Black with #3A483F
Text Example
Text Example
White with #3A483F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A483F; }
p { color: rgb(58,72,63); }
H1.HeaderClassName
{
color: #3A483F;
}
.AnyTagClassName
{
color: #3A483F;
}
</style>
background-color css
<style>
a { background-color: #3A483F; }
a { background-color: rgb(58,72,63); }
div.DivClassName
{
background-color: #3A483F;
}
.BgClassName
{
background-color: #3A483F;
}
</style>
border-color css
<style>
span { border-color: #3A483F; }
span { border-color: rgb(58,72,63); }
td.TdClassName
{
border-color: #3A483F;
}
.TagClassName
{
border-color: #3A483F;
}
</style>