Shades of Bilbao #33670B
Tints of Bilbao #33670B
RGB
CMYK
RGB Variations
Color information
#33670B (or 0x33670B) is known color: Bilbao. HEX triplet: 33, 67 and 0B. RGB value is (51,103,11). Sum of RGB (Red+Green+Blue) = 51+103+11=165 (21% of max value = 765). Red value is 51 (20.31% from 255 or 30.91% from 165); Green value is 103 (40.62% from 255 or 62.42% from 165); Blue value is 11 (4.69% from 255 or 6.67% from 165); Max value from RGB is 103 - color contains mainly: green. Hex color #33670B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #33670B is #CC98F4. Grayscale: #4D4D4D. Windows color (decimal): -13408501 or 747315. OLE color: 747315.
HSL color Cylindrical-coordinate representation of color #33670B: hue angle of 93.91º 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 #33670B is Cyan = 0.50, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 51 | 103 | 11 | - |
| CMYK | 0.50 | 0 | 0.89 | 0.60 |
| HSL | 93.91º | 0.81% | 0.22% | - |
| HSV(B) | 93.91º | 0.89% | 0.4% | - |
| XYZ | 6.28 | 10.43 | 2 | - |
| YUV | 76.96 | 90.77 | 109.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 103 | 11 | 0.50 | 0 | 0.89 | 0.60 | 93.91 | 0.81 | 0.22 |
| Hex | 33 | 67 | B | 32 | 0 | 59 | 3C | 5E | 51 | 16 |
| Octal | 63 | 147 | 13 | 62 | 0 | 131 | 74 | 136 | 121 | 26 |
| Binary | 110011 | 1100111 | 1011 | 110010 | 0 | 1011001 | 111100 | 1011110 | 1010001 | 10110 |
Color Harmonies of #33670B
Complementary color
Monochromatic Colors of #33670B
Black with #33670B
Text Example
Text Example
White with #33670B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33670B; }
p { color: rgb(51,103,11); }
H1.HeaderClassName
{
color: #33670B;
}
.AnyTagClassName
{
color: #33670B;
}
</style>
background-color css
<style>
a { background-color: #33670B; }
a { background-color: rgb(51,103,11); }
div.DivClassName
{
background-color: #33670B;
}
.BgClassName
{
background-color: #33670B;
}
</style>
border-color css
<style>
span { border-color: #33670B; }
span { border-color: rgb(51,103,11); }
td.TdClassName
{
border-color: #33670B;
}
.TagClassName
{
border-color: #33670B;
}
</style>