Shades of Black Bean #001401
Tints of Black Bean #001401
RGB
CMYK
RGB Variations
Color information
#001401 (or 0x001401) is known color: Black Bean. HEX triplet: 00, 14 and 01. RGB value is (0,20,1). Sum of RGB (Red+Green+Blue) = 0+20+1=21 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 21); Green value is 20 (8.20% from 255 or 95.24% from 21); Blue value is 1 (0.78% from 255 or 4.76% from 21); Max value from RGB is 20 - color contains mainly: green. Hex color #001401 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001401 is #FFEBFE. Grayscale: #0B0B0B. Windows color (decimal): -16772095 or 70656. OLE color: 70656.
HSL color Cylindrical-coordinate representation of color #001401: hue angle of 123º 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 #001401 is Cyan = 1, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 0 | 20 | 1 | - |
| CMYK | 1 | 0 | 0.95 | 0.92 |
| HSL | 123º | 1% | 0.04% | - |
| HSV(B) | 123º | 1% | 0.08% | - |
| XYZ | 0.26 | 0.5 | 0.11 | - |
| YUV | 11.85 | 121.87 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 20 | 1 | 1 | 0 | 0.95 | 0.92 | 123 | 1 | 0.04 |
| Hex | 0 | 14 | 1 | 64 | 0 | 5F | 5C | 7B | 64 | 4 |
| Octal | 0 | 24 | 1 | 144 | 0 | 137 | 134 | 173 | 144 | 4 |
| Binary | 0 | 10100 | 1 | 1100100 | 0 | 1011111 | 1011100 | 1111011 | 1100100 | 100 |
Color Harmonies of #001401
Complementary color
Monochromatic Colors of #001401
Black with #001401
Text Example
Text Example
White with #001401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001401; }
p { color: rgb(0,20,1); }
H1.HeaderClassName
{
color: #001401;
}
.AnyTagClassName
{
color: #001401;
}
</style>
background-color css
<style>
a { background-color: #001401; }
a { background-color: rgb(0,20,1); }
div.DivClassName
{
background-color: #001401;
}
.BgClassName
{
background-color: #001401;
}
</style>
border-color css
<style>
span { border-color: #001401; }
span { border-color: rgb(0,20,1); }
td.TdClassName
{
border-color: #001401;
}
.TagClassName
{
border-color: #001401;
}
</style>