Shades of Goblin #33473B
Tints of Goblin #33473B
RGB
CMYK
RGB Variations
Color information
#33473B (or 0x33473B) is known color: Goblin. HEX triplet: 33, 47 and 3B. RGB value is (51,71,59). Sum of RGB (Red+Green+Blue) = 51+71+59=181 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.18% from 181); Green value is 71 (28.12% from 255 or 39.23% from 181); Blue value is 59 (23.44% from 255 or 32.60% from 181); Max value from RGB is 71 - color contains mainly: green. Hex color #33473B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33473B is #CCB8C4. Grayscale: #3F3F3F. Windows color (decimal): -13416645 or 3884851. OLE color: 3884851.
HSL color Cylindrical-coordinate representation of color #33473B: hue angle of 144º degrees, saturation: 0.16, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #33473B is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 51 | 71 | 59 | - |
| CMYK | 0.28 | 0 | 0.17 | 0.72 |
| HSL | 144º | 0.16% | 0.24% | - |
| HSV(B) | 144º | 0.28% | 0.28% | - |
| XYZ | 4.41 | 5.53 | 4.97 | - |
| YUV | 63.65 | 125.37 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 71 | 59 | 0.28 | 0 | 0.17 | 0.72 | 144 | 0.16 | 0.24 |
| Hex | 33 | 47 | 3B | 1C | 0 | 11 | 48 | 90 | 10 | 18 |
| Octal | 63 | 107 | 73 | 34 | 0 | 21 | 110 | 220 | 20 | 30 |
| Binary | 110011 | 1000111 | 111011 | 11100 | 0 | 10001 | 1001000 | 10010000 | 10000 | 11000 |
Color Harmonies of #33473B
Complementary color
Monochromatic Colors of #33473B
Black with #33473B
Text Example
Text Example
White with #33473B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33473B; }
p { color: rgb(51,71,59); }
H1.HeaderClassName
{
color: #33473B;
}
.AnyTagClassName
{
color: #33473B;
}
</style>
background-color css
<style>
a { background-color: #33473B; }
a { background-color: rgb(51,71,59); }
div.DivClassName
{
background-color: #33473B;
}
.BgClassName
{
background-color: #33473B;
}
</style>
border-color css
<style>
span { border-color: #33473B; }
span { border-color: rgb(51,71,59); }
td.TdClassName
{
border-color: #33473B;
}
.TagClassName
{
border-color: #33473B;
}
</style>