Shades of Black Bean #011102
Tints of Black Bean #011102
RGB
CMYK
RGB Variations
Color information
#011102 (or 0x011102) is known color: Black Bean. HEX triplet: 01, 11 and 02. RGB value is (1,17,2). Sum of RGB (Red+Green+Blue) = 1+17+2=20 (2% of max value = 765). Red value is 1 (0.78% from 255 or 5% from 20); Green value is 17 (7.03% from 255 or 85% from 20); Blue value is 2 (1.17% from 255 or 10% from 20); Max value from RGB is 17 - color contains mainly: green. Hex color #011102 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011102 is #FEEEFD. Grayscale: #0A0A0A. Windows color (decimal): -16707326 or 135425. OLE color: 135425.
HSL color Cylindrical-coordinate representation of color #011102: hue angle of 123.75º 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 #011102 is Cyan = 0.94, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 1 | 17 | 2 | - |
| CMYK | 0.94 | 0 | 0.88 | 0.93 |
| HSL | 123.75º | 0.89% | 0.04% | - |
| HSV(B) | 123.75º | 0.94% | 0.07% | - |
| XYZ | 0.22 | 0.41 | 0.13 | - |
| YUV | 10.51 | 123.2 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 17 | 2 | 0.94 | 0 | 0.88 | 0.93 | 123.75 | 0.89 | 0.04 |
| Hex | 1 | 11 | 2 | 5E | 0 | 58 | 5D | 7C | 59 | 4 |
| Octal | 1 | 21 | 2 | 136 | 0 | 130 | 135 | 174 | 131 | 4 |
| Binary | 1 | 10001 | 10 | 1011110 | 0 | 1011000 | 1011101 | 1111100 | 1011001 | 100 |
Color Harmonies of #011102
Complementary color
Monochromatic Colors of #011102
Black with #011102
Text Example
Text Example
White with #011102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011102; }
p { color: rgb(1,17,2); }
H1.HeaderClassName
{
color: #011102;
}
.AnyTagClassName
{
color: #011102;
}
</style>
background-color css
<style>
a { background-color: #011102; }
a { background-color: rgb(1,17,2); }
div.DivClassName
{
background-color: #011102;
}
.BgClassName
{
background-color: #011102;
}
</style>
border-color css
<style>
span { border-color: #011102; }
span { border-color: rgb(1,17,2); }
td.TdClassName
{
border-color: #011102;
}
.TagClassName
{
border-color: #011102;
}
</style>