Shades of Black Bean #020803
Tints of Black Bean #020803
RGB
CMYK
RGB Variations
Color information
#020803 (or 0x020803) is known color: Black Bean. HEX triplet: 02, 08 and 03. RGB value is (2,8,3). Sum of RGB (Red+Green+Blue) = 2+8+3=13 (1% of max value = 765). Red value is 2 (1.17% from 255 or 15.38% from 13); Green value is 8 (3.52% from 255 or 61.54% from 13); Blue value is 3 (1.56% from 255 or 23.08% from 13); Max value from RGB is 8 - color contains mainly: green. Hex color #020803 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020803 is #FDF7FC. Grayscale: #050505. Windows color (decimal): -16644093 or 198658. OLE color: 198658.
HSL color Cylindrical-coordinate representation of color #020803: hue angle of 130º degrees, saturation: 0.6, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #020803 is Cyan = 0.75, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.97.
Color convert
| RGB | 2 | 8 | 3 | - |
| CMYK | 0.75 | 0 | 0.63 | 0.97 |
| HSL | 130º | 0.6% | 0.02% | - |
| HSV(B) | 130º | 0.75% | 0.03% | - |
| XYZ | 0.13 | 0.19 | 0.12 | - |
| YUV | 5.64 | 126.51 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 8 | 3 | 0.75 | 0 | 0.63 | 0.97 | 130 | 0.6 | 0.02 |
| Hex | 2 | 8 | 3 | 4B | 0 | 3F | 61 | 82 | 3C | 2 |
| Octal | 2 | 10 | 3 | 113 | 0 | 77 | 141 | 202 | 74 | 2 |
| Binary | 10 | 1000 | 11 | 1001011 | 0 | 111111 | 1100001 | 10000010 | 111100 | 10 |
Color Harmonies of #020803
Complementary color
Monochromatic Colors of #020803
Black with #020803
Text Example
Text Example
White with #020803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020803; }
p { color: rgb(2,8,3); }
H1.HeaderClassName
{
color: #020803;
}
.AnyTagClassName
{
color: #020803;
}
</style>
background-color css
<style>
a { background-color: #020803; }
a { background-color: rgb(2,8,3); }
div.DivClassName
{
background-color: #020803;
}
.BgClassName
{
background-color: #020803;
}
</style>
border-color css
<style>
span { border-color: #020803; }
span { border-color: rgb(2,8,3); }
td.TdClassName
{
border-color: #020803;
}
.TagClassName
{
border-color: #020803;
}
</style>