Shades of Black Bean #001F01
Tints of Black Bean #001F01
RGB
CMYK
RGB Variations
Color information
#001F01 (or 0x001F01) is known color: Black Bean. HEX triplet: 00, 1F and 01. RGB value is (0,31,1). Sum of RGB (Red+Green+Blue) = 0+31+1=32 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 32); Green value is 31 (12.5% from 255 or 96.88% from 32); Blue value is 1 (0.78% from 255 or 3.12% from 32); Max value from RGB is 31 - color contains mainly: green. Hex color #001F01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001F01 is #FFE0FE. Grayscale: #121212. Windows color (decimal): -16769279 or 73472. OLE color: 73472.
HSL color Cylindrical-coordinate representation of color #001F01: hue angle of 121.94º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001F01 is Cyan = 1, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 0 | 31 | 1 | - |
| CMYK | 1 | 0 | 0.97 | 0.88 |
| HSL | 121.94º | 1% | 0.06% | - |
| HSV(B) | 121.94º | 1% | 0.12% | - |
| XYZ | 0.5 | 0.98 | 0.19 | - |
| YUV | 18.31 | 118.23 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 31 | 1 | 1 | 0 | 0.97 | 0.88 | 121.94 | 1 | 0.06 |
| Hex | 0 | 1F | 1 | 64 | 0 | 61 | 58 | 7A | 64 | 6 |
| Octal | 0 | 37 | 1 | 144 | 0 | 141 | 130 | 172 | 144 | 6 |
| Binary | 0 | 11111 | 1 | 1100100 | 0 | 1100001 | 1011000 | 1111010 | 1100100 | 110 |
Color Harmonies of #001F01
Complementary color
Monochromatic Colors of #001F01
Black with #001F01
Text Example
Text Example
White with #001F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001F01; }
p { color: rgb(0,31,1); }
H1.HeaderClassName
{
color: #001F01;
}
.AnyTagClassName
{
color: #001F01;
}
</style>
background-color css
<style>
a { background-color: #001F01; }
a { background-color: rgb(0,31,1); }
div.DivClassName
{
background-color: #001F01;
}
.BgClassName
{
background-color: #001F01;
}
</style>
border-color css
<style>
span { border-color: #001F01; }
span { border-color: rgb(0,31,1); }
td.TdClassName
{
border-color: #001F01;
}
.TagClassName
{
border-color: #001F01;
}
</style>