Shades of Black Bean #021802
Tints of Black Bean #021802
RGB
CMYK
RGB Variations
Color information
#021802 (or 0x021802) is known color: Black Bean. HEX triplet: 02, 18 and 02. RGB value is (2,24,2). Sum of RGB (Red+Green+Blue) = 2+24+2=28 (3% of max value = 765). Red value is 2 (1.17% from 255 or 7.14% from 28); Green value is 24 (9.77% from 255 or 85.71% from 28); Blue value is 2 (1.17% from 255 or 7.14% from 28); Max value from RGB is 24 - color contains mainly: green. Hex color #021802 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021802 is #FDE7FD. Grayscale: #0E0E0E. Windows color (decimal): -16639998 or 137218. OLE color: 137218.
HSL color Cylindrical-coordinate representation of color #021802: hue angle of 120º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #021802 is Cyan = 0.92, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 2 | 24 | 2 | - |
| CMYK | 0.92 | 0 | 0.92 | 0.91 |
| HSL | 120º | 0.85% | 0.05% | - |
| HSV(B) | 120º | 0.92% | 0.09% | - |
| XYZ | 0.36 | 0.67 | 0.17 | - |
| YUV | 14.91 | 120.71 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 24 | 2 | 0.92 | 0 | 0.92 | 0.91 | 120 | 0.85 | 0.05 |
| Hex | 2 | 18 | 2 | 5C | 0 | 5C | 5B | 78 | 55 | 5 |
| Octal | 2 | 30 | 2 | 134 | 0 | 134 | 133 | 170 | 125 | 5 |
| Binary | 10 | 11000 | 10 | 1011100 | 0 | 1011100 | 1011011 | 1111000 | 1010101 | 101 |
Color Harmonies of #021802
Complementary color
Monochromatic Colors of #021802
Black with #021802
Text Example
Text Example
White with #021802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021802; }
p { color: rgb(2,24,2); }
H1.HeaderClassName
{
color: #021802;
}
.AnyTagClassName
{
color: #021802;
}
</style>
background-color css
<style>
a { background-color: #021802; }
a { background-color: rgb(2,24,2); }
div.DivClassName
{
background-color: #021802;
}
.BgClassName
{
background-color: #021802;
}
</style>
border-color css
<style>
span { border-color: #021802; }
span { border-color: rgb(2,24,2); }
td.TdClassName
{
border-color: #021802;
}
.TagClassName
{
border-color: #021802;
}
</style>