Shades of Goblin #3A4B41
Tints of Goblin #3A4B41
RGB
CMYK
RGB Variations
Color information
#3A4B41 (or 0x3A4B41) is known color: Goblin. HEX triplet: 3A, 4B and 41. RGB value is (58,75,65). Sum of RGB (Red+Green+Blue) = 58+75+65=198 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.29% from 198); Green value is 75 (29.69% from 255 or 37.88% from 198); Blue value is 65 (25.78% from 255 or 32.83% from 198); Max value from RGB is 75 - color contains mainly: green. Hex color #3A4B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4B41 is #C5B4BE. Grayscale: #444444. Windows color (decimal): -12956863 or 4279098. OLE color: 4279098.
HSL color Cylindrical-coordinate representation of color #3A4B41: hue angle of 144.71º degrees, saturation: 0.13, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3A4B41 is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 58 | 75 | 65 | - |
| CMYK | 0.23 | 0 | 0.13 | 0.71 |
| HSL | 144.71º | 0.13% | 0.26% | - |
| HSV(B) | 144.71º | 0.23% | 0.29% | - |
| XYZ | 5.22 | 6.31 | 5.94 | - |
| YUV | 68.78 | 125.87 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 75 | 65 | 0.23 | 0 | 0.13 | 0.71 | 144.71 | 0.13 | 0.26 |
| Hex | 3A | 4B | 41 | 17 | 0 | D | 47 | 91 | D | 1A |
| Octal | 72 | 113 | 101 | 27 | 0 | 15 | 107 | 221 | 15 | 32 |
| Binary | 111010 | 1001011 | 1000001 | 10111 | 0 | 1101 | 1000111 | 10010001 | 1101 | 11010 |
Color Harmonies of #3A4B41
Complementary color
Monochromatic Colors of #3A4B41
Black with #3A4B41
Text Example
Text Example
White with #3A4B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4B41; }
p { color: rgb(58,75,65); }
H1.HeaderClassName
{
color: #3A4B41;
}
.AnyTagClassName
{
color: #3A4B41;
}
</style>
background-color css
<style>
a { background-color: #3A4B41; }
a { background-color: rgb(58,75,65); }
div.DivClassName
{
background-color: #3A4B41;
}
.BgClassName
{
background-color: #3A4B41;
}
</style>
border-color css
<style>
span { border-color: #3A4B41; }
span { border-color: rgb(58,75,65); }
td.TdClassName
{
border-color: #3A4B41;
}
.TagClassName
{
border-color: #3A4B41;
}
</style>