Shades of Black Bean #000C01
Tints of Black Bean #000C01
RGB
CMYK
RGB Variations
Color information
#000C01 (or 0x000C01) is known color: Black Bean. HEX triplet: 00, 0C and 01. RGB value is (0,12,1). Sum of RGB (Red+Green+Blue) = 0+12+1=13 (1% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 13); Green value is 12 (5.08% from 255 or 92.31% from 13); Blue value is 1 (0.78% from 255 or 7.69% from 13); Max value from RGB is 12 - color contains mainly: green. Hex color #000C01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000C01 is #FFF3FE. Grayscale: #070707. Windows color (decimal): -16774143 or 68608. OLE color: 68608.
HSL color Cylindrical-coordinate representation of color #000C01: hue angle of 125º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000C01 is Cyan = 1, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 0 | 12 | 1 | - |
| CMYK | 1 | 0 | 0.92 | 0.95 |
| HSL | 125º | 1% | 0.02% | - |
| HSV(B) | 125º | 1% | 0.05% | - |
| XYZ | 0.14 | 0.27 | 0.07 | - |
| YUV | 7.16 | 124.52 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 12 | 1 | 1 | 0 | 0.92 | 0.95 | 125 | 1 | 0.02 |
| Hex | 0 | C | 1 | 64 | 0 | 5C | 5F | 7D | 64 | 2 |
| Octal | 0 | 14 | 1 | 144 | 0 | 134 | 137 | 175 | 144 | 2 |
| Binary | 0 | 1100 | 1 | 1100100 | 0 | 1011100 | 1011111 | 1111101 | 1100100 | 10 |
Color Harmonies of #000C01
Complementary color
Monochromatic Colors of #000C01
Black with #000C01
Text Example
Text Example
White with #000C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000C01; }
p { color: rgb(0,12,1); }
H1.HeaderClassName
{
color: #000C01;
}
.AnyTagClassName
{
color: #000C01;
}
</style>
background-color css
<style>
a { background-color: #000C01; }
a { background-color: rgb(0,12,1); }
div.DivClassName
{
background-color: #000C01;
}
.BgClassName
{
background-color: #000C01;
}
</style>
border-color css
<style>
span { border-color: #000C01; }
span { border-color: rgb(0,12,1); }
td.TdClassName
{
border-color: #000C01;
}
.TagClassName
{
border-color: #000C01;
}
</style>