Shades of Black Bean #021505
Tints of Black Bean #021505
RGB
CMYK
RGB Variations
Color information
#021505 (or 0x021505) is known color: Black Bean. HEX triplet: 02, 15 and 05. RGB value is (2,21,5). Sum of RGB (Red+Green+Blue) = 2+21+5=28 (3% of max value = 765). Red value is 2 (1.17% from 255 or 7.14% from 28); Green value is 21 (8.59% from 255 or 75% from 28); Blue value is 5 (2.34% from 255 or 17.86% from 28); Max value from RGB is 21 - color contains mainly: green. Hex color #021505 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021505 is #FDEAFA. Grayscale: #0D0D0D. Windows color (decimal): -16640763 or 333058. OLE color: 333058.
HSL color Cylindrical-coordinate representation of color #021505: hue angle of 129.47º degrees, saturation: 0.83, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #021505 is Cyan = 0.90, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 2 | 21 | 5 | - |
| CMYK | 0.90 | 0 | 0.76 | 0.92 |
| HSL | 129.47º | 0.83% | 0.05% | - |
| HSV(B) | 129.47º | 0.9% | 0.08% | - |
| XYZ | 0.32 | 0.56 | 0.23 | - |
| YUV | 13.5 | 123.21 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 21 | 5 | 0.90 | 0 | 0.76 | 0.92 | 129.47 | 0.83 | 0.05 |
| Hex | 2 | 15 | 5 | 5A | 0 | 4C | 5C | 81 | 53 | 5 |
| Octal | 2 | 25 | 5 | 132 | 0 | 114 | 134 | 201 | 123 | 5 |
| Binary | 10 | 10101 | 101 | 1011010 | 0 | 1001100 | 1011100 | 10000001 | 1010011 | 101 |
Color Harmonies of #021505
Complementary color
Monochromatic Colors of #021505
Black with #021505
Text Example
Text Example
White with #021505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021505; }
p { color: rgb(2,21,5); }
H1.HeaderClassName
{
color: #021505;
}
.AnyTagClassName
{
color: #021505;
}
</style>
background-color css
<style>
a { background-color: #021505; }
a { background-color: rgb(2,21,5); }
div.DivClassName
{
background-color: #021505;
}
.BgClassName
{
background-color: #021505;
}
</style>
border-color css
<style>
span { border-color: #021505; }
span { border-color: rgb(2,21,5); }
td.TdClassName
{
border-color: #021505;
}
.TagClassName
{
border-color: #021505;
}
</style>