Shades of Black Bean #010A00
Tints of Black Bean #010A00
RGB
CMYK
RGB Variations
Color information
#010A00 (or 0x010A00) is known color: Black Bean. HEX triplet: 01, 0A and 00. RGB value is (1,10,0). Sum of RGB (Red+Green+Blue) = 1+10+0=11 (1% of max value = 765). Red value is 1 (0.78% from 255 or 9.09% from 11); Green value is 10 (4.30% from 255 or 90.91% from 11); Blue value is 0 (0.39% from 255 or 0% from 11); Max value from RGB is 10 - color contains mainly: green. Hex color #010A00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010A00 is #FEF5FF. Grayscale: #060606. Windows color (decimal): -16709120 or 2561. OLE color: 2561.
HSL color Cylindrical-coordinate representation of color #010A00: hue angle of 114º 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 #010A00 is Cyan = 0.90, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 1 | 10 | 0 | - |
| CMYK | 0.90 | 0 | 1 | 0.96 |
| HSL | 114º | 1% | 0.02% | - |
| HSV(B) | 114º | 1% | 0.04% | - |
| XYZ | 0.12 | 0.22 | 0.04 | - |
| YUV | 6.17 | 124.52 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 10 | 0 | 0.90 | 0 | 1 | 0.96 | 114 | 1 | 0.02 |
| Hex | 1 | A | 0 | 5A | 0 | 64 | 60 | 72 | 64 | 2 |
| Octal | 1 | 12 | 0 | 132 | 0 | 144 | 140 | 162 | 144 | 2 |
| Binary | 1 | 1010 | 0 | 1011010 | 0 | 1100100 | 1100000 | 1110010 | 1100100 | 10 |
Color Harmonies of #010A00
Complementary color
Monochromatic Colors of #010A00
Black with #010A00
Text Example
Text Example
White with #010A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010A00; }
p { color: rgb(1,10,0); }
H1.HeaderClassName
{
color: #010A00;
}
.AnyTagClassName
{
color: #010A00;
}
</style>
background-color css
<style>
a { background-color: #010A00; }
a { background-color: rgb(1,10,0); }
div.DivClassName
{
background-color: #010A00;
}
.BgClassName
{
background-color: #010A00;
}
</style>
border-color css
<style>
span { border-color: #010A00; }
span { border-color: rgb(1,10,0); }
td.TdClassName
{
border-color: #010A00;
}
.TagClassName
{
border-color: #010A00;
}
</style>