Shades of Black Bean #041105
Tints of Black Bean #041105
RGB
CMYK
RGB Variations
Color information
#041105 (or 0x041105) is known color: Black Bean. HEX triplet: 04, 11 and 05. RGB value is (4,17,5). Sum of RGB (Red+Green+Blue) = 4+17+5=26 (3% of max value = 765). Red value is 4 (1.95% from 255 or 15.38% from 26); Green value is 17 (7.03% from 255 or 65.38% from 26); Blue value is 5 (2.34% from 255 or 19.23% from 26); Max value from RGB is 17 - color contains mainly: green. Hex color #041105 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041105 is #FBEEFA. Grayscale: #0B0B0B. Windows color (decimal): -16510715 or 332036. OLE color: 332036.
HSL color Cylindrical-coordinate representation of color #041105: hue angle of 124.62º 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 #041105 is Cyan = 0.76, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 4 | 17 | 5 | - |
| CMYK | 0.76 | 0 | 0.71 | 0.93 |
| HSL | 124.62º | 0.62% | 0.04% | - |
| HSV(B) | 124.62º | 0.76% | 0.07% | - |
| XYZ | 0.28 | 0.44 | 0.21 | - |
| YUV | 11.75 | 124.19 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 17 | 5 | 0.76 | 0 | 0.71 | 0.93 | 124.62 | 0.62 | 0.04 |
| Hex | 4 | 11 | 5 | 4C | 0 | 47 | 5D | 7D | 3E | 4 |
| Octal | 4 | 21 | 5 | 114 | 0 | 107 | 135 | 175 | 76 | 4 |
| Binary | 100 | 10001 | 101 | 1001100 | 0 | 1000111 | 1011101 | 1111101 | 111110 | 100 |
Color Harmonies of #041105
Complementary color
Monochromatic Colors of #041105
Black with #041105
Text Example
Text Example
White with #041105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041105; }
p { color: rgb(4,17,5); }
H1.HeaderClassName
{
color: #041105;
}
.AnyTagClassName
{
color: #041105;
}
</style>
background-color css
<style>
a { background-color: #041105; }
a { background-color: rgb(4,17,5); }
div.DivClassName
{
background-color: #041105;
}
.BgClassName
{
background-color: #041105;
}
</style>
border-color css
<style>
span { border-color: #041105; }
span { border-color: rgb(4,17,5); }
td.TdClassName
{
border-color: #041105;
}
.TagClassName
{
border-color: #041105;
}
</style>