Shades of Black Bean #021805
Tints of Black Bean #021805
RGB
CMYK
RGB Variations
Color information
#021805 (or 0x021805) is known color: Black Bean. HEX triplet: 02, 18 and 05. RGB value is (2,24,5). Sum of RGB (Red+Green+Blue) = 2+24+5=31 (4% of max value = 765). Red value is 2 (1.17% from 255 or 6.45% from 31); Green value is 24 (9.77% from 255 or 77.42% from 31); Blue value is 5 (2.34% from 255 or 16.13% from 31); Max value from RGB is 24 - color contains mainly: green. Hex color #021805 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021805 is #FDE7FA. Grayscale: #0F0F0F. Windows color (decimal): -16639995 or 333826. OLE color: 333826.
HSL color Cylindrical-coordinate representation of color #021805: hue angle of 128.18º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #021805 is Cyan = 0.92, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 2 | 24 | 5 | - |
| CMYK | 0.92 | 0 | 0.79 | 0.91 |
| HSL | 128.18º | 0.85% | 0.05% | - |
| HSV(B) | 128.18º | 0.92% | 0.09% | - |
| XYZ | 0.38 | 0.68 | 0.25 | - |
| YUV | 15.26 | 122.21 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 24 | 5 | 0.92 | 0 | 0.79 | 0.91 | 128.18 | 0.85 | 0.05 |
| Hex | 2 | 18 | 5 | 5C | 0 | 4F | 5B | 80 | 55 | 5 |
| Octal | 2 | 30 | 5 | 134 | 0 | 117 | 133 | 200 | 125 | 5 |
| Binary | 10 | 11000 | 101 | 1011100 | 0 | 1001111 | 1011011 | 10000000 | 1010101 | 101 |
Color Harmonies of #021805
Complementary color
Monochromatic Colors of #021805
Black with #021805
Text Example
Text Example
White with #021805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021805; }
p { color: rgb(2,24,5); }
H1.HeaderClassName
{
color: #021805;
}
.AnyTagClassName
{
color: #021805;
}
</style>
background-color css
<style>
a { background-color: #021805; }
a { background-color: rgb(2,24,5); }
div.DivClassName
{
background-color: #021805;
}
.BgClassName
{
background-color: #021805;
}
</style>
border-color css
<style>
span { border-color: #021805; }
span { border-color: rgb(2,24,5); }
td.TdClassName
{
border-color: #021805;
}
.TagClassName
{
border-color: #021805;
}
</style>