Shades of Black Bean #001F05
Tints of Black Bean #001F05
RGB
CMYK
RGB Variations
Color information
#001F05 (or 0x001F05) is known color: Black Bean. HEX triplet: 00, 1F and 05. RGB value is (0,31,5). Sum of RGB (Red+Green+Blue) = 0+31+5=36 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 36); Green value is 31 (12.5% from 255 or 86.11% from 36); Blue value is 5 (2.34% from 255 or 13.89% from 36); Max value from RGB is 31 - color contains mainly: green. Hex color #001F05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001F05 is #FFE0FA. Grayscale: #121212. Windows color (decimal): -16769275 or 335616. OLE color: 335616.
HSL color Cylindrical-coordinate representation of color #001F05: hue angle of 129.68º 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 #001F05 is Cyan = 1, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 0 | 31 | 5 | - |
| CMYK | 1 | 0 | 0.84 | 0.88 |
| HSL | 129.68º | 1% | 0.06% | - |
| HSV(B) | 129.68º | 1% | 0.12% | - |
| XYZ | 0.52 | 0.99 | 0.31 | - |
| YUV | 18.77 | 120.23 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 31 | 5 | 1 | 0 | 0.84 | 0.88 | 129.68 | 1 | 0.06 |
| Hex | 0 | 1F | 5 | 64 | 0 | 54 | 58 | 82 | 64 | 6 |
| Octal | 0 | 37 | 5 | 144 | 0 | 124 | 130 | 202 | 144 | 6 |
| Binary | 0 | 11111 | 101 | 1100100 | 0 | 1010100 | 1011000 | 10000010 | 1100100 | 110 |
Color Harmonies of #001F05
Complementary color
Monochromatic Colors of #001F05
Black with #001F05
Text Example
Text Example
White with #001F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001F05; }
p { color: rgb(0,31,5); }
H1.HeaderClassName
{
color: #001F05;
}
.AnyTagClassName
{
color: #001F05;
}
</style>
background-color css
<style>
a { background-color: #001F05; }
a { background-color: rgb(0,31,5); }
div.DivClassName
{
background-color: #001F05;
}
.BgClassName
{
background-color: #001F05;
}
</style>
border-color css
<style>
span { border-color: #001F05; }
span { border-color: rgb(0,31,5); }
td.TdClassName
{
border-color: #001F05;
}
.TagClassName
{
border-color: #001F05;
}
</style>