Shades of Goblin #31513B
Tints of Goblin #31513B
RGB
CMYK
RGB Variations
Color information
#31513B (or 0x31513B) is known color: Goblin. HEX triplet: 31, 51 and 3B. RGB value is (49,81,59). Sum of RGB (Red+Green+Blue) = 49+81+59=189 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.93% from 189); Green value is 81 (32.03% from 255 or 42.86% from 189); Blue value is 59 (23.44% from 255 or 31.22% from 189); Max value from RGB is 81 - color contains mainly: green. Hex color #31513B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31513B is #CEAEC4. Grayscale: #444444. Windows color (decimal): -13545157 or 3887409. OLE color: 3887409.
HSL color Cylindrical-coordinate representation of color #31513B: hue angle of 138.75º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #31513B is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 49 | 81 | 59 | - |
| CMYK | 0.40 | 0 | 0.27 | 0.68 |
| HSL | 138.75º | 0.25% | 0.25% | - |
| HSV(B) | 138.75º | 0.4% | 0.32% | - |
| XYZ | 5 | 6.85 | 5.2 | - |
| YUV | 68.92 | 122.4 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 81 | 59 | 0.40 | 0 | 0.27 | 0.68 | 138.75 | 0.25 | 0.25 |
| Hex | 31 | 51 | 3B | 28 | 0 | 1B | 44 | 8B | 19 | 19 |
| Octal | 61 | 121 | 73 | 50 | 0 | 33 | 104 | 213 | 31 | 31 |
| Binary | 110001 | 1010001 | 111011 | 101000 | 0 | 11011 | 1000100 | 10001011 | 11001 | 11001 |
Color Harmonies of #31513B
Complementary color
Monochromatic Colors of #31513B
Black with #31513B
Text Example
Text Example
White with #31513B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31513B; }
p { color: rgb(49,81,59); }
H1.HeaderClassName
{
color: #31513B;
}
.AnyTagClassName
{
color: #31513B;
}
</style>
background-color css
<style>
a { background-color: #31513B; }
a { background-color: rgb(49,81,59); }
div.DivClassName
{
background-color: #31513B;
}
.BgClassName
{
background-color: #31513B;
}
</style>
border-color css
<style>
span { border-color: #31513B; }
span { border-color: rgb(49,81,59); }
td.TdClassName
{
border-color: #31513B;
}
.TagClassName
{
border-color: #31513B;
}
</style>