Shades of Black Bean #020B01
Tints of Black Bean #020B01
RGB
CMYK
RGB Variations
Color information
#020B01 (or 0x020B01) is known color: Black Bean. HEX triplet: 02, 0B and 01. RGB value is (2,11,1). Sum of RGB (Red+Green+Blue) = 2+11+1=14 (1% of max value = 765). Red value is 2 (1.17% from 255 or 14.29% from 14); Green value is 11 (4.69% from 255 or 78.57% from 14); Blue value is 1 (0.78% from 255 or 7.14% from 14); Max value from RGB is 11 - color contains mainly: green. Hex color #020B01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020B01 is #FDF4FE. Grayscale: #070707. Windows color (decimal): -16643327 or 68354. OLE color: 68354.
HSL color Cylindrical-coordinate representation of color #020B01: hue angle of 114º degrees, saturation: 0.83, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #020B01 is Cyan = 0.82, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 2 | 11 | 1 | - |
| CMYK | 0.82 | 0 | 0.91 | 0.96 |
| HSL | 114º | 0.83% | 0.02% | - |
| HSV(B) | 114º | 0.91% | 0.04% | - |
| XYZ | 0.15 | 0.25 | 0.07 | - |
| YUV | 7.17 | 124.52 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 11 | 1 | 0.82 | 0 | 0.91 | 0.96 | 114 | 0.83 | 0.02 |
| Hex | 2 | B | 1 | 52 | 0 | 5B | 60 | 72 | 53 | 2 |
| Octal | 2 | 13 | 1 | 122 | 0 | 133 | 140 | 162 | 123 | 2 |
| Binary | 10 | 1011 | 1 | 1010010 | 0 | 1011011 | 1100000 | 1110010 | 1010011 | 10 |
Color Harmonies of #020B01
Complementary color
Monochromatic Colors of #020B01
Black with #020B01
Text Example
Text Example
White with #020B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020B01; }
p { color: rgb(2,11,1); }
H1.HeaderClassName
{
color: #020B01;
}
.AnyTagClassName
{
color: #020B01;
}
</style>
background-color css
<style>
a { background-color: #020B01; }
a { background-color: rgb(2,11,1); }
div.DivClassName
{
background-color: #020B01;
}
.BgClassName
{
background-color: #020B01;
}
</style>
border-color css
<style>
span { border-color: #020B01; }
span { border-color: rgb(2,11,1); }
td.TdClassName
{
border-color: #020B01;
}
.TagClassName
{
border-color: #020B01;
}
</style>