Shades of Black Bean #011902
Tints of Black Bean #011902
RGB
CMYK
RGB Variations
Color information
#011902 (or 0x011902) is known color: Black Bean. HEX triplet: 01, 19 and 02. RGB value is (1,25,2). Sum of RGB (Red+Green+Blue) = 1+25+2=28 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.57% from 28); Green value is 25 (10.16% from 255 or 89.29% from 28); Blue value is 2 (1.17% from 255 or 7.14% from 28); Max value from RGB is 25 - color contains mainly: green. Hex color #011902 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011902 is #FEE6FD. Grayscale: #0F0F0F. Windows color (decimal): -16705278 or 137473. OLE color: 137473.
HSL color Cylindrical-coordinate representation of color #011902: hue angle of 122.5º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #011902 is Cyan = 0.96, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 1 | 25 | 2 | - |
| CMYK | 0.96 | 0 | 0.92 | 0.90 |
| HSL | 122.5º | 0.92% | 0.05% | - |
| HSV(B) | 122.5º | 0.96% | 0.1% | - |
| XYZ | 0.37 | 0.71 | 0.17 | - |
| YUV | 15.2 | 120.55 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 25 | 2 | 0.96 | 0 | 0.92 | 0.90 | 122.5 | 0.92 | 0.05 |
| Hex | 1 | 19 | 2 | 60 | 0 | 5C | 5A | 7B | 5C | 5 |
| Octal | 1 | 31 | 2 | 140 | 0 | 134 | 132 | 173 | 134 | 5 |
| Binary | 1 | 11001 | 10 | 1100000 | 0 | 1011100 | 1011010 | 1111011 | 1011100 | 101 |
Color Harmonies of #011902
Complementary color
Monochromatic Colors of #011902
Black with #011902
Text Example
Text Example
White with #011902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011902; }
p { color: rgb(1,25,2); }
H1.HeaderClassName
{
color: #011902;
}
.AnyTagClassName
{
color: #011902;
}
</style>
background-color css
<style>
a { background-color: #011902; }
a { background-color: rgb(1,25,2); }
div.DivClassName
{
background-color: #011902;
}
.BgClassName
{
background-color: #011902;
}
</style>
border-color css
<style>
span { border-color: #011902; }
span { border-color: rgb(1,25,2); }
td.TdClassName
{
border-color: #011902;
}
.TagClassName
{
border-color: #011902;
}
</style>