Shades of Black Bean #010C01
Tints of Black Bean #010C01
RGB
CMYK
RGB Variations
Color information
#010C01 (or 0x010C01) is known color: Black Bean. HEX triplet: 01, 0C and 01. RGB value is (1,12,1). Sum of RGB (Red+Green+Blue) = 1+12+1=14 (1% of max value = 765). Red value is 1 (0.78% from 255 or 7.14% from 14); Green value is 12 (5.08% from 255 or 85.71% from 14); Blue value is 1 (0.78% from 255 or 7.14% from 14); Max value from RGB is 12 - color contains mainly: green. Hex color #010C01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010C01 is #FEF3FE. Grayscale: #070707. Windows color (decimal): -16708607 or 68609. OLE color: 68609.
HSL color Cylindrical-coordinate representation of color #010C01: hue angle of 120º 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 #010C01 is Cyan = 0.92, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 1 | 12 | 1 | - |
| CMYK | 0.92 | 0 | 0.92 | 0.95 |
| HSL | 120º | 0.85% | 0.03% | - |
| HSV(B) | 120º | 0.92% | 0.05% | - |
| XYZ | 0.15 | 0.27 | 0.07 | - |
| YUV | 7.46 | 124.36 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 12 | 1 | 0.92 | 0 | 0.92 | 0.95 | 120 | 0.85 | 0.03 |
| Hex | 1 | C | 1 | 5C | 0 | 5C | 5F | 78 | 55 | 3 |
| Octal | 1 | 14 | 1 | 134 | 0 | 134 | 137 | 170 | 125 | 3 |
| Binary | 1 | 1100 | 1 | 1011100 | 0 | 1011100 | 1011111 | 1111000 | 1010101 | 11 |
Color Harmonies of #010C01
Complementary color
Monochromatic Colors of #010C01
Black with #010C01
Text Example
Text Example
White with #010C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010C01; }
p { color: rgb(1,12,1); }
H1.HeaderClassName
{
color: #010C01;
}
.AnyTagClassName
{
color: #010C01;
}
</style>
background-color css
<style>
a { background-color: #010C01; }
a { background-color: rgb(1,12,1); }
div.DivClassName
{
background-color: #010C01;
}
.BgClassName
{
background-color: #010C01;
}
</style>
border-color css
<style>
span { border-color: #010C01; }
span { border-color: rgb(1,12,1); }
td.TdClassName
{
border-color: #010C01;
}
.TagClassName
{
border-color: #010C01;
}
</style>