Shades of Black Bean #020D04
Tints of Black Bean #020D04
RGB
CMYK
RGB Variations
Color information
#020D04 (or 0x020D04) is known color: Black Bean. HEX triplet: 02, 0D and 04. RGB value is (2,13,4). Sum of RGB (Red+Green+Blue) = 2+13+4=19 (2% of max value = 765). Red value is 2 (1.17% from 255 or 10.53% from 19); Green value is 13 (5.47% from 255 or 68.42% from 19); Blue value is 4 (1.95% from 255 or 21.05% from 19); Max value from RGB is 13 - color contains mainly: green. Hex color #020D04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020D04 is #FDF2FB. Grayscale: #080808. Windows color (decimal): -16642812 or 265474. OLE color: 265474.
HSL color Cylindrical-coordinate representation of color #020D04: hue angle of 130.91º 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 #020D04 is Cyan = 0.85, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 2 | 13 | 4 | - |
| CMYK | 0.85 | 0 | 0.69 | 0.95 |
| HSL | 130.91º | 0.73% | 0.03% | - |
| HSV(B) | 130.91º | 0.85% | 0.05% | - |
| XYZ | 0.19 | 0.31 | 0.16 | - |
| YUV | 8.69 | 125.36 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 13 | 4 | 0.85 | 0 | 0.69 | 0.95 | 130.91 | 0.73 | 0.03 |
| Hex | 2 | D | 4 | 55 | 0 | 45 | 5F | 83 | 49 | 3 |
| Octal | 2 | 15 | 4 | 125 | 0 | 105 | 137 | 203 | 111 | 3 |
| Binary | 10 | 1101 | 100 | 1010101 | 0 | 1000101 | 1011111 | 10000011 | 1001001 | 11 |
Color Harmonies of #020D04
Complementary color
Monochromatic Colors of #020D04
Black with #020D04
Text Example
Text Example
White with #020D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020D04; }
p { color: rgb(2,13,4); }
H1.HeaderClassName
{
color: #020D04;
}
.AnyTagClassName
{
color: #020D04;
}
</style>
background-color css
<style>
a { background-color: #020D04; }
a { background-color: rgb(2,13,4); }
div.DivClassName
{
background-color: #020D04;
}
.BgClassName
{
background-color: #020D04;
}
</style>
border-color css
<style>
span { border-color: #020D04; }
span { border-color: rgb(2,13,4); }
td.TdClassName
{
border-color: #020D04;
}
.TagClassName
{
border-color: #020D04;
}
</style>