Shades of Black Bean #020402
Tints of Black Bean #020402
RGB
CMYK
RGB Variations
Color information
#020402 (or 0x020402) is known color: Black Bean. HEX triplet: 02, 04 and 02. RGB value is (2,4,2). Sum of RGB (Red+Green+Blue) = 2+4+2=8 (1% of max value = 765). Red value is 2 (1.17% from 255 or 25% from 8); Green value is 4 (1.95% from 255 or 50% from 8); Blue value is 2 (1.17% from 255 or 25% from 8); Max value from RGB is 4 - color contains mainly: green. Hex color #020402 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020402 is #FDFBFD. Grayscale: #030303. Windows color (decimal): -16645118 or 132098. OLE color: 132098.
HSL color Cylindrical-coordinate representation of color #020402: hue angle of 120º degrees, saturation: 0.33, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #020402 is Cyan = 0.5, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.98.
Color convert
| RGB | 2 | 4 | 2 | - |
| CMYK | 0.5 | 0 | 0.5 | 0.98 |
| HSL | 120º | 0.33% | 0.01% | - |
| HSV(B) | 120º | 0.5% | 0.02% | - |
| XYZ | 0.08 | 0.1 | 0.07 | - |
| YUV | 3.17 | 127.34 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 4 | 2 | 0.5 | 0 | 0.5 | 0.98 | 120 | 0.33 | 0.01 |
| Hex | 2 | 4 | 2 | 32 | 0 | 32 | 62 | 78 | 21 | 1 |
| Octal | 2 | 4 | 2 | 62 | 0 | 62 | 142 | 170 | 41 | 1 |
| Binary | 10 | 100 | 10 | 110010 | 0 | 110010 | 1100010 | 1111000 | 100001 | 1 |
Color Harmonies of #020402
Complementary color
Monochromatic Colors of #020402
Black with #020402
Text Example
Text Example
White with #020402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020402; }
p { color: rgb(2,4,2); }
H1.HeaderClassName
{
color: #020402;
}
.AnyTagClassName
{
color: #020402;
}
</style>
background-color css
<style>
a { background-color: #020402; }
a { background-color: rgb(2,4,2); }
div.DivClassName
{
background-color: #020402;
}
.BgClassName
{
background-color: #020402;
}
</style>
border-color css
<style>
span { border-color: #020402; }
span { border-color: rgb(2,4,2); }
td.TdClassName
{
border-color: #020402;
}
.TagClassName
{
border-color: #020402;
}
</style>