Shades of Black Bean #040F04
Tints of Black Bean #040F04
RGB
CMYK
RGB Variations
Color information
#040F04 (or 0x040F04) is known color: Black Bean. HEX triplet: 04, 0F and 04. RGB value is (4,15,4). Sum of RGB (Red+Green+Blue) = 4+15+4=23 (3% of max value = 765). Red value is 4 (1.95% from 255 or 17.39% from 23); Green value is 15 (6.25% from 255 or 65.22% from 23); Blue value is 4 (1.95% from 255 or 17.39% from 23); Max value from RGB is 15 - color contains mainly: green. Hex color #040F04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040F04 is #FBF0FB. Grayscale: #0A0A0A. Windows color (decimal): -16511228 or 265988. OLE color: 265988.
HSL color Cylindrical-coordinate representation of color #040F04: hue angle of 120º degrees, saturation: 0.58, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #040F04 is Cyan = 0.73, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 4 | 15 | 4 | - |
| CMYK | 0.73 | 0 | 0.73 | 0.94 |
| HSL | 120º | 0.58% | 0.04% | - |
| HSV(B) | 120º | 0.73% | 0.06% | - |
| XYZ | 0.24 | 0.38 | 0.17 | - |
| YUV | 10.46 | 124.36 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 15 | 4 | 0.73 | 0 | 0.73 | 0.94 | 120 | 0.58 | 0.04 |
| Hex | 4 | F | 4 | 49 | 0 | 49 | 5E | 78 | 3A | 4 |
| Octal | 4 | 17 | 4 | 111 | 0 | 111 | 136 | 170 | 72 | 4 |
| Binary | 100 | 1111 | 100 | 1001001 | 0 | 1001001 | 1011110 | 1111000 | 111010 | 100 |
Color Harmonies of #040F04
Complementary color
Monochromatic Colors of #040F04
Black with #040F04
Text Example
Text Example
White with #040F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040F04; }
p { color: rgb(4,15,4); }
H1.HeaderClassName
{
color: #040F04;
}
.AnyTagClassName
{
color: #040F04;
}
</style>
background-color css
<style>
a { background-color: #040F04; }
a { background-color: rgb(4,15,4); }
div.DivClassName
{
background-color: #040F04;
}
.BgClassName
{
background-color: #040F04;
}
</style>
border-color css
<style>
span { border-color: #040F04; }
span { border-color: rgb(4,15,4); }
td.TdClassName
{
border-color: #040F04;
}
.TagClassName
{
border-color: #040F04;
}
</style>