Shades of Black Bean #001202
Tints of Black Bean #001202
RGB
CMYK
RGB Variations
Color information
#001202 (or 0x001202) is known color: Black Bean. HEX triplet: 00, 12 and 02. RGB value is (0,18,2). Sum of RGB (Red+Green+Blue) = 0+18+2=20 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 20); Green value is 18 (7.42% from 255 or 90% from 20); Blue value is 2 (1.17% from 255 or 10% from 20); Max value from RGB is 18 - color contains mainly: green. Hex color #001202 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001202 is #FFEDFD. Grayscale: #0A0A0A. Windows color (decimal): -16772606 or 135680. OLE color: 135680.
HSL color Cylindrical-coordinate representation of color #001202: hue angle of 126.67º 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 #001202 is Cyan = 1, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 0 | 18 | 2 | - |
| CMYK | 1 | 0 | 0.89 | 0.93 |
| HSL | 126.67º | 1% | 0.04% | - |
| HSV(B) | 126.67º | 1% | 0.07% | - |
| XYZ | 0.23 | 0.44 | 0.13 | - |
| YUV | 10.79 | 123.04 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 18 | 2 | 1 | 0 | 0.89 | 0.93 | 126.67 | 1 | 0.04 |
| Hex | 0 | 12 | 2 | 64 | 0 | 59 | 5D | 7F | 64 | 4 |
| Octal | 0 | 22 | 2 | 144 | 0 | 131 | 135 | 177 | 144 | 4 |
| Binary | 0 | 10010 | 10 | 1100100 | 0 | 1011001 | 1011101 | 1111111 | 1100100 | 100 |
Color Harmonies of #001202
Complementary color
Monochromatic Colors of #001202
Black with #001202
Text Example
Text Example
White with #001202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001202; }
p { color: rgb(0,18,2); }
H1.HeaderClassName
{
color: #001202;
}
.AnyTagClassName
{
color: #001202;
}
</style>
background-color css
<style>
a { background-color: #001202; }
a { background-color: rgb(0,18,2); }
div.DivClassName
{
background-color: #001202;
}
.BgClassName
{
background-color: #001202;
}
</style>
border-color css
<style>
span { border-color: #001202; }
span { border-color: rgb(0,18,2); }
td.TdClassName
{
border-color: #001202;
}
.TagClassName
{
border-color: #001202;
}
</style>