Shades of Black Bean #000901
Tints of Black Bean #000901
RGB
CMYK
RGB Variations
Color information
#000901 (or 0x000901) is known color: Black Bean. HEX triplet: 00, 09 and 01. RGB value is (0,9,1). Sum of RGB (Red+Green+Blue) = 0+9+1=10 (1% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 10); Green value is 9 (3.91% from 255 or 90% from 10); Blue value is 1 (0.78% from 255 or 10% from 10); Max value from RGB is 9 - color contains mainly: green. Hex color #000901 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000901 is #FFF6FE. Grayscale: #050505. Windows color (decimal): -16774911 or 67840. OLE color: 67840.
HSL color Cylindrical-coordinate representation of color #000901: hue angle of 126.67º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000901 is Cyan = 1, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 0 | 9 | 1 | - |
| CMYK | 1 | 0 | 0.89 | 0.96 |
| HSL | 126.67º | 1% | 0.02% | - |
| HSV(B) | 126.67º | 1% | 0.04% | - |
| XYZ | 0.1 | 0.2 | 0.06 | - |
| YUV | 5.4 | 125.52 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 9 | 1 | 1 | 0 | 0.89 | 0.96 | 126.67 | 1 | 0.02 |
| Hex | 0 | 9 | 1 | 64 | 0 | 59 | 60 | 7F | 64 | 2 |
| Octal | 0 | 11 | 1 | 144 | 0 | 131 | 140 | 177 | 144 | 2 |
| Binary | 0 | 1001 | 1 | 1100100 | 0 | 1011001 | 1100000 | 1111111 | 1100100 | 10 |
Color Harmonies of #000901
Complementary color
Monochromatic Colors of #000901
Black with #000901
Text Example
Text Example
White with #000901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000901; }
p { color: rgb(0,9,1); }
H1.HeaderClassName
{
color: #000901;
}
.AnyTagClassName
{
color: #000901;
}
</style>
background-color css
<style>
a { background-color: #000901; }
a { background-color: rgb(0,9,1); }
div.DivClassName
{
background-color: #000901;
}
.BgClassName
{
background-color: #000901;
}
</style>
border-color css
<style>
span { border-color: #000901; }
span { border-color: rgb(0,9,1); }
td.TdClassName
{
border-color: #000901;
}
.TagClassName
{
border-color: #000901;
}
</style>