Shades of Black Bean #020A02
Tints of Black Bean #020A02
RGB
CMYK
RGB Variations
Color information
#020A02 (or 0x020A02) is known color: Black Bean. HEX triplet: 02, 0A and 02. RGB value is (2,10,2). Sum of RGB (Red+Green+Blue) = 2+10+2=14 (1% of max value = 765). Red value is 2 (1.17% from 255 or 14.29% from 14); Green value is 10 (4.30% from 255 or 71.43% from 14); Blue value is 2 (1.17% from 255 or 14.29% from 14); Max value from RGB is 10 - color contains mainly: green. Hex color #020A02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020A02 is #FDF5FD. Grayscale: #060606. Windows color (decimal): -16643582 or 133634. OLE color: 133634.
HSL color Cylindrical-coordinate representation of color #020A02: hue angle of 120º 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 #020A02 is Cyan = 0.8, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 2 | 10 | 2 | - |
| CMYK | 0.8 | 0 | 0.8 | 0.96 |
| HSL | 120º | 0.67% | 0.02% | - |
| HSV(B) | 120º | 0.8% | 0.04% | - |
| XYZ | 0.14 | 0.23 | 0.1 | - |
| YUV | 6.7 | 125.35 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 10 | 2 | 0.8 | 0 | 0.8 | 0.96 | 120 | 0.67 | 0.02 |
| Hex | 2 | A | 2 | 50 | 0 | 50 | 60 | 78 | 43 | 2 |
| Octal | 2 | 12 | 2 | 120 | 0 | 120 | 140 | 170 | 103 | 2 |
| Binary | 10 | 1010 | 10 | 1010000 | 0 | 1010000 | 1100000 | 1111000 | 1000011 | 10 |
Color Harmonies of #020A02
Complementary color
Monochromatic Colors of #020A02
Black with #020A02
Text Example
Text Example
White with #020A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020A02; }
p { color: rgb(2,10,2); }
H1.HeaderClassName
{
color: #020A02;
}
.AnyTagClassName
{
color: #020A02;
}
</style>
background-color css
<style>
a { background-color: #020A02; }
a { background-color: rgb(2,10,2); }
div.DivClassName
{
background-color: #020A02;
}
.BgClassName
{
background-color: #020A02;
}
</style>
border-color css
<style>
span { border-color: #020A02; }
span { border-color: rgb(2,10,2); }
td.TdClassName
{
border-color: #020A02;
}
.TagClassName
{
border-color: #020A02;
}
</style>