Shades of Black Bean #001301
Tints of Black Bean #001301
RGB
CMYK
RGB Variations
Color information
#001301 (or 0x001301) is known color: Black Bean. HEX triplet: 00, 13 and 01. RGB value is (0,19,1). Sum of RGB (Red+Green+Blue) = 0+19+1=20 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 20); Green value is 19 (7.81% from 255 or 95% from 20); Blue value is 1 (0.78% from 255 or 5% from 20); Max value from RGB is 19 - color contains mainly: green. Hex color #001301 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001301 is #FFECFE. Grayscale: #0B0B0B. Windows color (decimal): -16772351 or 70400. OLE color: 70400.
HSL color Cylindrical-coordinate representation of color #001301: hue angle of 123.16º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001301 is Cyan = 1, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 0 | 19 | 1 | - |
| CMYK | 1 | 0 | 0.95 | 0.93 |
| HSL | 123.16º | 1% | 0.04% | - |
| HSV(B) | 123.16º | 1% | 0.07% | - |
| XYZ | 0.24 | 0.47 | 0.11 | - |
| YUV | 11.27 | 122.21 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 19 | 1 | 1 | 0 | 0.95 | 0.93 | 123.16 | 1 | 0.04 |
| Hex | 0 | 13 | 1 | 64 | 0 | 5F | 5D | 7B | 64 | 4 |
| Octal | 0 | 23 | 1 | 144 | 0 | 137 | 135 | 173 | 144 | 4 |
| Binary | 0 | 10011 | 1 | 1100100 | 0 | 1011111 | 1011101 | 1111011 | 1100100 | 100 |
Color Harmonies of #001301
Complementary color
Monochromatic Colors of #001301
Black with #001301
Text Example
Text Example
White with #001301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001301; }
p { color: rgb(0,19,1); }
H1.HeaderClassName
{
color: #001301;
}
.AnyTagClassName
{
color: #001301;
}
</style>
background-color css
<style>
a { background-color: #001301; }
a { background-color: rgb(0,19,1); }
div.DivClassName
{
background-color: #001301;
}
.BgClassName
{
background-color: #001301;
}
</style>
border-color css
<style>
span { border-color: #001301; }
span { border-color: rgb(0,19,1); }
td.TdClassName
{
border-color: #001301;
}
.TagClassName
{
border-color: #001301;
}
</style>