Shades of Black Bean #020A03
Tints of Black Bean #020A03
RGB
CMYK
RGB Variations
Color information
#020A03 (or 0x020A03) is known color: Black Bean. HEX triplet: 02, 0A and 03. RGB value is (2,10,3). Sum of RGB (Red+Green+Blue) = 2+10+3=15 (1% of max value = 765). Red value is 2 (1.17% from 255 or 13.33% from 15); Green value is 10 (4.30% from 255 or 66.67% from 15); Blue value is 3 (1.56% from 255 or 20% from 15); Max value from RGB is 10 - color contains mainly: green. Hex color #020A03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020A03 is #FDF5FC. Grayscale: #060606. Windows color (decimal): -16643581 or 199170. OLE color: 199170.
HSL color Cylindrical-coordinate representation of color #020A03: hue angle of 127.5º degrees, saturation: 0.67, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #020A03 is Cyan = 0.8, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 2 | 10 | 3 | - |
| CMYK | 0.8 | 0 | 0.70 | 0.96 |
| HSL | 127.5º | 0.67% | 0.02% | - |
| HSV(B) | 127.5º | 0.8% | 0.04% | - |
| XYZ | 0.15 | 0.24 | 0.12 | - |
| YUV | 6.81 | 125.85 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 10 | 3 | 0.8 | 0 | 0.70 | 0.96 | 127.5 | 0.67 | 0.02 |
| Hex | 2 | A | 3 | 50 | 0 | 46 | 60 | 80 | 43 | 2 |
| Octal | 2 | 12 | 3 | 120 | 0 | 106 | 140 | 200 | 103 | 2 |
| Binary | 10 | 1010 | 11 | 1010000 | 0 | 1000110 | 1100000 | 10000000 | 1000011 | 10 |
Color Harmonies of #020A03
Complementary color
Monochromatic Colors of #020A03
Black with #020A03
Text Example
Text Example
White with #020A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020A03; }
p { color: rgb(2,10,3); }
H1.HeaderClassName
{
color: #020A03;
}
.AnyTagClassName
{
color: #020A03;
}
</style>
background-color css
<style>
a { background-color: #020A03; }
a { background-color: rgb(2,10,3); }
div.DivClassName
{
background-color: #020A03;
}
.BgClassName
{
background-color: #020A03;
}
</style>
border-color css
<style>
span { border-color: #020A03; }
span { border-color: rgb(2,10,3); }
td.TdClassName
{
border-color: #020A03;
}
.TagClassName
{
border-color: #020A03;
}
</style>