Shades of Black Bean #020B04
Tints of Black Bean #020B04
RGB
CMYK
RGB Variations
Color information
#020B04 (or 0x020B04) is known color: Black Bean. HEX triplet: 02, 0B and 04. RGB value is (2,11,4). Sum of RGB (Red+Green+Blue) = 2+11+4=17 (2% of max value = 765). Red value is 2 (1.17% from 255 or 11.76% from 17); Green value is 11 (4.69% from 255 or 64.71% from 17); Blue value is 4 (1.95% from 255 or 23.53% from 17); Max value from RGB is 11 - color contains mainly: green. Hex color #020B04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020B04 is #FDF4FB. Grayscale: #070707. Windows color (decimal): -16643324 or 264962. OLE color: 264962.
HSL color Cylindrical-coordinate representation of color #020B04: hue angle of 133.33º 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 #020B04 is Cyan = 0.82, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 2 | 11 | 4 | - |
| CMYK | 0.82 | 0 | 0.64 | 0.96 |
| HSL | 133.33º | 0.69% | 0.03% | - |
| HSV(B) | 133.33º | 0.82% | 0.04% | - |
| XYZ | 0.17 | 0.26 | 0.16 | - |
| YUV | 7.51 | 126.02 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 11 | 4 | 0.82 | 0 | 0.64 | 0.96 | 133.33 | 0.69 | 0.03 |
| Hex | 2 | B | 4 | 52 | 0 | 40 | 60 | 85 | 45 | 3 |
| Octal | 2 | 13 | 4 | 122 | 0 | 100 | 140 | 205 | 105 | 3 |
| Binary | 10 | 1011 | 100 | 1010010 | 0 | 1000000 | 1100000 | 10000101 | 1000101 | 11 |
Color Harmonies of #020B04
Complementary color
Monochromatic Colors of #020B04
Black with #020B04
Text Example
Text Example
White with #020B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020B04; }
p { color: rgb(2,11,4); }
H1.HeaderClassName
{
color: #020B04;
}
.AnyTagClassName
{
color: #020B04;
}
</style>
background-color css
<style>
a { background-color: #020B04; }
a { background-color: rgb(2,11,4); }
div.DivClassName
{
background-color: #020B04;
}
.BgClassName
{
background-color: #020B04;
}
</style>
border-color css
<style>
span { border-color: #020B04; }
span { border-color: rgb(2,11,4); }
td.TdClassName
{
border-color: #020B04;
}
.TagClassName
{
border-color: #020B04;
}
</style>