Shades of Goblin #3E4B41
Tints of Goblin #3E4B41
RGB
CMYK
RGB Variations
Color information
#3E4B41 (or 0x3E4B41) is known color: Goblin. HEX triplet: 3E, 4B and 41. RGB value is (62,75,65). Sum of RGB (Red+Green+Blue) = 62+75+65=202 (26% of max value = 765). Red value is 62 (24.61% from 255 or 30.69% from 202); Green value is 75 (29.69% from 255 or 37.13% from 202); Blue value is 65 (25.78% from 255 or 32.18% from 202); Max value from RGB is 75 - color contains mainly: green. Hex color #3E4B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E4B41 is #C1B4BE. Grayscale: #464646. Windows color (decimal): -12694719 or 4279102. OLE color: 4279102.
HSL color Cylindrical-coordinate representation of color #3E4B41: hue angle of 133.85º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #3E4B41 is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 62 | 75 | 65 | - |
| CMYK | 0.17 | 0 | 0.13 | 0.71 |
| HSL | 133.85º | 0.09% | 0.27% | - |
| HSV(B) | 133.85º | 0.17% | 0.29% | - |
| XYZ | 5.46 | 6.44 | 5.96 | - |
| YUV | 69.97 | 125.19 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 75 | 65 | 0.17 | 0 | 0.13 | 0.71 | 133.85 | 0.09 | 0.27 |
| Hex | 3E | 4B | 41 | 11 | 0 | D | 47 | 86 | 9 | 1B |
| Octal | 76 | 113 | 101 | 21 | 0 | 15 | 107 | 206 | 11 | 33 |
| Binary | 111110 | 1001011 | 1000001 | 10001 | 0 | 1101 | 1000111 | 10000110 | 1001 | 11011 |
Color Harmonies of #3E4B41
Complementary color
Monochromatic Colors of #3E4B41
Black with #3E4B41
Text Example
Text Example
White with #3E4B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4B41; }
p { color: rgb(62,75,65); }
H1.HeaderClassName
{
color: #3E4B41;
}
.AnyTagClassName
{
color: #3E4B41;
}
</style>
background-color css
<style>
a { background-color: #3E4B41; }
a { background-color: rgb(62,75,65); }
div.DivClassName
{
background-color: #3E4B41;
}
.BgClassName
{
background-color: #3E4B41;
}
</style>
border-color css
<style>
span { border-color: #3E4B41; }
span { border-color: rgb(62,75,65); }
td.TdClassName
{
border-color: #3E4B41;
}
.TagClassName
{
border-color: #3E4B41;
}
</style>