Shades of Black Bean #010301
Tints of Black Bean #010301
RGB
CMYK
RGB Variations
Color information
#010301 (or 0x010301) is known color: Black Bean. HEX triplet: 01, 03 and 01. RGB value is (1,3,1). Sum of RGB (Red+Green+Blue) = 1+3+1=5 (0% of max value = 765). Red value is 1 (0.78% from 255 or 20% from 5); Green value is 3 (1.56% from 255 or 60% from 5); Blue value is 1 (0.78% from 255 or 20% from 5); Max value from RGB is 3 - color contains mainly: green. Hex color #010301 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010301 is #FEFCFE. Grayscale: #020202. Windows color (decimal): -16710911 or 66305. OLE color: 66305.
HSL color Cylindrical-coordinate representation of color #010301: hue angle of 120º degrees, saturation: 0.5, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.01% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #010301 is Cyan = 0.67, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.99.
Color convert
| RGB | 1 | 3 | 1 | - |
| CMYK | 0.67 | 0 | 0.67 | 0.99 |
| HSL | 120º | 0.5% | 0.01% | - |
| HSV(B) | 120º | 0.67% | 0.01% | - |
| XYZ | 0.05 | 0.07 | 0.04 | - |
| YUV | 2.17 | 127.34 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 3 | 1 | 0.67 | 0 | 0.67 | 0.99 | 120 | 0.5 | 0.01 |
| Hex | 1 | 3 | 1 | 43 | 0 | 43 | 63 | 78 | 32 | 1 |
| Octal | 1 | 3 | 1 | 103 | 0 | 103 | 143 | 170 | 62 | 1 |
| Binary | 1 | 11 | 1 | 1000011 | 0 | 1000011 | 1100011 | 1111000 | 110010 | 1 |
Color Harmonies of #010301
Complementary color
Monochromatic Colors of #010301
Black with #010301
Text Example
Text Example
White with #010301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010301; }
p { color: rgb(1,3,1); }
H1.HeaderClassName
{
color: #010301;
}
.AnyTagClassName
{
color: #010301;
}
</style>
background-color css
<style>
a { background-color: #010301; }
a { background-color: rgb(1,3,1); }
div.DivClassName
{
background-color: #010301;
}
.BgClassName
{
background-color: #010301;
}
</style>
border-color css
<style>
span { border-color: #010301; }
span { border-color: rgb(1,3,1); }
td.TdClassName
{
border-color: #010301;
}
.TagClassName
{
border-color: #010301;
}
</style>