Shades of Bilbao #31700E
Tints of Bilbao #31700E
RGB
CMYK
RGB Variations
Color information
#31700E (or 0x31700E) is known color: Bilbao. HEX triplet: 31, 70 and 0E. RGB value is (49,112,14). Sum of RGB (Red+Green+Blue) = 49+112+14=175 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28% from 175); Green value is 112 (44.14% from 255 or 64% from 175); Blue value is 14 (5.86% from 255 or 8% from 175); Max value from RGB is 112 - color contains mainly: green. Hex color #31700E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #31700E is #CE8FF1. Grayscale: #525252. Windows color (decimal): -13537266 or 946225. OLE color: 946225.
HSL color Cylindrical-coordinate representation of color #31700E: hue angle of 98.57º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #31700E is Cyan = 0.56, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 49 | 112 | 14 | - |
| CMYK | 0.56 | 0 | 0.88 | 0.56 |
| HSL | 98.57º | 0.78% | 0.25% | - |
| HSV(B) | 98.57º | 0.88% | 0.44% | - |
| XYZ | 7.14 | 12.27 | 2.41 | - |
| YUV | 81.99 | 89.63 | 104.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 112 | 14 | 0.56 | 0 | 0.88 | 0.56 | 98.57 | 0.78 | 0.25 |
| Hex | 31 | 70 | E | 38 | 0 | 58 | 38 | 63 | 4E | 19 |
| Octal | 61 | 160 | 16 | 70 | 0 | 130 | 70 | 143 | 116 | 31 |
| Binary | 110001 | 1110000 | 1110 | 111000 | 0 | 1011000 | 111000 | 1100011 | 1001110 | 11001 |
Color Harmonies of #31700E
Complementary color
Monochromatic Colors of #31700E
Black with #31700E
Text Example
Text Example
White with #31700E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31700E; }
p { color: rgb(49,112,14); }
H1.HeaderClassName
{
color: #31700E;
}
.AnyTagClassName
{
color: #31700E;
}
</style>
background-color css
<style>
a { background-color: #31700E; }
a { background-color: rgb(49,112,14); }
div.DivClassName
{
background-color: #31700E;
}
.BgClassName
{
background-color: #31700E;
}
</style>
border-color css
<style>
span { border-color: #31700E; }
span { border-color: rgb(49,112,14); }
td.TdClassName
{
border-color: #31700E;
}
.TagClassName
{
border-color: #31700E;
}
</style>