Shades of Goblin #384B3D
Tints of Goblin #384B3D
RGB
CMYK
RGB Variations
Color information
#384B3D (or 0x384B3D) is known color: Goblin. HEX triplet: 38, 4B and 3D. RGB value is (56,75,61). Sum of RGB (Red+Green+Blue) = 56+75+61=192 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.17% from 192); Green value is 75 (29.69% from 255 or 39.06% from 192); Blue value is 61 (24.22% from 255 or 31.77% from 192); Max value from RGB is 75 - color contains mainly: green. Hex color #384B3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384B3D is #C7B4C2. Grayscale: #434343. Windows color (decimal): -13087939 or 4016952. OLE color: 4016952.
HSL color Cylindrical-coordinate representation of color #384B3D: hue angle of 135.79º degrees, saturation: 0.15, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #384B3D is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 56 | 75 | 61 | - |
| CMYK | 0.25 | 0 | 0.19 | 0.71 |
| HSL | 135.79º | 0.15% | 0.26% | - |
| HSV(B) | 135.79º | 0.25% | 0.29% | - |
| XYZ | 4.99 | 6.21 | 5.35 | - |
| YUV | 67.72 | 124.21 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 75 | 61 | 0.25 | 0 | 0.19 | 0.71 | 135.79 | 0.15 | 0.26 |
| Hex | 38 | 4B | 3D | 19 | 0 | 13 | 47 | 88 | F | 1A |
| Octal | 70 | 113 | 75 | 31 | 0 | 23 | 107 | 210 | 17 | 32 |
| Binary | 111000 | 1001011 | 111101 | 11001 | 0 | 10011 | 1000111 | 10001000 | 1111 | 11010 |
Color Harmonies of #384B3D
Complementary color
Monochromatic Colors of #384B3D
Black with #384B3D
Text Example
Text Example
White with #384B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384B3D; }
p { color: rgb(56,75,61); }
H1.HeaderClassName
{
color: #384B3D;
}
.AnyTagClassName
{
color: #384B3D;
}
</style>
background-color css
<style>
a { background-color: #384B3D; }
a { background-color: rgb(56,75,61); }
div.DivClassName
{
background-color: #384B3D;
}
.BgClassName
{
background-color: #384B3D;
}
</style>
border-color css
<style>
span { border-color: #384B3D; }
span { border-color: rgb(56,75,61); }
td.TdClassName
{
border-color: #384B3D;
}
.TagClassName
{
border-color: #384B3D;
}
</style>