Shades of Black Bean #000A01
Tints of Black Bean #000A01
RGB
CMYK
RGB Variations
Color information
#000A01 (or 0x000A01) is known color: Black Bean. HEX triplet: 00, 0A and 01. RGB value is (0,10,1). Sum of RGB (Red+Green+Blue) = 0+10+1=11 (1% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 11); Green value is 10 (4.30% from 255 or 90.91% from 11); Blue value is 1 (0.78% from 255 or 9.09% from 11); Max value from RGB is 10 - color contains mainly: green. Hex color #000A01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000A01 is #FFF5FE. Grayscale: #060606. Windows color (decimal): -16774655 or 68096. OLE color: 68096.
HSL color Cylindrical-coordinate representation of color #000A01: hue angle of 126º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000A01 is Cyan = 1, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 0 | 10 | 1 | - |
| CMYK | 1 | 0 | 0.90 | 0.96 |
| HSL | 126º | 1% | 0.02% | - |
| HSV(B) | 126º | 1% | 0.04% | - |
| XYZ | 0.11 | 0.22 | 0.07 | - |
| YUV | 5.98 | 125.19 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 10 | 1 | 1 | 0 | 0.90 | 0.96 | 126 | 1 | 0.02 |
| Hex | 0 | A | 1 | 64 | 0 | 5A | 60 | 7E | 64 | 2 |
| Octal | 0 | 12 | 1 | 144 | 0 | 132 | 140 | 176 | 144 | 2 |
| Binary | 0 | 1010 | 1 | 1100100 | 0 | 1011010 | 1100000 | 1111110 | 1100100 | 10 |
Color Harmonies of #000A01
Complementary color
Monochromatic Colors of #000A01
Black with #000A01
Text Example
Text Example
White with #000A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000A01; }
p { color: rgb(0,10,1); }
H1.HeaderClassName
{
color: #000A01;
}
.AnyTagClassName
{
color: #000A01;
}
</style>
background-color css
<style>
a { background-color: #000A01; }
a { background-color: rgb(0,10,1); }
div.DivClassName
{
background-color: #000A01;
}
.BgClassName
{
background-color: #000A01;
}
</style>
border-color css
<style>
span { border-color: #000A01; }
span { border-color: rgb(0,10,1); }
td.TdClassName
{
border-color: #000A01;
}
.TagClassName
{
border-color: #000A01;
}
</style>