Shades of Black Bean #010A01
Tints of Black Bean #010A01
RGB
CMYK
RGB Variations
Color information
#010A01 (or 0x010A01) is known color: Black Bean. HEX triplet: 01, 0A and 01. RGB value is (1,10,1). Sum of RGB (Red+Green+Blue) = 1+10+1=12 (1% of max value = 765). Red value is 1 (0.78% from 255 or 8.33% from 12); Green value is 10 (4.30% from 255 or 83.33% from 12); Blue value is 1 (0.78% from 255 or 8.33% from 12); Max value from RGB is 10 - color contains mainly: green. Hex color #010A01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010A01 is #FEF5FE. Grayscale: #060606. Windows color (decimal): -16709119 or 68097. OLE color: 68097.
HSL color Cylindrical-coordinate representation of color #010A01: hue angle of 120º degrees, saturation: 0.82, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #010A01 is Cyan = 0.90, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 1 | 10 | 1 | - |
| CMYK | 0.90 | 0 | 0.90 | 0.96 |
| HSL | 120º | 0.82% | 0.02% | - |
| HSV(B) | 120º | 0.9% | 0.04% | - |
| XYZ | 0.13 | 0.23 | 0.07 | - |
| YUV | 6.28 | 125.02 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 10 | 1 | 0.90 | 0 | 0.90 | 0.96 | 120 | 0.82 | 0.02 |
| Hex | 1 | A | 1 | 5A | 0 | 5A | 60 | 78 | 52 | 2 |
| Octal | 1 | 12 | 1 | 132 | 0 | 132 | 140 | 170 | 122 | 2 |
| Binary | 1 | 1010 | 1 | 1011010 | 0 | 1011010 | 1100000 | 1111000 | 1010010 | 10 |
Color Harmonies of #010A01
Complementary color
Monochromatic Colors of #010A01
Black with #010A01
Text Example
Text Example
White with #010A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010A01; }
p { color: rgb(1,10,1); }
H1.HeaderClassName
{
color: #010A01;
}
.AnyTagClassName
{
color: #010A01;
}
</style>
background-color css
<style>
a { background-color: #010A01; }
a { background-color: rgb(1,10,1); }
div.DivClassName
{
background-color: #010A01;
}
.BgClassName
{
background-color: #010A01;
}
</style>
border-color css
<style>
span { border-color: #010A01; }
span { border-color: rgb(1,10,1); }
td.TdClassName
{
border-color: #010A01;
}
.TagClassName
{
border-color: #010A01;
}
</style>