Shades of Black Bean #020F01
Tints of Black Bean #020F01
RGB
CMYK
RGB Variations
Color information
#020F01 (or 0x020F01) is known color: Black Bean. HEX triplet: 02, 0F and 01. RGB value is (2,15,1). Sum of RGB (Red+Green+Blue) = 2+15+1=18 (2% of max value = 765). Red value is 2 (1.17% from 255 or 11.11% from 18); Green value is 15 (6.25% from 255 or 83.33% from 18); Blue value is 1 (0.78% from 255 or 5.56% from 18); Max value from RGB is 15 - color contains mainly: green. Hex color #020F01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020F01 is #FDF0FE. Grayscale: #090909. Windows color (decimal): -16642303 or 69378. OLE color: 69378.
HSL color Cylindrical-coordinate representation of color #020F01: hue angle of 115.71º degrees, saturation: 0.88, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #020F01 is Cyan = 0.87, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 2 | 15 | 1 | - |
| CMYK | 0.87 | 0 | 0.93 | 0.94 |
| HSL | 115.71º | 0.88% | 0.03% | - |
| HSV(B) | 115.71º | 0.93% | 0.06% | - |
| XYZ | 0.2 | 0.36 | 0.09 | - |
| YUV | 9.52 | 123.19 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 15 | 1 | 0.87 | 0 | 0.93 | 0.94 | 115.71 | 0.88 | 0.03 |
| Hex | 2 | F | 1 | 57 | 0 | 5D | 5E | 74 | 58 | 3 |
| Octal | 2 | 17 | 1 | 127 | 0 | 135 | 136 | 164 | 130 | 3 |
| Binary | 10 | 1111 | 1 | 1010111 | 0 | 1011101 | 1011110 | 1110100 | 1011000 | 11 |
Color Harmonies of #020F01
Complementary color
Monochromatic Colors of #020F01
Black with #020F01
Text Example
Text Example
White with #020F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020F01; }
p { color: rgb(2,15,1); }
H1.HeaderClassName
{
color: #020F01;
}
.AnyTagClassName
{
color: #020F01;
}
</style>
background-color css
<style>
a { background-color: #020F01; }
a { background-color: rgb(2,15,1); }
div.DivClassName
{
background-color: #020F01;
}
.BgClassName
{
background-color: #020F01;
}
</style>
border-color css
<style>
span { border-color: #020F01; }
span { border-color: rgb(2,15,1); }
td.TdClassName
{
border-color: #020F01;
}
.TagClassName
{
border-color: #020F01;
}
</style>