Shades of Black Bean #001000
Tints of Black Bean #001000
RGB
CMYK
RGB Variations
Color information
#001000 (or 0x001000) is known color: Black Bean. HEX triplet: 00, 10 and 00. RGB value is (0,16,0). Sum of RGB (Red+Green+Blue) = 0+16+0=16 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 16); Green value is 16 (6.64% from 255 or 100% from 16); Blue value is 0 (0.39% from 255 or 0% from 16); Max value from RGB is 16 - color contains mainly: green. Hex color #001000 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001000 is #FFEFFF. Grayscale: #090909. Windows color (decimal): -16773120 or 4096. OLE color: 4096.
HSL color Cylindrical-coordinate representation of color #001000: hue angle of 120º 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 #001000 is Cyan = 1, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 0 | 16 | 0 | - |
| CMYK | 1 | 0 | 1 | 0.94 |
| HSL | 120º | 1% | 0.03% | - |
| HSV(B) | 120º | 1% | 0.06% | - |
| XYZ | 0.19 | 0.37 | 0.06 | - |
| YUV | 9.39 | 122.7 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 16 | 0 | 1 | 0 | 1 | 0.94 | 120 | 1 | 0.03 |
| Hex | 0 | 10 | 0 | 64 | 0 | 64 | 5E | 78 | 64 | 3 |
| Octal | 0 | 20 | 0 | 144 | 0 | 144 | 136 | 170 | 144 | 3 |
| Binary | 0 | 10000 | 0 | 1100100 | 0 | 1100100 | 1011110 | 1111000 | 1100100 | 11 |
Color Harmonies of #001000
Complementary color
Monochromatic Colors of #001000
Black with #001000
Text Example
Text Example
White with #001000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001000; }
p { color: rgb(0,16,0); }
H1.HeaderClassName
{
color: #001000;
}
.AnyTagClassName
{
color: #001000;
}
</style>
background-color css
<style>
a { background-color: #001000; }
a { background-color: rgb(0,16,0); }
div.DivClassName
{
background-color: #001000;
}
.BgClassName
{
background-color: #001000;
}
</style>
border-color css
<style>
span { border-color: #001000; }
span { border-color: rgb(0,16,0); }
td.TdClassName
{
border-color: #001000;
}
.TagClassName
{
border-color: #001000;
}
</style>