Shades of Black Bean #021603
Tints of Black Bean #021603
RGB
CMYK
RGB Variations
Color information
#021603 (or 0x021603) is known color: Black Bean. HEX triplet: 02, 16 and 03. RGB value is (2,22,3). Sum of RGB (Red+Green+Blue) = 2+22+3=27 (3% of max value = 765). Red value is 2 (1.17% from 255 or 7.41% from 27); Green value is 22 (8.98% from 255 or 81.48% from 27); Blue value is 3 (1.56% from 255 or 11.11% from 27); Max value from RGB is 22 - color contains mainly: green. Hex color #021603 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021603 is #FDE9FC. Grayscale: #0D0D0D. Windows color (decimal): -16640509 or 202242. OLE color: 202242.
HSL color Cylindrical-coordinate representation of color #021603: hue angle of 123º degrees, saturation: 0.83, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #021603 is Cyan = 0.91, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 2 | 22 | 3 | - |
| CMYK | 0.91 | 0 | 0.86 | 0.91 |
| HSL | 123º | 0.83% | 0.05% | - |
| HSV(B) | 123º | 0.91% | 0.09% | - |
| XYZ | 0.33 | 0.59 | 0.18 | - |
| YUV | 13.85 | 121.87 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 22 | 3 | 0.91 | 0 | 0.86 | 0.91 | 123 | 0.83 | 0.05 |
| Hex | 2 | 16 | 3 | 5B | 0 | 56 | 5B | 7B | 53 | 5 |
| Octal | 2 | 26 | 3 | 133 | 0 | 126 | 133 | 173 | 123 | 5 |
| Binary | 10 | 10110 | 11 | 1011011 | 0 | 1010110 | 1011011 | 1111011 | 1010011 | 101 |
Color Harmonies of #021603
Complementary color
Monochromatic Colors of #021603
Black with #021603
Text Example
Text Example
White with #021603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021603; }
p { color: rgb(2,22,3); }
H1.HeaderClassName
{
color: #021603;
}
.AnyTagClassName
{
color: #021603;
}
</style>
background-color css
<style>
a { background-color: #021603; }
a { background-color: rgb(2,22,3); }
div.DivClassName
{
background-color: #021603;
}
.BgClassName
{
background-color: #021603;
}
</style>
border-color css
<style>
span { border-color: #021603; }
span { border-color: rgb(2,22,3); }
td.TdClassName
{
border-color: #021603;
}
.TagClassName
{
border-color: #021603;
}
</style>