Shades of Black Bean #001201
Tints of Black Bean #001201
RGB
CMYK
RGB Variations
Color information
#001201 (or 0x001201) is known color: Black Bean. HEX triplet: 00, 12 and 01. RGB value is (0,18,1). Sum of RGB (Red+Green+Blue) = 0+18+1=19 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 19); Green value is 18 (7.42% from 255 or 94.74% from 19); Blue value is 1 (0.78% from 255 or 5.26% from 19); Max value from RGB is 18 - color contains mainly: green. Hex color #001201 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001201 is #FFEDFE. Grayscale: #0A0A0A. Windows color (decimal): -16772607 or 70144. OLE color: 70144.
HSL color Cylindrical-coordinate representation of color #001201: hue angle of 123.33º 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 #001201 is Cyan = 1, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 0 | 18 | 1 | - |
| CMYK | 1 | 0 | 0.94 | 0.93 |
| HSL | 123.33º | 1% | 0.04% | - |
| HSV(B) | 123.33º | 1% | 0.07% | - |
| XYZ | 0.22 | 0.43 | 0.1 | - |
| YUV | 10.68 | 122.54 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 18 | 1 | 1 | 0 | 0.94 | 0.93 | 123.33 | 1 | 0.04 |
| Hex | 0 | 12 | 1 | 64 | 0 | 5E | 5D | 7B | 64 | 4 |
| Octal | 0 | 22 | 1 | 144 | 0 | 136 | 135 | 173 | 144 | 4 |
| Binary | 0 | 10010 | 1 | 1100100 | 0 | 1011110 | 1011101 | 1111011 | 1100100 | 100 |
Color Harmonies of #001201
Complementary color
Monochromatic Colors of #001201
Black with #001201
Text Example
Text Example
White with #001201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001201; }
p { color: rgb(0,18,1); }
H1.HeaderClassName
{
color: #001201;
}
.AnyTagClassName
{
color: #001201;
}
</style>
background-color css
<style>
a { background-color: #001201; }
a { background-color: rgb(0,18,1); }
div.DivClassName
{
background-color: #001201;
}
.BgClassName
{
background-color: #001201;
}
</style>
border-color css
<style>
span { border-color: #001201; }
span { border-color: rgb(0,18,1); }
td.TdClassName
{
border-color: #001201;
}
.TagClassName
{
border-color: #001201;
}
</style>