Shades of Bilbao #31741B
Tints of Bilbao #31741B
RGB
CMYK
RGB Variations
Color information
#31741B (or 0x31741B) is known color: Bilbao. HEX triplet: 31, 74 and 1B. RGB value is (49,116,27). Sum of RGB (Red+Green+Blue) = 49+116+27=192 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.52% from 192); Green value is 116 (45.70% from 255 or 60.42% from 192); Blue value is 27 (10.94% from 255 or 14.06% from 192); Max value from RGB is 116 - color contains mainly: green. Hex color #31741B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31741B is #CE8BE4. Grayscale: #565656. Windows color (decimal): -13536229 or 1799217. OLE color: 1799217.
HSL color Cylindrical-coordinate representation of color #31741B: hue angle of 105.17º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31741B is Cyan = 0.58, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 49 | 116 | 27 | - |
| CMYK | 0.58 | 0 | 0.77 | 0.55 |
| HSL | 105.17º | 0.62% | 0.28% | - |
| HSV(B) | 105.17º | 0.77% | 0.45% | - |
| XYZ | 7.71 | 13.22 | 3.18 | - |
| YUV | 85.82 | 94.8 | 101.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 116 | 27 | 0.58 | 0 | 0.77 | 0.55 | 105.17 | 0.62 | 0.28 |
| Hex | 31 | 74 | 1B | 3A | 0 | 4D | 37 | 69 | 3E | 1C |
| Octal | 61 | 164 | 33 | 72 | 0 | 115 | 67 | 151 | 76 | 34 |
| Binary | 110001 | 1110100 | 11011 | 111010 | 0 | 1001101 | 110111 | 1101001 | 111110 | 11100 |
Color Harmonies of #31741B
Complementary color
Monochromatic Colors of #31741B
Black with #31741B
Text Example
Text Example
White with #31741B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31741B; }
p { color: rgb(49,116,27); }
H1.HeaderClassName
{
color: #31741B;
}
.AnyTagClassName
{
color: #31741B;
}
</style>
background-color css
<style>
a { background-color: #31741B; }
a { background-color: rgb(49,116,27); }
div.DivClassName
{
background-color: #31741B;
}
.BgClassName
{
background-color: #31741B;
}
</style>
border-color css
<style>
span { border-color: #31741B; }
span { border-color: rgb(49,116,27); }
td.TdClassName
{
border-color: #31741B;
}
.TagClassName
{
border-color: #31741B;
}
</style>