Shades of Black Bean #020903
Tints of Black Bean #020903
RGB
CMYK
RGB Variations
Color information
#020903 (or 0x020903) is known color: Black Bean. HEX triplet: 02, 09 and 03. RGB value is (2,9,3). Sum of RGB (Red+Green+Blue) = 2+9+3=14 (1% of max value = 765). Red value is 2 (1.17% from 255 or 14.29% from 14); Green value is 9 (3.91% from 255 or 64.29% from 14); Blue value is 3 (1.56% from 255 or 21.43% from 14); Max value from RGB is 9 - color contains mainly: green. Hex color #020903 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020903 is #FDF6FC. Grayscale: #060606. Windows color (decimal): -16643837 or 198914. OLE color: 198914.
HSL color Cylindrical-coordinate representation of color #020903: hue angle of 128.57º degrees, saturation: 0.64, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #020903 is Cyan = 0.78, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 2 | 9 | 3 | - |
| CMYK | 0.78 | 0 | 0.67 | 0.96 |
| HSL | 128.57º | 0.64% | 0.02% | - |
| HSV(B) | 128.57º | 0.78% | 0.04% | - |
| XYZ | 0.14 | 0.21 | 0.12 | - |
| YUV | 6.22 | 126.18 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 9 | 3 | 0.78 | 0 | 0.67 | 0.96 | 128.57 | 0.64 | 0.02 |
| Hex | 2 | 9 | 3 | 4E | 0 | 43 | 60 | 81 | 40 | 2 |
| Octal | 2 | 11 | 3 | 116 | 0 | 103 | 140 | 201 | 100 | 2 |
| Binary | 10 | 1001 | 11 | 1001110 | 0 | 1000011 | 1100000 | 10000001 | 1000000 | 10 |
Color Harmonies of #020903
Complementary color
Monochromatic Colors of #020903
Black with #020903
Text Example
Text Example
White with #020903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020903; }
p { color: rgb(2,9,3); }
H1.HeaderClassName
{
color: #020903;
}
.AnyTagClassName
{
color: #020903;
}
</style>
background-color css
<style>
a { background-color: #020903; }
a { background-color: rgb(2,9,3); }
div.DivClassName
{
background-color: #020903;
}
.BgClassName
{
background-color: #020903;
}
</style>
border-color css
<style>
span { border-color: #020903; }
span { border-color: rgb(2,9,3); }
td.TdClassName
{
border-color: #020903;
}
.TagClassName
{
border-color: #020903;
}
</style>