Shades of Black Bean #021402
Tints of Black Bean #021402
RGB
CMYK
RGB Variations
Color information
#021402 (or 0x021402) is known color: Black Bean. HEX triplet: 02, 14 and 02. RGB value is (2,20,2). Sum of RGB (Red+Green+Blue) = 2+20+2=24 (3% of max value = 765). Red value is 2 (1.17% from 255 or 8.33% from 24); Green value is 20 (8.20% from 255 or 83.33% from 24); Blue value is 2 (1.17% from 255 or 8.33% from 24); Max value from RGB is 20 - color contains mainly: green. Hex color #021402 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021402 is #FDEBFD. Grayscale: #0C0C0C. Windows color (decimal): -16641022 or 136194. OLE color: 136194.
HSL color Cylindrical-coordinate representation of color #021402: hue angle of 120º degrees, saturation: 0.82, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #021402 is Cyan = 0.90, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 2 | 20 | 2 | - |
| CMYK | 0.90 | 0 | 0.90 | 0.92 |
| HSL | 120º | 0.82% | 0.04% | - |
| HSV(B) | 120º | 0.9% | 0.08% | - |
| XYZ | 0.29 | 0.52 | 0.14 | - |
| YUV | 12.57 | 122.04 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 20 | 2 | 0.90 | 0 | 0.90 | 0.92 | 120 | 0.82 | 0.04 |
| Hex | 2 | 14 | 2 | 5A | 0 | 5A | 5C | 78 | 52 | 4 |
| Octal | 2 | 24 | 2 | 132 | 0 | 132 | 134 | 170 | 122 | 4 |
| Binary | 10 | 10100 | 10 | 1011010 | 0 | 1011010 | 1011100 | 1111000 | 1010010 | 100 |
Color Harmonies of #021402
Complementary color
Monochromatic Colors of #021402
Black with #021402
Text Example
Text Example
White with #021402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021402; }
p { color: rgb(2,20,2); }
H1.HeaderClassName
{
color: #021402;
}
.AnyTagClassName
{
color: #021402;
}
</style>
background-color css
<style>
a { background-color: #021402; }
a { background-color: rgb(2,20,2); }
div.DivClassName
{
background-color: #021402;
}
.BgClassName
{
background-color: #021402;
}
</style>
border-color css
<style>
span { border-color: #021402; }
span { border-color: rgb(2,20,2); }
td.TdClassName
{
border-color: #021402;
}
.TagClassName
{
border-color: #021402;
}
</style>