Shades of Black Bean #041106
Tints of Black Bean #041106
RGB
CMYK
RGB Variations
Color information
#041106 (or 0x041106) is known color: Black Bean. HEX triplet: 04, 11 and 06. RGB value is (4,17,6). Sum of RGB (Red+Green+Blue) = 4+17+6=27 (3% of max value = 765). Red value is 4 (1.95% from 255 or 14.81% from 27); Green value is 17 (7.03% from 255 or 62.96% from 27); Blue value is 6 (2.73% from 255 or 22.22% from 27); Max value from RGB is 17 - color contains mainly: green. Hex color #041106 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041106 is #FBEEF9. Grayscale: #0B0B0B. Windows color (decimal): -16510714 or 397572. OLE color: 397572.
HSL color Cylindrical-coordinate representation of color #041106: hue angle of 129.23º degrees, saturation: 0.62, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #041106 is Cyan = 0.76, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 4 | 17 | 6 | - |
| CMYK | 0.76 | 0 | 0.65 | 0.93 |
| HSL | 129.23º | 0.62% | 0.04% | - |
| HSV(B) | 129.23º | 0.76% | 0.07% | - |
| XYZ | 0.28 | 0.44 | 0.24 | - |
| YUV | 11.86 | 124.69 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 17 | 6 | 0.76 | 0 | 0.65 | 0.93 | 129.23 | 0.62 | 0.04 |
| Hex | 4 | 11 | 6 | 4C | 0 | 41 | 5D | 81 | 3E | 4 |
| Octal | 4 | 21 | 6 | 114 | 0 | 101 | 135 | 201 | 76 | 4 |
| Binary | 100 | 10001 | 110 | 1001100 | 0 | 1000001 | 1011101 | 10000001 | 111110 | 100 |
Color Harmonies of #041106
Complementary color
Monochromatic Colors of #041106
Black with #041106
Text Example
Text Example
White with #041106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041106; }
p { color: rgb(4,17,6); }
H1.HeaderClassName
{
color: #041106;
}
.AnyTagClassName
{
color: #041106;
}
</style>
background-color css
<style>
a { background-color: #041106; }
a { background-color: rgb(4,17,6); }
div.DivClassName
{
background-color: #041106;
}
.BgClassName
{
background-color: #041106;
}
</style>
border-color css
<style>
span { border-color: #041106; }
span { border-color: rgb(4,17,6); }
td.TdClassName
{
border-color: #041106;
}
.TagClassName
{
border-color: #041106;
}
</style>