Shades of Black Bean #020C01
Tints of Black Bean #020C01
RGB
CMYK
RGB Variations
Color information
#020C01 (or 0x020C01) is known color: Black Bean. HEX triplet: 02, 0C and 01. RGB value is (2,12,1). Sum of RGB (Red+Green+Blue) = 2+12+1=15 (1% of max value = 765). Red value is 2 (1.17% from 255 or 13.33% from 15); Green value is 12 (5.08% from 255 or 80% from 15); Blue value is 1 (0.78% from 255 or 6.67% from 15); Max value from RGB is 12 - color contains mainly: green. Hex color #020C01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020C01 is #FDF3FE. Grayscale: #070707. Windows color (decimal): -16643071 or 68610. OLE color: 68610.
HSL color Cylindrical-coordinate representation of color #020C01: hue angle of 114.55º degrees, saturation: 0.85, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #020C01 is Cyan = 0.83, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 2 | 12 | 1 | - |
| CMYK | 0.83 | 0 | 0.92 | 0.95 |
| HSL | 114.55º | 0.85% | 0.03% | - |
| HSV(B) | 114.55º | 0.92% | 0.05% | - |
| XYZ | 0.16 | 0.28 | 0.07 | - |
| YUV | 7.76 | 124.19 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 12 | 1 | 0.83 | 0 | 0.92 | 0.95 | 114.55 | 0.85 | 0.03 |
| Hex | 2 | C | 1 | 53 | 0 | 5C | 5F | 73 | 55 | 3 |
| Octal | 2 | 14 | 1 | 123 | 0 | 134 | 137 | 163 | 125 | 3 |
| Binary | 10 | 1100 | 1 | 1010011 | 0 | 1011100 | 1011111 | 1110011 | 1010101 | 11 |
Color Harmonies of #020C01
Complementary color
Monochromatic Colors of #020C01
Black with #020C01
Text Example
Text Example
White with #020C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020C01; }
p { color: rgb(2,12,1); }
H1.HeaderClassName
{
color: #020C01;
}
.AnyTagClassName
{
color: #020C01;
}
</style>
background-color css
<style>
a { background-color: #020C01; }
a { background-color: rgb(2,12,1); }
div.DivClassName
{
background-color: #020C01;
}
.BgClassName
{
background-color: #020C01;
}
</style>
border-color css
<style>
span { border-color: #020C01; }
span { border-color: rgb(2,12,1); }
td.TdClassName
{
border-color: #020C01;
}
.TagClassName
{
border-color: #020C01;
}
</style>