Shades of Black Bean #020D03
Tints of Black Bean #020D03
RGB
CMYK
RGB Variations
Color information
#020D03 (or 0x020D03) is known color: Black Bean. HEX triplet: 02, 0D and 03. RGB value is (2,13,3). Sum of RGB (Red+Green+Blue) = 2+13+3=18 (2% of max value = 765). Red value is 2 (1.17% from 255 or 11.11% from 18); Green value is 13 (5.47% from 255 or 72.22% from 18); Blue value is 3 (1.56% from 255 or 16.67% from 18); Max value from RGB is 13 - color contains mainly: green. Hex color #020D03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020D03 is #FDF2FC. Grayscale: #080808. Windows color (decimal): -16642813 or 199938. OLE color: 199938.
HSL color Cylindrical-coordinate representation of color #020D03: hue angle of 125.45º degrees, saturation: 0.73, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #020D03 is Cyan = 0.85, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 2 | 13 | 3 | - |
| CMYK | 0.85 | 0 | 0.77 | 0.95 |
| HSL | 125.45º | 0.73% | 0.03% | - |
| HSV(B) | 125.45º | 0.85% | 0.05% | - |
| XYZ | 0.19 | 0.31 | 0.14 | - |
| YUV | 8.57 | 124.86 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 13 | 3 | 0.85 | 0 | 0.77 | 0.95 | 125.45 | 0.73 | 0.03 |
| Hex | 2 | D | 3 | 55 | 0 | 4D | 5F | 7D | 49 | 3 |
| Octal | 2 | 15 | 3 | 125 | 0 | 115 | 137 | 175 | 111 | 3 |
| Binary | 10 | 1101 | 11 | 1010101 | 0 | 1001101 | 1011111 | 1111101 | 1001001 | 11 |
Color Harmonies of #020D03
Complementary color
Monochromatic Colors of #020D03
Black with #020D03
Text Example
Text Example
White with #020D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020D03; }
p { color: rgb(2,13,3); }
H1.HeaderClassName
{
color: #020D03;
}
.AnyTagClassName
{
color: #020D03;
}
</style>
background-color css
<style>
a { background-color: #020D03; }
a { background-color: rgb(2,13,3); }
div.DivClassName
{
background-color: #020D03;
}
.BgClassName
{
background-color: #020D03;
}
</style>
border-color css
<style>
span { border-color: #020D03; }
span { border-color: rgb(2,13,3); }
td.TdClassName
{
border-color: #020D03;
}
.TagClassName
{
border-color: #020D03;
}
</style>