Shades of Goblin #334B3D
Tints of Goblin #334B3D
RGB
CMYK
RGB Variations
Color information
#334B3D (or 0x334B3D) is known color: Goblin. HEX triplet: 33, 4B and 3D. RGB value is (51,75,61). Sum of RGB (Red+Green+Blue) = 51+75+61=187 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.27% from 187); Green value is 75 (29.69% from 255 or 40.11% from 187); Blue value is 61 (24.22% from 255 or 32.62% from 187); Max value from RGB is 75 - color contains mainly: green. Hex color #334B3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334B3D is #CCB4C2. Grayscale: #424242. Windows color (decimal): -13415619 or 4016947. OLE color: 4016947.
HSL color Cylindrical-coordinate representation of color #334B3D: hue angle of 145º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #334B3D is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 51 | 75 | 61 | - |
| CMYK | 0.32 | 0 | 0.19 | 0.71 |
| HSL | 145º | 0.19% | 0.25% | - |
| HSV(B) | 145º | 0.32% | 0.29% | - |
| XYZ | 4.72 | 6.07 | 5.34 | - |
| YUV | 66.23 | 125.05 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 75 | 61 | 0.32 | 0 | 0.19 | 0.71 | 145 | 0.19 | 0.25 |
| Hex | 33 | 4B | 3D | 20 | 0 | 13 | 47 | 91 | 13 | 19 |
| Octal | 63 | 113 | 75 | 40 | 0 | 23 | 107 | 221 | 23 | 31 |
| Binary | 110011 | 1001011 | 111101 | 100000 | 0 | 10011 | 1000111 | 10010001 | 10011 | 11001 |
Color Harmonies of #334B3D
Complementary color
Monochromatic Colors of #334B3D
Black with #334B3D
Text Example
Text Example
White with #334B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334B3D; }
p { color: rgb(51,75,61); }
H1.HeaderClassName
{
color: #334B3D;
}
.AnyTagClassName
{
color: #334B3D;
}
</style>
background-color css
<style>
a { background-color: #334B3D; }
a { background-color: rgb(51,75,61); }
div.DivClassName
{
background-color: #334B3D;
}
.BgClassName
{
background-color: #334B3D;
}
</style>
border-color css
<style>
span { border-color: #334B3D; }
span { border-color: rgb(51,75,61); }
td.TdClassName
{
border-color: #334B3D;
}
.TagClassName
{
border-color: #334B3D;
}
</style>