Shades of Black Bean #011905
Tints of Black Bean #011905
RGB
CMYK
RGB Variations
Color information
#011905 (or 0x011905) is known color: Black Bean. HEX triplet: 01, 19 and 05. RGB value is (1,25,5). Sum of RGB (Red+Green+Blue) = 1+25+5=31 (4% of max value = 765). Red value is 1 (0.78% from 255 or 3.23% from 31); Green value is 25 (10.16% from 255 or 80.65% from 31); Blue value is 5 (2.34% from 255 or 16.13% from 31); Max value from RGB is 25 - color contains mainly: green. Hex color #011905 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011905 is #FEE6FA. Grayscale: #0F0F0F. Windows color (decimal): -16705275 or 334081. OLE color: 334081.
HSL color Cylindrical-coordinate representation of color #011905: hue angle of 130º 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 #011905 is Cyan = 0.96, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 1 | 25 | 5 | - |
| CMYK | 0.96 | 0 | 0.80 | 0.90 |
| HSL | 130º | 0.92% | 0.05% | - |
| HSV(B) | 130º | 0.96% | 0.1% | - |
| XYZ | 0.39 | 0.71 | 0.26 | - |
| YUV | 15.54 | 122.05 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 25 | 5 | 0.96 | 0 | 0.80 | 0.90 | 130 | 0.92 | 0.05 |
| Hex | 1 | 19 | 5 | 60 | 0 | 50 | 5A | 82 | 5C | 5 |
| Octal | 1 | 31 | 5 | 140 | 0 | 120 | 132 | 202 | 134 | 5 |
| Binary | 1 | 11001 | 101 | 1100000 | 0 | 1010000 | 1011010 | 10000010 | 1011100 | 101 |
Color Harmonies of #011905
Complementary color
Monochromatic Colors of #011905
Black with #011905
Text Example
Text Example
White with #011905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011905; }
p { color: rgb(1,25,5); }
H1.HeaderClassName
{
color: #011905;
}
.AnyTagClassName
{
color: #011905;
}
</style>
background-color css
<style>
a { background-color: #011905; }
a { background-color: rgb(1,25,5); }
div.DivClassName
{
background-color: #011905;
}
.BgClassName
{
background-color: #011905;
}
</style>
border-color css
<style>
span { border-color: #011905; }
span { border-color: rgb(1,25,5); }
td.TdClassName
{
border-color: #011905;
}
.TagClassName
{
border-color: #011905;
}
</style>