Shades of Goblin #30513F
Tints of Goblin #30513F
RGB
CMYK
RGB Variations
Color information
#30513F (or 0x30513F) is known color: Goblin. HEX triplet: 30, 51 and 3F. RGB value is (48,81,63). Sum of RGB (Red+Green+Blue) = 48+81+63=192 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25% from 192); Green value is 81 (32.03% from 255 or 42.19% from 192); Blue value is 63 (25% from 255 or 32.81% from 192); Max value from RGB is 81 - color contains mainly: green. Hex color #30513F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30513F is #CFAEC0. Grayscale: #454545. Windows color (decimal): -13610689 or 4149552. OLE color: 4149552.
HSL color Cylindrical-coordinate representation of color #30513F: hue angle of 147.27º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #30513F is Cyan = 0.41, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 48 | 81 | 63 | - |
| CMYK | 0.41 | 0 | 0.22 | 0.68 |
| HSL | 147.27º | 0.26% | 0.25% | - |
| HSV(B) | 147.27º | 0.41% | 0.32% | - |
| XYZ | 5.06 | 6.87 | 5.76 | - |
| YUV | 69.08 | 124.57 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 81 | 63 | 0.41 | 0 | 0.22 | 0.68 | 147.27 | 0.26 | 0.25 |
| Hex | 30 | 51 | 3F | 29 | 0 | 16 | 44 | 93 | 1A | 19 |
| Octal | 60 | 121 | 77 | 51 | 0 | 26 | 104 | 223 | 32 | 31 |
| Binary | 110000 | 1010001 | 111111 | 101001 | 0 | 10110 | 1000100 | 10010011 | 11010 | 11001 |
Color Harmonies of #30513F
Complementary color
Monochromatic Colors of #30513F
Black with #30513F
Text Example
Text Example
White with #30513F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30513F; }
p { color: rgb(48,81,63); }
H1.HeaderClassName
{
color: #30513F;
}
.AnyTagClassName
{
color: #30513F;
}
</style>
background-color css
<style>
a { background-color: #30513F; }
a { background-color: rgb(48,81,63); }
div.DivClassName
{
background-color: #30513F;
}
.BgClassName
{
background-color: #30513F;
}
</style>
border-color css
<style>
span { border-color: #30513F; }
span { border-color: rgb(48,81,63); }
td.TdClassName
{
border-color: #30513F;
}
.TagClassName
{
border-color: #30513F;
}
</style>