Shades of Black Bean #041007
Tints of Black Bean #041007
RGB
CMYK
RGB Variations
Color information
#041007 (or 0x041007) is known color: Black Bean. HEX triplet: 04, 10 and 07. RGB value is (4,16,7). Sum of RGB (Red+Green+Blue) = 4+16+7=27 (3% of max value = 765). Red value is 4 (1.95% from 255 or 14.81% from 27); Green value is 16 (6.64% from 255 or 59.26% from 27); Blue value is 7 (3.12% from 255 or 25.93% from 27); Max value from RGB is 16 - color contains mainly: green. Hex color #041007 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041007 is #FBEFF8. Grayscale: #0B0B0B. Windows color (decimal): -16510969 or 462852. OLE color: 462852.
HSL color Cylindrical-coordinate representation of color #041007: hue angle of 135º 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 #041007 is Cyan = 0.75, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 4 | 16 | 7 | - |
| CMYK | 0.75 | 0 | 0.56 | 0.94 |
| HSL | 135º | 0.6% | 0.04% | - |
| HSV(B) | 135º | 0.75% | 0.06% | - |
| XYZ | 0.27 | 0.41 | 0.27 | - |
| YUV | 11.39 | 125.52 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 16 | 7 | 0.75 | 0 | 0.56 | 0.94 | 135 | 0.6 | 0.04 |
| Hex | 4 | 10 | 7 | 4B | 0 | 38 | 5E | 87 | 3C | 4 |
| Octal | 4 | 20 | 7 | 113 | 0 | 70 | 136 | 207 | 74 | 4 |
| Binary | 100 | 10000 | 111 | 1001011 | 0 | 111000 | 1011110 | 10000111 | 111100 | 100 |
Color Harmonies of #041007
Complementary color
Monochromatic Colors of #041007
Black with #041007
Text Example
Text Example
White with #041007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041007; }
p { color: rgb(4,16,7); }
H1.HeaderClassName
{
color: #041007;
}
.AnyTagClassName
{
color: #041007;
}
</style>
background-color css
<style>
a { background-color: #041007; }
a { background-color: rgb(4,16,7); }
div.DivClassName
{
background-color: #041007;
}
.BgClassName
{
background-color: #041007;
}
</style>
border-color css
<style>
span { border-color: #041007; }
span { border-color: rgb(4,16,7); }
td.TdClassName
{
border-color: #041007;
}
.TagClassName
{
border-color: #041007;
}
</style>