Shades of Black Bean #020B03
Tints of Black Bean #020B03
RGB
CMYK
RGB Variations
Color information
#020B03 (or 0x020B03) is known color: Black Bean. HEX triplet: 02, 0B and 03. RGB value is (2,11,3). Sum of RGB (Red+Green+Blue) = 2+11+3=16 (2% of max value = 765). Red value is 2 (1.17% from 255 or 12.5% from 16); Green value is 11 (4.69% from 255 or 68.75% from 16); Blue value is 3 (1.56% from 255 or 18.75% from 16); Max value from RGB is 11 - color contains mainly: green. Hex color #020B03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020B03 is #FDF4FC. Grayscale: #070707. Windows color (decimal): -16643325 or 199426. OLE color: 199426.
HSL color Cylindrical-coordinate representation of color #020B03: hue angle of 126.67º degrees, saturation: 0.69, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #020B03 is Cyan = 0.82, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 2 | 11 | 3 | - |
| CMYK | 0.82 | 0 | 0.73 | 0.96 |
| HSL | 126.67º | 0.69% | 0.03% | - |
| HSV(B) | 126.67º | 0.82% | 0.04% | - |
| XYZ | 0.16 | 0.26 | 0.13 | - |
| YUV | 7.4 | 125.52 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 11 | 3 | 0.82 | 0 | 0.73 | 0.96 | 126.67 | 0.69 | 0.03 |
| Hex | 2 | B | 3 | 52 | 0 | 49 | 60 | 7F | 45 | 3 |
| Octal | 2 | 13 | 3 | 122 | 0 | 111 | 140 | 177 | 105 | 3 |
| Binary | 10 | 1011 | 11 | 1010010 | 0 | 1001001 | 1100000 | 1111111 | 1000101 | 11 |
Color Harmonies of #020B03
Complementary color
Monochromatic Colors of #020B03
Black with #020B03
Text Example
Text Example
White with #020B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020B03; }
p { color: rgb(2,11,3); }
H1.HeaderClassName
{
color: #020B03;
}
.AnyTagClassName
{
color: #020B03;
}
</style>
background-color css
<style>
a { background-color: #020B03; }
a { background-color: rgb(2,11,3); }
div.DivClassName
{
background-color: #020B03;
}
.BgClassName
{
background-color: #020B03;
}
</style>
border-color css
<style>
span { border-color: #020B03; }
span { border-color: rgb(2,11,3); }
td.TdClassName
{
border-color: #020B03;
}
.TagClassName
{
border-color: #020B03;
}
</style>