Shades of Black Bean #002004
Tints of Black Bean #002004
RGB
CMYK
RGB Variations
Color information
#002004 (or 0x002004) is known color: Black Bean. HEX triplet: 00, 20 and 04. RGB value is (0,32,4). Sum of RGB (Red+Green+Blue) = 0+32+4=36 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 36); Green value is 32 (12.89% from 255 or 88.89% from 36); Blue value is 4 (1.95% from 255 or 11.11% from 36); Max value from RGB is 32 - color contains mainly: green. Hex color #002004 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002004 is #FFDFFB. Grayscale: #131313. Windows color (decimal): -16769020 or 270336. OLE color: 270336.
HSL color Cylindrical-coordinate representation of color #002004: hue angle of 127.5º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002004 is Cyan = 1, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 0 | 32 | 4 | - |
| CMYK | 1 | 0 | 0.87 | 0.87 |
| HSL | 127.5º | 1% | 0.06% | - |
| HSV(B) | 127.5º | 1% | 0.13% | - |
| XYZ | 0.54 | 1.04 | 0.29 | - |
| YUV | 19.24 | 119.4 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 32 | 4 | 1 | 0 | 0.87 | 0.87 | 127.5 | 1 | 0.06 |
| Hex | 0 | 20 | 4 | 64 | 0 | 57 | 57 | 80 | 64 | 6 |
| Octal | 0 | 40 | 4 | 144 | 0 | 127 | 127 | 200 | 144 | 6 |
| Binary | 0 | 100000 | 100 | 1100100 | 0 | 1010111 | 1010111 | 10000000 | 1100100 | 110 |
Color Harmonies of #002004
Complementary color
Monochromatic Colors of #002004
Black with #002004
Text Example
Text Example
White with #002004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002004; }
p { color: rgb(0,32,4); }
H1.HeaderClassName
{
color: #002004;
}
.AnyTagClassName
{
color: #002004;
}
</style>
background-color css
<style>
a { background-color: #002004; }
a { background-color: rgb(0,32,4); }
div.DivClassName
{
background-color: #002004;
}
.BgClassName
{
background-color: #002004;
}
</style>
border-color css
<style>
span { border-color: #002004; }
span { border-color: rgb(0,32,4); }
td.TdClassName
{
border-color: #002004;
}
.TagClassName
{
border-color: #002004;
}
</style>