Shades of Black Bean #041006
Tints of Black Bean #041006
RGB
CMYK
RGB Variations
Color information
#041006 (or 0x041006) is known color: Black Bean. HEX triplet: 04, 10 and 06. RGB value is (4,16,6). Sum of RGB (Red+Green+Blue) = 4+16+6=26 (3% of max value = 765). Red value is 4 (1.95% from 255 or 15.38% from 26); Green value is 16 (6.64% from 255 or 61.54% from 26); Blue value is 6 (2.73% from 255 or 23.08% from 26); Max value from RGB is 16 - color contains mainly: green. Hex color #041006 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041006 is #FBEFF9. Grayscale: #0B0B0B. Windows color (decimal): -16510970 or 397316. OLE color: 397316.
HSL color Cylindrical-coordinate representation of color #041006: hue angle of 130º degrees, saturation: 0.6, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #041006 is Cyan = 0.75, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 4 | 16 | 6 | - |
| CMYK | 0.75 | 0 | 0.62 | 0.94 |
| HSL | 130º | 0.6% | 0.04% | - |
| HSV(B) | 130º | 0.75% | 0.06% | - |
| XYZ | 0.27 | 0.41 | 0.24 | - |
| YUV | 11.27 | 125.02 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 16 | 6 | 0.75 | 0 | 0.62 | 0.94 | 130 | 0.6 | 0.04 |
| Hex | 4 | 10 | 6 | 4B | 0 | 3E | 5E | 82 | 3C | 4 |
| Octal | 4 | 20 | 6 | 113 | 0 | 76 | 136 | 202 | 74 | 4 |
| Binary | 100 | 10000 | 110 | 1001011 | 0 | 111110 | 1011110 | 10000010 | 111100 | 100 |
Color Harmonies of #041006
Complementary color
Monochromatic Colors of #041006
Black with #041006
Text Example
Text Example
White with #041006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041006; }
p { color: rgb(4,16,6); }
H1.HeaderClassName
{
color: #041006;
}
.AnyTagClassName
{
color: #041006;
}
</style>
background-color css
<style>
a { background-color: #041006; }
a { background-color: rgb(4,16,6); }
div.DivClassName
{
background-color: #041006;
}
.BgClassName
{
background-color: #041006;
}
</style>
border-color css
<style>
span { border-color: #041006; }
span { border-color: rgb(4,16,6); }
td.TdClassName
{
border-color: #041006;
}
.TagClassName
{
border-color: #041006;
}
</style>