Shades of Bilbao #31731F
Tints of Bilbao #31731F
RGB
CMYK
RGB Variations
Color information
#31731F (or 0x31731F) is known color: Bilbao. HEX triplet: 31, 73 and 1F. RGB value is (49,115,31). Sum of RGB (Red+Green+Blue) = 49+115+31=195 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.13% from 195); Green value is 115 (45.31% from 255 or 58.97% from 195); Blue value is 31 (12.5% from 255 or 15.90% from 195); Max value from RGB is 115 - color contains mainly: green. Hex color #31731F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31731F is #CE8CE0. Grayscale: #555555. Windows color (decimal): -13536481 or 2061105. OLE color: 2061105.
HSL color Cylindrical-coordinate representation of color #31731F: hue angle of 107.14º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #31731F is Cyan = 0.57, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 49 | 115 | 31 | - |
| CMYK | 0.57 | 0 | 0.73 | 0.55 |
| HSL | 107.14º | 0.58% | 0.29% | - |
| HSV(B) | 107.14º | 0.73% | 0.45% | - |
| XYZ | 7.64 | 13.01 | 3.41 | - |
| YUV | 85.69 | 97.13 | 101.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 115 | 31 | 0.57 | 0 | 0.73 | 0.55 | 107.14 | 0.58 | 0.29 |
| Hex | 31 | 73 | 1F | 39 | 0 | 49 | 37 | 6B | 3A | 1D |
| Octal | 61 | 163 | 37 | 71 | 0 | 111 | 67 | 153 | 72 | 35 |
| Binary | 110001 | 1110011 | 11111 | 111001 | 0 | 1001001 | 110111 | 1101011 | 111010 | 11101 |
Color Harmonies of #31731F
Complementary color
Monochromatic Colors of #31731F
Black with #31731F
Text Example
Text Example
White with #31731F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31731F; }
p { color: rgb(49,115,31); }
H1.HeaderClassName
{
color: #31731F;
}
.AnyTagClassName
{
color: #31731F;
}
</style>
background-color css
<style>
a { background-color: #31731F; }
a { background-color: rgb(49,115,31); }
div.DivClassName
{
background-color: #31731F;
}
.BgClassName
{
background-color: #31731F;
}
</style>
border-color css
<style>
span { border-color: #31731F; }
span { border-color: rgb(49,115,31); }
td.TdClassName
{
border-color: #31731F;
}
.TagClassName
{
border-color: #31731F;
}
</style>