Shades of Black Bean #000601
Tints of Black Bean #000601
RGB
CMYK
RGB Variations
Color information
#000601 (or 0x000601) is known color: Black Bean. HEX triplet: 00, 06 and 01. RGB value is (0,6,1). Sum of RGB (Red+Green+Blue) = 0+6+1=7 (0% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 7); Green value is 6 (2.73% from 255 or 85.71% from 7); Blue value is 1 (0.78% from 255 or 14.29% from 7); Max value from RGB is 6 - color contains mainly: green. Hex color #000601 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000601 is #FFF9FE. Grayscale: #030303. Windows color (decimal): -16775679 or 67072. OLE color: 67072.
HSL color Cylindrical-coordinate representation of color #000601: hue angle of 130º 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 #000601 is Cyan = 1, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.98.
Color convert
| RGB | 0 | 6 | 1 | - |
| CMYK | 1 | 0 | 0.83 | 0.98 |
| HSL | 130º | 1% | 0.01% | - |
| HSV(B) | 130º | 1% | 0.02% | - |
| XYZ | 0.07 | 0.13 | 0.05 | - |
| YUV | 3.64 | 126.51 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 6 | 1 | 1 | 0 | 0.83 | 0.98 | 130 | 1 | 0.01 |
| Hex | 0 | 6 | 1 | 64 | 0 | 53 | 62 | 82 | 64 | 1 |
| Octal | 0 | 6 | 1 | 144 | 0 | 123 | 142 | 202 | 144 | 1 |
| Binary | 0 | 110 | 1 | 1100100 | 0 | 1010011 | 1100010 | 10000010 | 1100100 | 1 |
Color Harmonies of #000601
Complementary color
Monochromatic Colors of #000601
Black with #000601
Text Example
Text Example
White with #000601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000601; }
p { color: rgb(0,6,1); }
H1.HeaderClassName
{
color: #000601;
}
.AnyTagClassName
{
color: #000601;
}
</style>
background-color css
<style>
a { background-color: #000601; }
a { background-color: rgb(0,6,1); }
div.DivClassName
{
background-color: #000601;
}
.BgClassName
{
background-color: #000601;
}
</style>
border-color css
<style>
span { border-color: #000601; }
span { border-color: rgb(0,6,1); }
td.TdClassName
{
border-color: #000601;
}
.TagClassName
{
border-color: #000601;
}
</style>