Shades of Bilbao #33660B
Tints of Bilbao #33660B
RGB
CMYK
RGB Variations
Color information
#33660B (or 0x33660B) is known color: Bilbao. HEX triplet: 33, 66 and 0B. RGB value is (51,102,11). Sum of RGB (Red+Green+Blue) = 51+102+11=164 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.10% from 164); Green value is 102 (40.23% from 255 or 62.20% from 164); Blue value is 11 (4.69% from 255 or 6.71% from 164); Max value from RGB is 102 - color contains mainly: green. Hex color #33660B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #33660B is #CC99F4. Grayscale: #4C4C4C. Windows color (decimal): -13408757 or 747059. OLE color: 747059.
HSL color Cylindrical-coordinate representation of color #33660B: hue angle of 93.63º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #33660B is Cyan = 0.5, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 51 | 102 | 11 | - |
| CMYK | 0.5 | 0 | 0.89 | 0.6 |
| HSL | 93.63º | 0.81% | 0.22% | - |
| HSV(B) | 93.63º | 0.89% | 0.4% | - |
| XYZ | 6.18 | 10.23 | 1.97 | - |
| YUV | 76.38 | 91.1 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 102 | 11 | 0.5 | 0 | 0.89 | 0.6 | 93.63 | 0.81 | 0.22 |
| Hex | 33 | 66 | B | 32 | 0 | 59 | 3C | 5E | 51 | 16 |
| Octal | 63 | 146 | 13 | 62 | 0 | 131 | 74 | 136 | 121 | 26 |
| Binary | 110011 | 1100110 | 1011 | 110010 | 0 | 1011001 | 111100 | 1011110 | 1010001 | 10110 |
Color Harmonies of #33660B
Complementary color
Monochromatic Colors of #33660B
Black with #33660B
Text Example
Text Example
White with #33660B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33660B; }
p { color: rgb(51,102,11); }
H1.HeaderClassName
{
color: #33660B;
}
.AnyTagClassName
{
color: #33660B;
}
</style>
background-color css
<style>
a { background-color: #33660B; }
a { background-color: rgb(51,102,11); }
div.DivClassName
{
background-color: #33660B;
}
.BgClassName
{
background-color: #33660B;
}
</style>
border-color css
<style>
span { border-color: #33660B; }
span { border-color: rgb(51,102,11); }
td.TdClassName
{
border-color: #33660B;
}
.TagClassName
{
border-color: #33660B;
}
</style>