Shades of Black Bean #040F05
Tints of Black Bean #040F05
RGB
CMYK
RGB Variations
Color information
#040F05 (or 0x040F05) is known color: Black Bean. HEX triplet: 04, 0F and 05. RGB value is (4,15,5). Sum of RGB (Red+Green+Blue) = 4+15+5=24 (3% of max value = 765). Red value is 4 (1.95% from 255 or 16.67% from 24); Green value is 15 (6.25% from 255 or 62.5% from 24); Blue value is 5 (2.34% from 255 or 20.83% from 24); Max value from RGB is 15 - color contains mainly: green. Hex color #040F05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040F05 is #FBF0FA. Grayscale: #0A0A0A. Windows color (decimal): -16511227 or 331524. OLE color: 331524.
HSL color Cylindrical-coordinate representation of color #040F05: hue angle of 125.45º 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 #040F05 is Cyan = 0.73, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 4 | 15 | 5 | - |
| CMYK | 0.73 | 0 | 0.67 | 0.94 |
| HSL | 125.45º | 0.58% | 0.04% | - |
| HSV(B) | 125.45º | 0.73% | 0.06% | - |
| XYZ | 0.25 | 0.38 | 0.2 | - |
| YUV | 10.57 | 124.86 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 15 | 5 | 0.73 | 0 | 0.67 | 0.94 | 125.45 | 0.58 | 0.04 |
| Hex | 4 | F | 5 | 49 | 0 | 43 | 5E | 7D | 3A | 4 |
| Octal | 4 | 17 | 5 | 111 | 0 | 103 | 136 | 175 | 72 | 4 |
| Binary | 100 | 1111 | 101 | 1001001 | 0 | 1000011 | 1011110 | 1111101 | 111010 | 100 |
Color Harmonies of #040F05
Complementary color
Monochromatic Colors of #040F05
Black with #040F05
Text Example
Text Example
White with #040F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040F05; }
p { color: rgb(4,15,5); }
H1.HeaderClassName
{
color: #040F05;
}
.AnyTagClassName
{
color: #040F05;
}
</style>
background-color css
<style>
a { background-color: #040F05; }
a { background-color: rgb(4,15,5); }
div.DivClassName
{
background-color: #040F05;
}
.BgClassName
{
background-color: #040F05;
}
</style>
border-color css
<style>
span { border-color: #040F05; }
span { border-color: rgb(4,15,5); }
td.TdClassName
{
border-color: #040F05;
}
.TagClassName
{
border-color: #040F05;
}
</style>