Shades of Black Bean #011000
Tints of Black Bean #011000
RGB
CMYK
RGB Variations
Color information
#011000 (or 0x011000) is known color: Black Bean. HEX triplet: 01, 10 and 00. RGB value is (1,16,0). Sum of RGB (Red+Green+Blue) = 1+16+0=17 (2% of max value = 765). Red value is 1 (0.78% from 255 or 5.88% from 17); Green value is 16 (6.64% from 255 or 94.12% from 17); Blue value is 0 (0.39% from 255 or 0% from 17); Max value from RGB is 16 - color contains mainly: green. Hex color #011000 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011000 is #FEEFFF. Grayscale: #090909. Windows color (decimal): -16707584 or 4097. OLE color: 4097.
HSL color Cylindrical-coordinate representation of color #011000: hue angle of 116.25º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 1%. Process color model (Four color, CMYK) of #011000 is Cyan = 0.94, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 1 | 16 | 0 | - |
| CMYK | 0.94 | 0 | 1 | 0.94 |
| HSL | 116.25º | 1% | 0.03% | - |
| HSV(B) | 116.25º | 1% | 0.06% | - |
| XYZ | 0.2 | 0.38 | 0.06 | - |
| YUV | 9.69 | 122.53 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 16 | 0 | 0.94 | 0 | 1 | 0.94 | 116.25 | 1 | 0.03 |
| Hex | 1 | 10 | 0 | 5E | 0 | 64 | 5E | 74 | 64 | 3 |
| Octal | 1 | 20 | 0 | 136 | 0 | 144 | 136 | 164 | 144 | 3 |
| Binary | 1 | 10000 | 0 | 1011110 | 0 | 1100100 | 1011110 | 1110100 | 1100100 | 11 |
Color Harmonies of #011000
Complementary color
Monochromatic Colors of #011000
Black with #011000
Text Example
Text Example
White with #011000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011000; }
p { color: rgb(1,16,0); }
H1.HeaderClassName
{
color: #011000;
}
.AnyTagClassName
{
color: #011000;
}
</style>
background-color css
<style>
a { background-color: #011000; }
a { background-color: rgb(1,16,0); }
div.DivClassName
{
background-color: #011000;
}
.BgClassName
{
background-color: #011000;
}
</style>
border-color css
<style>
span { border-color: #011000; }
span { border-color: rgb(1,16,0); }
td.TdClassName
{
border-color: #011000;
}
.TagClassName
{
border-color: #011000;
}
</style>