Shades of Black Bean #020E02
Tints of Black Bean #020E02
RGB
CMYK
RGB Variations
Color information
#020E02 (or 0x020E02) is known color: Black Bean. HEX triplet: 02, 0E and 02. RGB value is (2,14,2). Sum of RGB (Red+Green+Blue) = 2+14+2=18 (2% of max value = 765). Red value is 2 (1.17% from 255 or 11.11% from 18); Green value is 14 (5.86% from 255 or 77.78% from 18); Blue value is 2 (1.17% from 255 or 11.11% from 18); Max value from RGB is 14 - color contains mainly: green. Hex color #020E02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020E02 is #FDF1FD. Grayscale: #090909. Windows color (decimal): -16642558 or 134658. OLE color: 134658.
HSL color Cylindrical-coordinate representation of color #020E02: hue angle of 120º degrees, saturation: 0.75, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #020E02 is Cyan = 0.86, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.95.
Color convert
RGB | 2 | 14 | 2 | - |
CMYK | 0.86 | 0 | 0.86 | 0.95 |
HSL | 120º | 0.75% | 0.03% | - |
HSV(B) | 120º | 0.86% | 0.05% | - |
XYZ | 0.19 | 0.33 | 0.11 | - |
YUV | 9.04 | 124.02 | 122.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 2 | 14 | 2 | 0.86 | 0 | 0.86 | 0.95 | 120 | 0.75 | 0.03 |
Hex | 2 | E | 2 | 56 | 0 | 56 | 5F | 78 | 4B | 3 |
Octal | 2 | 16 | 2 | 126 | 0 | 126 | 137 | 170 | 113 | 3 |
Binary | 10 | 1110 | 10 | 1010110 | 0 | 1010110 | 1011111 | 1111000 | 1001011 | 11 |
Color Harmonies of #020E02
Complementary color
Monochromatic Colors of #020E02
Black with #020E02
Text Example
Text Example
White with #020E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020E02; }
p { color: rgb(2,14,2); }
H1.HeaderClassName
{
color: #020E02;
}
.AnyTagClassName
{
color: #020E02;
}
</style>
background-color css
<style>
a { background-color: #020E02; }
a { background-color: rgb(2,14,2); }
div.DivClassName
{
background-color: #020E02;
}
.BgClassName
{
background-color: #020E02;
}
</style>
border-color css
<style>
span { border-color: #020E02; }
span { border-color: rgb(2,14,2); }
td.TdClassName
{
border-color: #020E02;
}
.TagClassName
{
border-color: #020E02;
}
</style>