Shades of Black Bean #010901
Tints of Black Bean #010901
RGB
CMYK
RGB Variations
Color information
#010901 (or 0x010901) is known color: Black Bean. HEX triplet: 01, 09 and 01. RGB value is (1,9,1). Sum of RGB (Red+Green+Blue) = 1+9+1=11 (1% of max value = 765). Red value is 1 (0.78% from 255 or 9.09% from 11); Green value is 9 (3.91% from 255 or 81.82% from 11); Blue value is 1 (0.78% from 255 or 9.09% from 11); Max value from RGB is 9 - color contains mainly: green. Hex color #010901 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010901 is #FEF6FE. Grayscale: #050505. Windows color (decimal): -16709375 or 67841. OLE color: 67841.
HSL color Cylindrical-coordinate representation of color #010901: hue angle of 120º degrees, saturation: 0.8, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #010901 is Cyan = 0.89, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.96.
Color convert
RGB | 1 | 9 | 1 | - |
CMYK | 0.89 | 0 | 0.89 | 0.96 |
HSL | 120º | 0.8% | 0.02% | - |
HSV(B) | 120º | 0.89% | 0.04% | - |
XYZ | 0.12 | 0.2 | 0.06 | - |
YUV | 5.7 | 125.35 | 124.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 1 | 9 | 1 | 0.89 | 0 | 0.89 | 0.96 | 120 | 0.8 | 0.02 |
Hex | 1 | 9 | 1 | 59 | 0 | 59 | 60 | 78 | 50 | 2 |
Octal | 1 | 11 | 1 | 131 | 0 | 131 | 140 | 170 | 120 | 2 |
Binary | 1 | 1001 | 1 | 1011001 | 0 | 1011001 | 1100000 | 1111000 | 1010000 | 10 |
Color Harmonies of #010901
Complementary color
Monochromatic Colors of #010901
Black with #010901
Text Example
Text Example
White with #010901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010901; }
p { color: rgb(1,9,1); }
H1.HeaderClassName
{
color: #010901;
}
.AnyTagClassName
{
color: #010901;
}
</style>
background-color css
<style>
a { background-color: #010901; }
a { background-color: rgb(1,9,1); }
div.DivClassName
{
background-color: #010901;
}
.BgClassName
{
background-color: #010901;
}
</style>
border-color css
<style>
span { border-color: #010901; }
span { border-color: rgb(1,9,1); }
td.TdClassName
{
border-color: #010901;
}
.TagClassName
{
border-color: #010901;
}
</style>