Shades of Black Bean #001002
Tints of Black Bean #001002
RGB
CMYK
RGB Variations
Color information
#001002 (or 0x001002) is known color: Black Bean. HEX triplet: 00, 10 and 02. RGB value is (0,16,2). Sum of RGB (Red+Green+Blue) = 0+16+2=18 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 18); Green value is 16 (6.64% from 255 or 88.89% from 18); Blue value is 2 (1.17% from 255 or 11.11% from 18); Max value from RGB is 16 - color contains mainly: green. Hex color #001002 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001002 is #FFEFFD. Grayscale: #090909. Windows color (decimal): -16773118 or 135168. OLE color: 135168.
HSL color Cylindrical-coordinate representation of color #001002: hue angle of 127.5º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001002 is Cyan = 1, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 0 | 16 | 2 | - |
| CMYK | 1 | 0 | 0.87 | 0.94 |
| HSL | 127.5º | 1% | 0.03% | - |
| HSV(B) | 127.5º | 1% | 0.06% | - |
| XYZ | 0.2 | 0.37 | 0.12 | - |
| YUV | 9.62 | 123.7 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 16 | 2 | 1 | 0 | 0.87 | 0.94 | 127.5 | 1 | 0.03 |
| Hex | 0 | 10 | 2 | 64 | 0 | 57 | 5E | 80 | 64 | 3 |
| Octal | 0 | 20 | 2 | 144 | 0 | 127 | 136 | 200 | 144 | 3 |
| Binary | 0 | 10000 | 10 | 1100100 | 0 | 1010111 | 1011110 | 10000000 | 1100100 | 11 |
Color Harmonies of #001002
Complementary color
Monochromatic Colors of #001002
Black with #001002
Text Example
Text Example
White with #001002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001002; }
p { color: rgb(0,16,2); }
H1.HeaderClassName
{
color: #001002;
}
.AnyTagClassName
{
color: #001002;
}
</style>
background-color css
<style>
a { background-color: #001002; }
a { background-color: rgb(0,16,2); }
div.DivClassName
{
background-color: #001002;
}
.BgClassName
{
background-color: #001002;
}
</style>
border-color css
<style>
span { border-color: #001002; }
span { border-color: rgb(0,16,2); }
td.TdClassName
{
border-color: #001002;
}
.TagClassName
{
border-color: #001002;
}
</style>