Shades of Black Bean #000501
Tints of Black Bean #000501
RGB
CMYK
RGB Variations
Color information
#000501 (or 0x000501) is known color: Black Bean. HEX triplet: 00, 05 and 01. RGB value is (0,5,1). Sum of RGB (Red+Green+Blue) = 0+5+1=6 (0% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 6); Green value is 5 (2.34% from 255 or 83.33% from 6); Blue value is 1 (0.78% from 255 or 16.67% from 6); Max value from RGB is 5 - color contains mainly: green. Hex color #000501 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000501 is #FFFAFE. Grayscale: #030303. Windows color (decimal): -16775935 or 66816. OLE color: 66816.
HSL color Cylindrical-coordinate representation of color #000501: hue angle of 132º degrees, saturation: 1, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000501 is Cyan = 1, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.98.
Color convert
| RGB | 0 | 5 | 1 | - |
| CMYK | 1 | 0 | 0.80 | 0.98 |
| HSL | 132º | 1% | 0.01% | - |
| HSV(B) | 132º | 1% | 0.02% | - |
| XYZ | 0.06 | 0.11 | 0.05 | - |
| YUV | 3.05 | 126.84 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 5 | 1 | 1 | 0 | 0.80 | 0.98 | 132 | 1 | 0.01 |
| Hex | 0 | 5 | 1 | 64 | 0 | 50 | 62 | 84 | 64 | 1 |
| Octal | 0 | 5 | 1 | 144 | 0 | 120 | 142 | 204 | 144 | 1 |
| Binary | 0 | 101 | 1 | 1100100 | 0 | 1010000 | 1100010 | 10000100 | 1100100 | 1 |
Color Harmonies of #000501
Complementary color
Monochromatic Colors of #000501
Black with #000501
Text Example
Text Example
White with #000501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000501; }
p { color: rgb(0,5,1); }
H1.HeaderClassName
{
color: #000501;
}
.AnyTagClassName
{
color: #000501;
}
</style>
background-color css
<style>
a { background-color: #000501; }
a { background-color: rgb(0,5,1); }
div.DivClassName
{
background-color: #000501;
}
.BgClassName
{
background-color: #000501;
}
</style>
border-color css
<style>
span { border-color: #000501; }
span { border-color: rgb(0,5,1); }
td.TdClassName
{
border-color: #000501;
}
.TagClassName
{
border-color: #000501;
}
</style>