Shades of Black Bean #011904
Tints of Black Bean #011904
RGB
CMYK
RGB Variations
Color information
#011904 (or 0x011904) is known color: Black Bean. HEX triplet: 01, 19 and 04. RGB value is (1,25,4). Sum of RGB (Red+Green+Blue) = 1+25+4=30 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.33% from 30); Green value is 25 (10.16% from 255 or 83.33% from 30); Blue value is 4 (1.95% from 255 or 13.33% from 30); Max value from RGB is 25 - color contains mainly: green. Hex color #011904 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011904 is #FEE6FB. Grayscale: #0F0F0F. Windows color (decimal): -16705276 or 268545. OLE color: 268545.
HSL color Cylindrical-coordinate representation of color #011904: hue angle of 127.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 #011904 is Cyan = 0.96, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 1 | 25 | 4 | - |
| CMYK | 0.96 | 0 | 0.84 | 0.90 |
| HSL | 127.5º | 0.92% | 0.05% | - |
| HSV(B) | 127.5º | 0.96% | 0.1% | - |
| XYZ | 0.38 | 0.71 | 0.23 | - |
| YUV | 15.43 | 121.55 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 25 | 4 | 0.96 | 0 | 0.84 | 0.90 | 127.5 | 0.92 | 0.05 |
| Hex | 1 | 19 | 4 | 60 | 0 | 54 | 5A | 80 | 5C | 5 |
| Octal | 1 | 31 | 4 | 140 | 0 | 124 | 132 | 200 | 134 | 5 |
| Binary | 1 | 11001 | 100 | 1100000 | 0 | 1010100 | 1011010 | 10000000 | 1011100 | 101 |
Color Harmonies of #011904
Complementary color
Monochromatic Colors of #011904
Black with #011904
Text Example
Text Example
White with #011904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011904; }
p { color: rgb(1,25,4); }
H1.HeaderClassName
{
color: #011904;
}
.AnyTagClassName
{
color: #011904;
}
</style>
background-color css
<style>
a { background-color: #011904; }
a { background-color: rgb(1,25,4); }
div.DivClassName
{
background-color: #011904;
}
.BgClassName
{
background-color: #011904;
}
</style>
border-color css
<style>
span { border-color: #011904; }
span { border-color: rgb(1,25,4); }
td.TdClassName
{
border-color: #011904;
}
.TagClassName
{
border-color: #011904;
}
</style>