Shades of Black Bean #001601
Tints of Black Bean #001601
RGB
CMYK
RGB Variations
Color information
#001601 (or 0x001601) is known color: Black Bean. HEX triplet: 00, 16 and 01. RGB value is (0,22,1). Sum of RGB (Red+Green+Blue) = 0+22+1=23 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 23); Green value is 22 (8.98% from 255 or 95.65% from 23); Blue value is 1 (0.78% from 255 or 4.35% from 23); Max value from RGB is 22 - color contains mainly: green. Hex color #001601 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001601 is #FFE9FE. Grayscale: #0D0D0D. Windows color (decimal): -16771583 or 71168. OLE color: 71168.
HSL color Cylindrical-coordinate representation of color #001601: hue angle of 122.73º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001601 is Cyan = 1, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 0 | 22 | 1 | - |
| CMYK | 1 | 0 | 0.95 | 0.91 |
| HSL | 122.73º | 1% | 0.04% | - |
| HSV(B) | 122.73º | 1% | 0.09% | - |
| XYZ | 0.29 | 0.58 | 0.12 | - |
| YUV | 13.03 | 121.21 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 22 | 1 | 1 | 0 | 0.95 | 0.91 | 122.73 | 1 | 0.04 |
| Hex | 0 | 16 | 1 | 64 | 0 | 5F | 5B | 7B | 64 | 4 |
| Octal | 0 | 26 | 1 | 144 | 0 | 137 | 133 | 173 | 144 | 4 |
| Binary | 0 | 10110 | 1 | 1100100 | 0 | 1011111 | 1011011 | 1111011 | 1100100 | 100 |
Color Harmonies of #001601
Complementary color
Monochromatic Colors of #001601
Black with #001601
Text Example
Text Example
White with #001601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001601; }
p { color: rgb(0,22,1); }
H1.HeaderClassName
{
color: #001601;
}
.AnyTagClassName
{
color: #001601;
}
</style>
background-color css
<style>
a { background-color: #001601; }
a { background-color: rgb(0,22,1); }
div.DivClassName
{
background-color: #001601;
}
.BgClassName
{
background-color: #001601;
}
</style>
border-color css
<style>
span { border-color: #001601; }
span { border-color: rgb(0,22,1); }
td.TdClassName
{
border-color: #001601;
}
.TagClassName
{
border-color: #001601;
}
</style>