Shades of Black Bean #021003
Tints of Black Bean #021003
RGB
CMYK
RGB Variations
Color information
#021003 (or 0x021003) is known color: Black Bean. HEX triplet: 02, 10 and 03. RGB value is (2,16,3). Sum of RGB (Red+Green+Blue) = 2+16+3=21 (2% of max value = 765). Red value is 2 (1.17% from 255 or 9.52% from 21); Green value is 16 (6.64% from 255 or 76.19% from 21); Blue value is 3 (1.56% from 255 or 14.29% from 21); Max value from RGB is 16 - color contains mainly: green. Hex color #021003 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021003 is #FDEFFC. Grayscale: #0A0A0A. Windows color (decimal): -16642045 or 200706. OLE color: 200706.
HSL color Cylindrical-coordinate representation of color #021003: hue angle of 124.29º degrees, saturation: 0.78, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #021003 is Cyan = 0.87, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 2 | 16 | 3 | - |
| CMYK | 0.87 | 0 | 0.81 | 0.94 |
| HSL | 124.29º | 0.78% | 0.04% | - |
| HSV(B) | 124.29º | 0.88% | 0.06% | - |
| XYZ | 0.23 | 0.39 | 0.15 | - |
| YUV | 10.33 | 123.86 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 16 | 3 | 0.87 | 0 | 0.81 | 0.94 | 124.29 | 0.78 | 0.04 |
| Hex | 2 | 10 | 3 | 57 | 0 | 51 | 5E | 7C | 4E | 4 |
| Octal | 2 | 20 | 3 | 127 | 0 | 121 | 136 | 174 | 116 | 4 |
| Binary | 10 | 10000 | 11 | 1010111 | 0 | 1010001 | 1011110 | 1111100 | 1001110 | 100 |
Color Harmonies of #021003
Complementary color
Monochromatic Colors of #021003
Black with #021003
Text Example
Text Example
White with #021003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021003; }
p { color: rgb(2,16,3); }
H1.HeaderClassName
{
color: #021003;
}
.AnyTagClassName
{
color: #021003;
}
</style>
background-color css
<style>
a { background-color: #021003; }
a { background-color: rgb(2,16,3); }
div.DivClassName
{
background-color: #021003;
}
.BgClassName
{
background-color: #021003;
}
</style>
border-color css
<style>
span { border-color: #021003; }
span { border-color: rgb(2,16,3); }
td.TdClassName
{
border-color: #021003;
}
.TagClassName
{
border-color: #021003;
}
</style>