Shades of Black Bean #021101
Tints of Black Bean #021101
RGB
CMYK
RGB Variations
Color information
#021101 (or 0x021101) is known color: Black Bean. HEX triplet: 02, 11 and 01. RGB value is (2,17,1). Sum of RGB (Red+Green+Blue) = 2+17+1=20 (2% of max value = 765). Red value is 2 (1.17% from 255 or 10% from 20); Green value is 17 (7.03% from 255 or 85% from 20); Blue value is 1 (0.78% from 255 or 5% from 20); Max value from RGB is 17 - color contains mainly: green. Hex color #021101 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021101 is #FDEEFE. Grayscale: #0A0A0A. Windows color (decimal): -16641791 or 69890. OLE color: 69890.
HSL color Cylindrical-coordinate representation of color #021101: hue angle of 116.25º degrees, saturation: 0.89, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #021101 is Cyan = 0.88, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 2 | 17 | 1 | - |
| CMYK | 0.88 | 0 | 0.94 | 0.93 |
| HSL | 116.25º | 0.89% | 0.04% | - |
| HSV(B) | 116.25º | 0.94% | 0.07% | - |
| XYZ | 0.23 | 0.42 | 0.1 | - |
| YUV | 10.69 | 122.53 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 17 | 1 | 0.88 | 0 | 0.94 | 0.93 | 116.25 | 0.89 | 0.04 |
| Hex | 2 | 11 | 1 | 58 | 0 | 5E | 5D | 74 | 59 | 4 |
| Octal | 2 | 21 | 1 | 130 | 0 | 136 | 135 | 164 | 131 | 4 |
| Binary | 10 | 10001 | 1 | 1011000 | 0 | 1011110 | 1011101 | 1110100 | 1011001 | 100 |
Color Harmonies of #021101
Complementary color
Monochromatic Colors of #021101
Black with #021101
Text Example
Text Example
White with #021101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021101; }
p { color: rgb(2,17,1); }
H1.HeaderClassName
{
color: #021101;
}
.AnyTagClassName
{
color: #021101;
}
</style>
background-color css
<style>
a { background-color: #021101; }
a { background-color: rgb(2,17,1); }
div.DivClassName
{
background-color: #021101;
}
.BgClassName
{
background-color: #021101;
}
</style>
border-color css
<style>
span { border-color: #021101; }
span { border-color: rgb(2,17,1); }
td.TdClassName
{
border-color: #021101;
}
.TagClassName
{
border-color: #021101;
}
</style>