Shades of Goblin #33483B
Tints of Goblin #33483B
RGB
CMYK
RGB Variations
Color information
#33483B (or 0x33483B) is known color: Goblin. HEX triplet: 33, 48 and 3B. RGB value is (51,72,59). Sum of RGB (Red+Green+Blue) = 51+72+59=182 (24% of max value = 765). Red value is 51 (20.31% from 255 or 28.02% from 182); Green value is 72 (28.52% from 255 or 39.56% from 182); Blue value is 59 (23.44% from 255 or 32.42% from 182); Max value from RGB is 72 - color contains mainly: green. Hex color #33483B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33483B is #CCB7C4. Grayscale: #404040. Windows color (decimal): -13416389 or 3885107. OLE color: 3885107.
HSL color Cylindrical-coordinate representation of color #33483B: hue angle of 142.86º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #33483B is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 51 | 72 | 59 | - |
| CMYK | 0.29 | 0 | 0.18 | 0.72 |
| HSL | 142.86º | 0.17% | 0.24% | - |
| HSV(B) | 142.86º | 0.29% | 0.28% | - |
| XYZ | 4.47 | 5.65 | 4.99 | - |
| YUV | 64.24 | 125.04 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 72 | 59 | 0.29 | 0 | 0.18 | 0.72 | 142.86 | 0.17 | 0.24 |
| Hex | 33 | 48 | 3B | 1D | 0 | 12 | 48 | 8F | 11 | 18 |
| Octal | 63 | 110 | 73 | 35 | 0 | 22 | 110 | 217 | 21 | 30 |
| Binary | 110011 | 1001000 | 111011 | 11101 | 0 | 10010 | 1001000 | 10001111 | 10001 | 11000 |
Color Harmonies of #33483B
Complementary color
Monochromatic Colors of #33483B
Black with #33483B
Text Example
Text Example
White with #33483B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33483B; }
p { color: rgb(51,72,59); }
H1.HeaderClassName
{
color: #33483B;
}
.AnyTagClassName
{
color: #33483B;
}
</style>
background-color css
<style>
a { background-color: #33483B; }
a { background-color: rgb(51,72,59); }
div.DivClassName
{
background-color: #33483B;
}
.BgClassName
{
background-color: #33483B;
}
</style>
border-color css
<style>
span { border-color: #33483B; }
span { border-color: rgb(51,72,59); }
td.TdClassName
{
border-color: #33483B;
}
.TagClassName
{
border-color: #33483B;
}
</style>