Shades of Bilbao #2B630A
Tints of Bilbao #2B630A
RGB
CMYK
RGB Variations
Color information
#2B630A (or 0x2B630A) is known color: Bilbao. HEX triplet: 2B, 63 and 0A. RGB value is (43,99,10). Sum of RGB (Red+Green+Blue) = 43+99+10=152 (20% of max value = 765). Red value is 43 (17.19% from 255 or 28.29% from 152); Green value is 99 (39.06% from 255 or 65.13% from 152); Blue value is 10 (4.30% from 255 or 6.58% from 152); Max value from RGB is 99 - color contains mainly: green. Hex color #2B630A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B630A is #D49CF5. Grayscale: #484848. Windows color (decimal): -13933814 or 680747. OLE color: 680747.
HSL color Cylindrical-coordinate representation of color #2B630A: hue angle of 97.75º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2B630A is Cyan = 0.57, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 43 | 99 | 10 | - |
| CMYK | 0.57 | 0 | 0.90 | 0.61 |
| HSL | 97.75º | 0.82% | 0.21% | - |
| HSV(B) | 97.75º | 0.9% | 0.39% | - |
| XYZ | 5.51 | 9.46 | 1.82 | - |
| YUV | 72.11 | 92.95 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 99 | 10 | 0.57 | 0 | 0.90 | 0.61 | 97.75 | 0.82 | 0.21 |
| Hex | 2B | 63 | A | 39 | 0 | 5A | 3D | 62 | 52 | 15 |
| Octal | 53 | 143 | 12 | 71 | 0 | 132 | 75 | 142 | 122 | 25 |
| Binary | 101011 | 1100011 | 1010 | 111001 | 0 | 1011010 | 111101 | 1100010 | 1010010 | 10101 |
Color Harmonies of #2B630A
Complementary color
Monochromatic Colors of #2B630A
Black with #2B630A
Text Example
Text Example
White with #2B630A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B630A; }
p { color: rgb(43,99,10); }
H1.HeaderClassName
{
color: #2B630A;
}
.AnyTagClassName
{
color: #2B630A;
}
</style>
background-color css
<style>
a { background-color: #2B630A; }
a { background-color: rgb(43,99,10); }
div.DivClassName
{
background-color: #2B630A;
}
.BgClassName
{
background-color: #2B630A;
}
</style>
border-color css
<style>
span { border-color: #2B630A; }
span { border-color: rgb(43,99,10); }
td.TdClassName
{
border-color: #2B630A;
}
.TagClassName
{
border-color: #2B630A;
}
</style>