Shades of Bilbao #30640E
Tints of Bilbao #30640E
RGB
CMYK
RGB Variations
Color information
#30640E (or 0x30640E) is known color: Bilbao. HEX triplet: 30, 64 and 0E. RGB value is (48,100,14). Sum of RGB (Red+Green+Blue) = 48+100+14=162 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.63% from 162); Green value is 100 (39.45% from 255 or 61.73% from 162); Blue value is 14 (5.86% from 255 or 8.64% from 162); Max value from RGB is 100 - color contains mainly: green. Hex color #30640E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #30640E is #CF9BF1. Grayscale: #4A4A4A. Windows color (decimal): -13605874 or 943152. OLE color: 943152.
HSL color Cylindrical-coordinate representation of color #30640E: hue angle of 96.28º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #30640E is Cyan = 0.52, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 48 | 100 | 14 | - |
| CMYK | 0.52 | 0 | 0.86 | 0.61 |
| HSL | 96.28º | 0.75% | 0.22% | - |
| HSV(B) | 96.28º | 0.86% | 0.39% | - |
| XYZ | 5.86 | 9.77 | 1.99 | - |
| YUV | 74.65 | 93.77 | 108.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 100 | 14 | 0.52 | 0 | 0.86 | 0.61 | 96.28 | 0.75 | 0.22 |
| Hex | 30 | 64 | E | 34 | 0 | 56 | 3D | 60 | 4B | 16 |
| Octal | 60 | 144 | 16 | 64 | 0 | 126 | 75 | 140 | 113 | 26 |
| Binary | 110000 | 1100100 | 1110 | 110100 | 0 | 1010110 | 111101 | 1100000 | 1001011 | 10110 |
Color Harmonies of #30640E
Complementary color
Monochromatic Colors of #30640E
Black with #30640E
Text Example
Text Example
White with #30640E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30640E; }
p { color: rgb(48,100,14); }
H1.HeaderClassName
{
color: #30640E;
}
.AnyTagClassName
{
color: #30640E;
}
</style>
background-color css
<style>
a { background-color: #30640E; }
a { background-color: rgb(48,100,14); }
div.DivClassName
{
background-color: #30640E;
}
.BgClassName
{
background-color: #30640E;
}
</style>
border-color css
<style>
span { border-color: #30640E; }
span { border-color: rgb(48,100,14); }
td.TdClassName
{
border-color: #30640E;
}
.TagClassName
{
border-color: #30640E;
}
</style>