Shades of Black Bean #001604
Tints of Black Bean #001604
RGB
CMYK
RGB Variations
Color information
#001604 (or 0x001604) is known color: Black Bean. HEX triplet: 00, 16 and 04. RGB value is (0,22,4). Sum of RGB (Red+Green+Blue) = 0+22+4=26 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 26); Green value is 22 (8.98% from 255 or 84.62% from 26); Blue value is 4 (1.95% from 255 or 15.38% from 26); Max value from RGB is 22 - color contains mainly: green. Hex color #001604 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001604 is #FFE9FB. Grayscale: #0D0D0D. Windows color (decimal): -16771580 or 267776. OLE color: 267776.
HSL color Cylindrical-coordinate representation of color #001604: hue angle of 130.91º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001604 is Cyan = 1, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 0 | 22 | 4 | - |
| CMYK | 1 | 0 | 0.82 | 0.91 |
| HSL | 130.91º | 1% | 0.04% | - |
| HSV(B) | 130.91º | 1% | 0.09% | - |
| XYZ | 0.31 | 0.58 | 0.21 | - |
| YUV | 13.37 | 122.71 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 22 | 4 | 1 | 0 | 0.82 | 0.91 | 130.91 | 1 | 0.04 |
| Hex | 0 | 16 | 4 | 64 | 0 | 52 | 5B | 83 | 64 | 4 |
| Octal | 0 | 26 | 4 | 144 | 0 | 122 | 133 | 203 | 144 | 4 |
| Binary | 0 | 10110 | 100 | 1100100 | 0 | 1010010 | 1011011 | 10000011 | 1100100 | 100 |
Color Harmonies of #001604
Complementary color
Monochromatic Colors of #001604
Black with #001604
Text Example
Text Example
White with #001604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001604; }
p { color: rgb(0,22,4); }
H1.HeaderClassName
{
color: #001604;
}
.AnyTagClassName
{
color: #001604;
}
</style>
background-color css
<style>
a { background-color: #001604; }
a { background-color: rgb(0,22,4); }
div.DivClassName
{
background-color: #001604;
}
.BgClassName
{
background-color: #001604;
}
</style>
border-color css
<style>
span { border-color: #001604; }
span { border-color: rgb(0,22,4); }
td.TdClassName
{
border-color: #001604;
}
.TagClassName
{
border-color: #001604;
}
</style>