Shades of Black Bean #020702
Tints of Black Bean #020702
RGB
CMYK
RGB Variations
Color information
#020702 (or 0x020702) is known color: Black Bean. HEX triplet: 02, 07 and 02. RGB value is (2,7,2). Sum of RGB (Red+Green+Blue) = 2+7+2=11 (1% of max value = 765). Red value is 2 (1.17% from 255 or 18.18% from 11); Green value is 7 (3.12% from 255 or 63.64% from 11); Blue value is 2 (1.17% from 255 or 18.18% from 11); Max value from RGB is 7 - color contains mainly: green. Hex color #020702 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020702 is #FDF8FD. Grayscale: #040404. Windows color (decimal): -16644350 or 132866. OLE color: 132866.
HSL color Cylindrical-coordinate representation of color #020702: hue angle of 120º degrees, saturation: 0.56, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #020702 is Cyan = 0.71, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.97.
Color convert
| RGB | 2 | 7 | 2 | - |
| CMYK | 0.71 | 0 | 0.71 | 0.97 |
| HSL | 120º | 0.56% | 0.02% | - |
| HSV(B) | 120º | 0.71% | 0.03% | - |
| XYZ | 0.11 | 0.17 | 0.08 | - |
| YUV | 4.94 | 126.34 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 7 | 2 | 0.71 | 0 | 0.71 | 0.97 | 120 | 0.56 | 0.02 |
| Hex | 2 | 7 | 2 | 47 | 0 | 47 | 61 | 78 | 38 | 2 |
| Octal | 2 | 7 | 2 | 107 | 0 | 107 | 141 | 170 | 70 | 2 |
| Binary | 10 | 111 | 10 | 1000111 | 0 | 1000111 | 1100001 | 1111000 | 111000 | 10 |
Color Harmonies of #020702
Complementary color
Monochromatic Colors of #020702
Black with #020702
Text Example
Text Example
White with #020702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020702; }
p { color: rgb(2,7,2); }
H1.HeaderClassName
{
color: #020702;
}
.AnyTagClassName
{
color: #020702;
}
</style>
background-color css
<style>
a { background-color: #020702; }
a { background-color: rgb(2,7,2); }
div.DivClassName
{
background-color: #020702;
}
.BgClassName
{
background-color: #020702;
}
</style>
border-color css
<style>
span { border-color: #020702; }
span { border-color: rgb(2,7,2); }
td.TdClassName
{
border-color: #020702;
}
.TagClassName
{
border-color: #020702;
}
</style>