Shades of Black Bean #001501
Tints of Black Bean #001501
RGB
CMYK
RGB Variations
Color information
#001501 (or 0x001501) is known color: Black Bean. HEX triplet: 00, 15 and 01. RGB value is (0,21,1). Sum of RGB (Red+Green+Blue) = 0+21+1=22 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 22); Green value is 21 (8.59% from 255 or 95.45% from 22); Blue value is 1 (0.78% from 255 or 4.55% from 22); Max value from RGB is 21 - color contains mainly: green. Hex color #001501 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001501 is #FFEAFE. Grayscale: #0C0C0C. Windows color (decimal): -16771839 or 70912. OLE color: 70912.
HSL color Cylindrical-coordinate representation of color #001501: hue angle of 122.86º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001501 is Cyan = 1, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 0 | 21 | 1 | - |
| CMYK | 1 | 0 | 0.95 | 0.92 |
| HSL | 122.86º | 1% | 0.04% | - |
| HSV(B) | 122.86º | 1% | 0.08% | - |
| XYZ | 0.27 | 0.54 | 0.12 | - |
| YUV | 12.44 | 121.54 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 21 | 1 | 1 | 0 | 0.95 | 0.92 | 122.86 | 1 | 0.04 |
| Hex | 0 | 15 | 1 | 64 | 0 | 5F | 5C | 7B | 64 | 4 |
| Octal | 0 | 25 | 1 | 144 | 0 | 137 | 134 | 173 | 144 | 4 |
| Binary | 0 | 10101 | 1 | 1100100 | 0 | 1011111 | 1011100 | 1111011 | 1100100 | 100 |
Color Harmonies of #001501
Complementary color
Monochromatic Colors of #001501
Black with #001501
Text Example
Text Example
White with #001501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001501; }
p { color: rgb(0,21,1); }
H1.HeaderClassName
{
color: #001501;
}
.AnyTagClassName
{
color: #001501;
}
</style>
background-color css
<style>
a { background-color: #001501; }
a { background-color: rgb(0,21,1); }
div.DivClassName
{
background-color: #001501;
}
.BgClassName
{
background-color: #001501;
}
</style>
border-color css
<style>
span { border-color: #001501; }
span { border-color: rgb(0,21,1); }
td.TdClassName
{
border-color: #001501;
}
.TagClassName
{
border-color: #001501;
}
</style>