Shades of Black Bean #040B03
Tints of Black Bean #040B03
RGB
CMYK
RGB Variations
Color information
#040B03 (or 0x040B03) is known color: Black Bean. HEX triplet: 04, 0B and 03. RGB value is (4,11,3). Sum of RGB (Red+Green+Blue) = 4+11+3=18 (2% of max value = 765). Red value is 4 (1.95% from 255 or 22.22% from 18); Green value is 11 (4.69% from 255 or 61.11% from 18); Blue value is 3 (1.56% from 255 or 16.67% from 18); Max value from RGB is 11 - color contains mainly: green. Hex color #040B03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040B03 is #FBF4FC. Grayscale: #080808. Windows color (decimal): -16512253 or 199428. OLE color: 199428.
HSL color Cylindrical-coordinate representation of color #040B03: hue angle of 112.5º degrees, saturation: 0.57, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #040B03 is Cyan = 0.64, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 4 | 11 | 3 | - |
| CMYK | 0.64 | 0 | 0.73 | 0.96 |
| HSL | 112.5º | 0.57% | 0.03% | - |
| HSV(B) | 112.5º | 0.73% | 0.04% | - |
| XYZ | 0.19 | 0.27 | 0.13 | - |
| YUV | 8 | 125.18 | 125.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 11 | 3 | 0.64 | 0 | 0.73 | 0.96 | 112.5 | 0.57 | 0.03 |
| Hex | 4 | B | 3 | 40 | 0 | 49 | 60 | 70 | 39 | 3 |
| Octal | 4 | 13 | 3 | 100 | 0 | 111 | 140 | 160 | 71 | 3 |
| Binary | 100 | 1011 | 11 | 1000000 | 0 | 1001001 | 1100000 | 1110000 | 111001 | 11 |
Color Harmonies of #040B03
Complementary color
Monochromatic Colors of #040B03
Black with #040B03
Text Example
Text Example
White with #040B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040B03; }
p { color: rgb(4,11,3); }
H1.HeaderClassName
{
color: #040B03;
}
.AnyTagClassName
{
color: #040B03;
}
</style>
background-color css
<style>
a { background-color: #040B03; }
a { background-color: rgb(4,11,3); }
div.DivClassName
{
background-color: #040B03;
}
.BgClassName
{
background-color: #040B03;
}
</style>
border-color css
<style>
span { border-color: #040B03; }
span { border-color: rgb(4,11,3); }
td.TdClassName
{
border-color: #040B03;
}
.TagClassName
{
border-color: #040B03;
}
</style>