Shades of Bilbao #31880A
Tints of Bilbao #31880A
RGB
CMYK
RGB Variations
Color information
#31880A (or 0x31880A) is known color: Bilbao. HEX triplet: 31, 88 and 0A. RGB value is (49,136,10). Sum of RGB (Red+Green+Blue) = 49+136+10=195 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.13% from 195); Green value is 136 (53.52% from 255 or 69.74% from 195); Blue value is 10 (4.30% from 255 or 5.13% from 195); Max value from RGB is 136 - color contains mainly: green. Hex color #31880A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #31880A is #CE77F5. Grayscale: #606060. Windows color (decimal): -13531126 or 690225. OLE color: 690225.
HSL color Cylindrical-coordinate representation of color #31880A: hue angle of 101.43º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #31880A is Cyan = 0.64, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 49 | 136 | 10 | - |
| CMYK | 0.64 | 0 | 0.93 | 0.47 |
| HSL | 101.43º | 0.86% | 0.29% | - |
| HSV(B) | 101.43º | 0.93% | 0.53% | - |
| XYZ | 10.13 | 18.28 | 3.28 | - |
| YUV | 95.62 | 79.68 | 94.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 136 | 10 | 0.64 | 0 | 0.93 | 0.47 | 101.43 | 0.86 | 0.29 |
| Hex | 31 | 88 | A | 40 | 0 | 5D | 2F | 65 | 56 | 1D |
| Octal | 61 | 210 | 12 | 100 | 0 | 135 | 57 | 145 | 126 | 35 |
| Binary | 110001 | 10001000 | 1010 | 1000000 | 0 | 1011101 | 101111 | 1100101 | 1010110 | 11101 |
Color Harmonies of #31880A
Complementary color
Monochromatic Colors of #31880A
Black with #31880A
Text Example
Text Example
White with #31880A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31880A; }
p { color: rgb(49,136,10); }
H1.HeaderClassName
{
color: #31880A;
}
.AnyTagClassName
{
color: #31880A;
}
</style>
background-color css
<style>
a { background-color: #31880A; }
a { background-color: rgb(49,136,10); }
div.DivClassName
{
background-color: #31880A;
}
.BgClassName
{
background-color: #31880A;
}
</style>
border-color css
<style>
span { border-color: #31880A; }
span { border-color: rgb(49,136,10); }
td.TdClassName
{
border-color: #31880A;
}
.TagClassName
{
border-color: #31880A;
}
</style>