Shades of Black Bean #040E03
Tints of Black Bean #040E03
RGB
CMYK
RGB Variations
Color information
#040E03 (or 0x040E03) is known color: Black Bean. HEX triplet: 04, 0E and 03. RGB value is (4,14,3). Sum of RGB (Red+Green+Blue) = 4+14+3=21 (2% of max value = 765). Red value is 4 (1.95% from 255 or 19.05% from 21); Green value is 14 (5.86% from 255 or 66.67% from 21); Blue value is 3 (1.56% from 255 or 14.29% from 21); Max value from RGB is 14 - color contains mainly: green. Hex color #040E03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040E03 is #FBF1FC. Grayscale: #090909. Windows color (decimal): -16511485 or 200196. OLE color: 200196.
HSL color Cylindrical-coordinate representation of color #040E03: hue angle of 114.55º degrees, saturation: 0.65, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #040E03 is Cyan = 0.71, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 4 | 14 | 3 | - |
| CMYK | 0.71 | 0 | 0.79 | 0.95 |
| HSL | 114.55º | 0.65% | 0.03% | - |
| HSV(B) | 114.55º | 0.79% | 0.05% | - |
| XYZ | 0.22 | 0.35 | 0.14 | - |
| YUV | 9.76 | 124.19 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 14 | 3 | 0.71 | 0 | 0.79 | 0.95 | 114.55 | 0.65 | 0.03 |
| Hex | 4 | E | 3 | 47 | 0 | 4F | 5F | 73 | 41 | 3 |
| Octal | 4 | 16 | 3 | 107 | 0 | 117 | 137 | 163 | 101 | 3 |
| Binary | 100 | 1110 | 11 | 1000111 | 0 | 1001111 | 1011111 | 1110011 | 1000001 | 11 |
Color Harmonies of #040E03
Complementary color
Monochromatic Colors of #040E03
Black with #040E03
Text Example
Text Example
White with #040E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040E03; }
p { color: rgb(4,14,3); }
H1.HeaderClassName
{
color: #040E03;
}
.AnyTagClassName
{
color: #040E03;
}
</style>
background-color css
<style>
a { background-color: #040E03; }
a { background-color: rgb(4,14,3); }
div.DivClassName
{
background-color: #040E03;
}
.BgClassName
{
background-color: #040E03;
}
</style>
border-color css
<style>
span { border-color: #040E03; }
span { border-color: rgb(4,14,3); }
td.TdClassName
{
border-color: #040E03;
}
.TagClassName
{
border-color: #040E03;
}
</style>