Shades of Black Bean #011801
Tints of Black Bean #011801
RGB
CMYK
RGB Variations
Color information
#011801 (or 0x011801) is known color: Black Bean. HEX triplet: 01, 18 and 01. RGB value is (1,24,1). Sum of RGB (Red+Green+Blue) = 1+24+1=26 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.85% from 26); Green value is 24 (9.77% from 255 or 92.31% from 26); Blue value is 1 (0.78% from 255 or 3.85% from 26); Max value from RGB is 24 - color contains mainly: green. Hex color #011801 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011801 is #FEE7FE. Grayscale: #0E0E0E. Windows color (decimal): -16705535 or 71681. OLE color: 71681.
HSL color Cylindrical-coordinate representation of color #011801: hue angle of 120º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #011801 is Cyan = 0.96, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 1 | 24 | 1 | - |
| CMYK | 0.96 | 0 | 0.96 | 0.91 |
| HSL | 120º | 0.92% | 0.05% | - |
| HSV(B) | 120º | 0.96% | 0.09% | - |
| XYZ | 0.34 | 0.66 | 0.14 | - |
| YUV | 14.5 | 120.38 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 24 | 1 | 0.96 | 0 | 0.96 | 0.91 | 120 | 0.92 | 0.05 |
| Hex | 1 | 18 | 1 | 60 | 0 | 60 | 5B | 78 | 5C | 5 |
| Octal | 1 | 30 | 1 | 140 | 0 | 140 | 133 | 170 | 134 | 5 |
| Binary | 1 | 11000 | 1 | 1100000 | 0 | 1100000 | 1011011 | 1111000 | 1011100 | 101 |
Color Harmonies of #011801
Complementary color
Monochromatic Colors of #011801
Black with #011801
Text Example
Text Example
White with #011801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011801; }
p { color: rgb(1,24,1); }
H1.HeaderClassName
{
color: #011801;
}
.AnyTagClassName
{
color: #011801;
}
</style>
background-color css
<style>
a { background-color: #011801; }
a { background-color: rgb(1,24,1); }
div.DivClassName
{
background-color: #011801;
}
.BgClassName
{
background-color: #011801;
}
</style>
border-color css
<style>
span { border-color: #011801; }
span { border-color: rgb(1,24,1); }
td.TdClassName
{
border-color: #011801;
}
.TagClassName
{
border-color: #011801;
}
</style>