Shades of Bilbao #31880E
Tints of Bilbao #31880E
RGB
CMYK
RGB Variations
Color information
#31880E (or 0x31880E) is known color: Bilbao. HEX triplet: 31, 88 and 0E. RGB value is (49,136,14). Sum of RGB (Red+Green+Blue) = 49+136+14=199 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.62% from 199); Green value is 136 (53.52% from 255 or 68.34% from 199); Blue value is 14 (5.86% from 255 or 7.04% from 199); Max value from RGB is 136 - color contains mainly: green. Hex color #31880E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #31880E is #CE77F1. Grayscale: #606060. Windows color (decimal): -13531122 or 952369. OLE color: 952369.
HSL color Cylindrical-coordinate representation of color #31880E: hue angle of 102.79º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #31880E is Cyan = 0.64, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 49 | 136 | 14 | - |
| CMYK | 0.64 | 0 | 0.90 | 0.47 |
| HSL | 102.79º | 0.81% | 0.29% | - |
| HSV(B) | 102.79º | 0.9% | 0.53% | - |
| XYZ | 10.15 | 18.29 | 3.41 | - |
| YUV | 96.08 | 81.68 | 94.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 136 | 14 | 0.64 | 0 | 0.90 | 0.47 | 102.79 | 0.81 | 0.29 |
| Hex | 31 | 88 | E | 40 | 0 | 5A | 2F | 67 | 51 | 1D |
| Octal | 61 | 210 | 16 | 100 | 0 | 132 | 57 | 147 | 121 | 35 |
| Binary | 110001 | 10001000 | 1110 | 1000000 | 0 | 1011010 | 101111 | 1100111 | 1010001 | 11101 |
Color Harmonies of #31880E
Complementary color
Monochromatic Colors of #31880E
Black with #31880E
Text Example
Text Example
White with #31880E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31880E; }
p { color: rgb(49,136,14); }
H1.HeaderClassName
{
color: #31880E;
}
.AnyTagClassName
{
color: #31880E;
}
</style>
background-color css
<style>
a { background-color: #31880E; }
a { background-color: rgb(49,136,14); }
div.DivClassName
{
background-color: #31880E;
}
.BgClassName
{
background-color: #31880E;
}
</style>
border-color css
<style>
span { border-color: #31880E; }
span { border-color: rgb(49,136,14); }
td.TdClassName
{
border-color: #31880E;
}
.TagClassName
{
border-color: #31880E;
}
</style>