Shades of Black Bean #001900
Tints of Black Bean #001900
RGB
CMYK
RGB Variations
Color information
#001900 (or 0x001900) is known color: Black Bean. HEX triplet: 00, 19 and 00. RGB value is (0,25,0). Sum of RGB (Red+Green+Blue) = 0+25+0=25 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 25); Green value is 25 (10.16% from 255 or 100% from 25); Blue value is 0 (0.39% from 255 or 0% from 25); Max value from RGB is 25 - color contains mainly: green. Hex color #001900 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001900 is #FFE6FF. Grayscale: #0E0E0E. Windows color (decimal): -16770816 or 6400. OLE color: 6400.
HSL color Cylindrical-coordinate representation of color #001900: hue angle of 120º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001900 is Cyan = 1, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 0 | 25 | 0 | - |
| CMYK | 1 | 0 | 1 | 0.90 |
| HSL | 120º | 1% | 0.05% | - |
| HSV(B) | 120º | 1% | 0.1% | - |
| XYZ | 0.35 | 0.7 | 0.12 | - |
| YUV | 14.68 | 119.72 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 25 | 0 | 1 | 0 | 1 | 0.90 | 120 | 1 | 0.05 |
| Hex | 0 | 19 | 0 | 64 | 0 | 64 | 5A | 78 | 64 | 5 |
| Octal | 0 | 31 | 0 | 144 | 0 | 144 | 132 | 170 | 144 | 5 |
| Binary | 0 | 11001 | 0 | 1100100 | 0 | 1100100 | 1011010 | 1111000 | 1100100 | 101 |
Color Harmonies of #001900
Complementary color
Monochromatic Colors of #001900
Black with #001900
Text Example
Text Example
White with #001900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001900; }
p { color: rgb(0,25,0); }
H1.HeaderClassName
{
color: #001900;
}
.AnyTagClassName
{
color: #001900;
}
</style>
background-color css
<style>
a { background-color: #001900; }
a { background-color: rgb(0,25,0); }
div.DivClassName
{
background-color: #001900;
}
.BgClassName
{
background-color: #001900;
}
</style>
border-color css
<style>
span { border-color: #001900; }
span { border-color: rgb(0,25,0); }
td.TdClassName
{
border-color: #001900;
}
.TagClassName
{
border-color: #001900;
}
</style>