Shades of Black Bean #000F02
Tints of Black Bean #000F02
RGB
CMYK
RGB Variations
Color information
#000F02 (or 0x000F02) is known color: Black Bean. HEX triplet: 00, 0F and 02. RGB value is (0,15,2). Sum of RGB (Red+Green+Blue) = 0+15+2=17 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 17); Green value is 15 (6.25% from 255 or 88.24% from 17); Blue value is 2 (1.17% from 255 or 11.76% from 17); Max value from RGB is 15 - color contains mainly: green. Hex color #000F02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000F02 is #FFF0FD. Grayscale: #090909. Windows color (decimal): -16773374 or 134912. OLE color: 134912.
HSL color Cylindrical-coordinate representation of color #000F02: hue angle of 128º 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 #000F02 is Cyan = 1, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 0 | 15 | 2 | - |
| CMYK | 1 | 0 | 0.87 | 0.94 |
| HSL | 128º | 1% | 0.03% | - |
| HSV(B) | 128º | 1% | 0.06% | - |
| XYZ | 0.18 | 0.35 | 0.11 | - |
| YUV | 9.03 | 124.03 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 15 | 2 | 1 | 0 | 0.87 | 0.94 | 128 | 1 | 0.03 |
| Hex | 0 | F | 2 | 64 | 0 | 57 | 5E | 80 | 64 | 3 |
| Octal | 0 | 17 | 2 | 144 | 0 | 127 | 136 | 200 | 144 | 3 |
| Binary | 0 | 1111 | 10 | 1100100 | 0 | 1010111 | 1011110 | 10000000 | 1100100 | 11 |
Color Harmonies of #000F02
Complementary color
Monochromatic Colors of #000F02
Black with #000F02
Text Example
Text Example
White with #000F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000F02; }
p { color: rgb(0,15,2); }
H1.HeaderClassName
{
color: #000F02;
}
.AnyTagClassName
{
color: #000F02;
}
</style>
background-color css
<style>
a { background-color: #000F02; }
a { background-color: rgb(0,15,2); }
div.DivClassName
{
background-color: #000F02;
}
.BgClassName
{
background-color: #000F02;
}
</style>
border-color css
<style>
span { border-color: #000F02; }
span { border-color: rgb(0,15,2); }
td.TdClassName
{
border-color: #000F02;
}
.TagClassName
{
border-color: #000F02;
}
</style>