Shades of Black Bean #021504
Tints of Black Bean #021504
RGB
CMYK
RGB Variations
Color information
#021504 (or 0x021504) is known color: Black Bean. HEX triplet: 02, 15 and 04. RGB value is (2,21,4). Sum of RGB (Red+Green+Blue) = 2+21+4=27 (3% of max value = 765). Red value is 2 (1.17% from 255 or 7.41% from 27); Green value is 21 (8.59% from 255 or 77.78% from 27); Blue value is 4 (1.95% from 255 or 14.81% from 27); Max value from RGB is 21 - color contains mainly: green. Hex color #021504 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021504 is #FDEAFB. Grayscale: #0D0D0D. Windows color (decimal): -16640764 or 267522. OLE color: 267522.
HSL color Cylindrical-coordinate representation of color #021504: hue angle of 126.32º 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 #021504 is Cyan = 0.90, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 2 | 21 | 4 | - |
| CMYK | 0.90 | 0 | 0.81 | 0.92 |
| HSL | 126.32º | 0.83% | 0.05% | - |
| HSV(B) | 126.32º | 0.9% | 0.08% | - |
| XYZ | 0.32 | 0.56 | 0.21 | - |
| YUV | 13.38 | 122.71 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 21 | 4 | 0.90 | 0 | 0.81 | 0.92 | 126.32 | 0.83 | 0.05 |
| Hex | 2 | 15 | 4 | 5A | 0 | 51 | 5C | 7E | 53 | 5 |
| Octal | 2 | 25 | 4 | 132 | 0 | 121 | 134 | 176 | 123 | 5 |
| Binary | 10 | 10101 | 100 | 1011010 | 0 | 1010001 | 1011100 | 1111110 | 1010011 | 101 |
Color Harmonies of #021504
Complementary color
Monochromatic Colors of #021504
Black with #021504
Text Example
Text Example
White with #021504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021504; }
p { color: rgb(2,21,4); }
H1.HeaderClassName
{
color: #021504;
}
.AnyTagClassName
{
color: #021504;
}
</style>
background-color css
<style>
a { background-color: #021504; }
a { background-color: rgb(2,21,4); }
div.DivClassName
{
background-color: #021504;
}
.BgClassName
{
background-color: #021504;
}
</style>
border-color css
<style>
span { border-color: #021504; }
span { border-color: rgb(2,21,4); }
td.TdClassName
{
border-color: #021504;
}
.TagClassName
{
border-color: #021504;
}
</style>