Shades of Black Bean #011F04
Tints of Black Bean #011F04
RGB
CMYK
RGB Variations
Color information
#011F04 (or 0x011F04) is known color: Black Bean. HEX triplet: 01, 1F and 04. RGB value is (1,31,4). Sum of RGB (Red+Green+Blue) = 1+31+4=36 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.78% from 36); Green value is 31 (12.5% from 255 or 86.11% from 36); Blue value is 4 (1.95% from 255 or 11.11% from 36); Max value from RGB is 31 - color contains mainly: green. Hex color #011F04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011F04 is #FEE0FB. Grayscale: #131313. Windows color (decimal): -16703740 or 270081. OLE color: 270081.
HSL color Cylindrical-coordinate representation of color #011F04: hue angle of 126º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #011F04 is Cyan = 0.97, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 1 | 31 | 4 | - |
| CMYK | 0.97 | 0 | 0.87 | 0.88 |
| HSL | 126º | 0.94% | 0.06% | - |
| HSV(B) | 126º | 0.97% | 0.12% | - |
| XYZ | 0.52 | 1 | 0.28 | - |
| YUV | 18.95 | 119.56 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 31 | 4 | 0.97 | 0 | 0.87 | 0.88 | 126 | 0.94 | 0.06 |
| Hex | 1 | 1F | 4 | 61 | 0 | 57 | 58 | 7E | 5E | 6 |
| Octal | 1 | 37 | 4 | 141 | 0 | 127 | 130 | 176 | 136 | 6 |
| Binary | 1 | 11111 | 100 | 1100001 | 0 | 1010111 | 1011000 | 1111110 | 1011110 | 110 |
Color Harmonies of #011F04
Complementary color
Monochromatic Colors of #011F04
Black with #011F04
Text Example
Text Example
White with #011F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011F04; }
p { color: rgb(1,31,4); }
H1.HeaderClassName
{
color: #011F04;
}
.AnyTagClassName
{
color: #011F04;
}
</style>
background-color css
<style>
a { background-color: #011F04; }
a { background-color: rgb(1,31,4); }
div.DivClassName
{
background-color: #011F04;
}
.BgClassName
{
background-color: #011F04;
}
</style>
border-color css
<style>
span { border-color: #011F04; }
span { border-color: rgb(1,31,4); }
td.TdClassName
{
border-color: #011F04;
}
.TagClassName
{
border-color: #011F04;
}
</style>