Shades of Black Bean #021905
Tints of Black Bean #021905
RGB
CMYK
RGB Variations
Color information
#021905 (or 0x021905) is known color: Black Bean. HEX triplet: 02, 19 and 05. RGB value is (2,25,5). Sum of RGB (Red+Green+Blue) = 2+25+5=32 (4% of max value = 765). Red value is 2 (1.17% from 255 or 6.25% from 32); Green value is 25 (10.16% from 255 or 78.12% from 32); Blue value is 5 (2.34% from 255 or 15.62% from 32); Max value from RGB is 25 - color contains mainly: green. Hex color #021905 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021905 is #FDE6FA. Grayscale: #0F0F0F. Windows color (decimal): -16639739 or 334082. OLE color: 334082.
HSL color Cylindrical-coordinate representation of color #021905: hue angle of 127.83º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #021905 is Cyan = 0.92, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 2 | 25 | 5 | - |
| CMYK | 0.92 | 0 | 0.80 | 0.90 |
| HSL | 127.83º | 0.85% | 0.05% | - |
| HSV(B) | 127.83º | 0.92% | 0.1% | - |
| XYZ | 0.4 | 0.72 | 0.26 | - |
| YUV | 15.84 | 121.88 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 25 | 5 | 0.92 | 0 | 0.80 | 0.90 | 127.83 | 0.85 | 0.05 |
| Hex | 2 | 19 | 5 | 5C | 0 | 50 | 5A | 80 | 55 | 5 |
| Octal | 2 | 31 | 5 | 134 | 0 | 120 | 132 | 200 | 125 | 5 |
| Binary | 10 | 11001 | 101 | 1011100 | 0 | 1010000 | 1011010 | 10000000 | 1010101 | 101 |
Color Harmonies of #021905
Complementary color
Monochromatic Colors of #021905
Black with #021905
Text Example
Text Example
White with #021905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021905; }
p { color: rgb(2,25,5); }
H1.HeaderClassName
{
color: #021905;
}
.AnyTagClassName
{
color: #021905;
}
</style>
background-color css
<style>
a { background-color: #021905; }
a { background-color: rgb(2,25,5); }
div.DivClassName
{
background-color: #021905;
}
.BgClassName
{
background-color: #021905;
}
</style>
border-color css
<style>
span { border-color: #021905; }
span { border-color: rgb(2,25,5); }
td.TdClassName
{
border-color: #021905;
}
.TagClassName
{
border-color: #021905;
}
</style>