Shades of Goblin #3B503F
Tints of Goblin #3B503F
RGB
CMYK
RGB Variations
Color information
#3B503F (or 0x3B503F) is known color: Goblin. HEX triplet: 3B, 50 and 3F. RGB value is (59,80,63). Sum of RGB (Red+Green+Blue) = 59+80+63=202 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.21% from 202); Green value is 80 (31.64% from 255 or 39.60% from 202); Blue value is 63 (25% from 255 or 31.19% from 202); Max value from RGB is 80 - color contains mainly: green. Hex color #3B503F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B503F is #C4AFC0. Grayscale: #474747. Windows color (decimal): -12890049 or 4149307. OLE color: 4149307.
HSL color Cylindrical-coordinate representation of color #3B503F: hue angle of 131.43º degrees, saturation: 0.15, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3B503F is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 59 | 80 | 63 | - |
| CMYK | 0.26 | 0 | 0.21 | 0.69 |
| HSL | 131.43º | 0.15% | 0.27% | - |
| HSV(B) | 131.43º | 0.26% | 0.31% | - |
| XYZ | 5.57 | 7.03 | 5.77 | - |
| YUV | 71.78 | 123.04 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 80 | 63 | 0.26 | 0 | 0.21 | 0.69 | 131.43 | 0.15 | 0.27 |
| Hex | 3B | 50 | 3F | 1A | 0 | 15 | 45 | 83 | F | 1B |
| Octal | 73 | 120 | 77 | 32 | 0 | 25 | 105 | 203 | 17 | 33 |
| Binary | 111011 | 1010000 | 111111 | 11010 | 0 | 10101 | 1000101 | 10000011 | 1111 | 11011 |
Color Harmonies of #3B503F
Complementary color
Monochromatic Colors of #3B503F
Black with #3B503F
Text Example
Text Example
White with #3B503F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B503F; }
p { color: rgb(59,80,63); }
H1.HeaderClassName
{
color: #3B503F;
}
.AnyTagClassName
{
color: #3B503F;
}
</style>
background-color css
<style>
a { background-color: #3B503F; }
a { background-color: rgb(59,80,63); }
div.DivClassName
{
background-color: #3B503F;
}
.BgClassName
{
background-color: #3B503F;
}
</style>
border-color css
<style>
span { border-color: #3B503F; }
span { border-color: rgb(59,80,63); }
td.TdClassName
{
border-color: #3B503F;
}
.TagClassName
{
border-color: #3B503F;
}
</style>