Shades of Black Bean #021902
Tints of Black Bean #021902
RGB
CMYK
RGB Variations
Color information
#021902 (or 0x021902) is known color: Black Bean. HEX triplet: 02, 19 and 02. RGB value is (2,25,2). Sum of RGB (Red+Green+Blue) = 2+25+2=29 (3% of max value = 765). Red value is 2 (1.17% from 255 or 6.90% from 29); Green value is 25 (10.16% from 255 or 86.21% from 29); Blue value is 2 (1.17% from 255 or 6.90% from 29); Max value from RGB is 25 - color contains mainly: green. Hex color #021902 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021902 is #FDE6FD. Grayscale: #0F0F0F. Windows color (decimal): -16639742 or 137474. OLE color: 137474.
HSL color Cylindrical-coordinate representation of color #021902: hue angle of 120º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #021902 is Cyan = 0.92, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 2 | 25 | 2 | - |
| CMYK | 0.92 | 0 | 0.92 | 0.90 |
| HSL | 120º | 0.85% | 0.05% | - |
| HSV(B) | 120º | 0.92% | 0.1% | - |
| XYZ | 0.38 | 0.71 | 0.17 | - |
| YUV | 15.5 | 120.38 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 25 | 2 | 0.92 | 0 | 0.92 | 0.90 | 120 | 0.85 | 0.05 |
| Hex | 2 | 19 | 2 | 5C | 0 | 5C | 5A | 78 | 55 | 5 |
| Octal | 2 | 31 | 2 | 134 | 0 | 134 | 132 | 170 | 125 | 5 |
| Binary | 10 | 11001 | 10 | 1011100 | 0 | 1011100 | 1011010 | 1111000 | 1010101 | 101 |
Color Harmonies of #021902
Complementary color
Monochromatic Colors of #021902
Black with #021902
Text Example
Text Example
White with #021902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021902; }
p { color: rgb(2,25,2); }
H1.HeaderClassName
{
color: #021902;
}
.AnyTagClassName
{
color: #021902;
}
</style>
background-color css
<style>
a { background-color: #021902; }
a { background-color: rgb(2,25,2); }
div.DivClassName
{
background-color: #021902;
}
.BgClassName
{
background-color: #021902;
}
</style>
border-color css
<style>
span { border-color: #021902; }
span { border-color: rgb(2,25,2); }
td.TdClassName
{
border-color: #021902;
}
.TagClassName
{
border-color: #021902;
}
</style>