Shades of Black Bean #040A03
Tints of Black Bean #040A03
RGB
CMYK
RGB Variations
Color information
#040A03 (or 0x040A03) is known color: Black Bean. HEX triplet: 04, 0A and 03. RGB value is (4,10,3). Sum of RGB (Red+Green+Blue) = 4+10+3=17 (2% of max value = 765). Red value is 4 (1.95% from 255 or 23.53% from 17); Green value is 10 (4.30% from 255 or 58.82% from 17); Blue value is 3 (1.56% from 255 or 17.65% from 17); Max value from RGB is 10 - color contains mainly: green. Hex color #040A03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040A03 is #FBF5FC. Grayscale: #070707. Windows color (decimal): -16512509 or 199172. OLE color: 199172.
HSL color Cylindrical-coordinate representation of color #040A03: hue angle of 111.43º degrees, saturation: 0.54, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #040A03 is Cyan = 0.6, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 4 | 10 | 3 | - |
| CMYK | 0.6 | 0 | 0.70 | 0.96 |
| HSL | 111.43º | 0.54% | 0.03% | - |
| HSV(B) | 111.43º | 0.7% | 0.04% | - |
| XYZ | 0.18 | 0.25 | 0.13 | - |
| YUV | 7.41 | 125.51 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 10 | 3 | 0.6 | 0 | 0.70 | 0.96 | 111.43 | 0.54 | 0.03 |
| Hex | 4 | A | 3 | 3C | 0 | 46 | 60 | 6F | 36 | 3 |
| Octal | 4 | 12 | 3 | 74 | 0 | 106 | 140 | 157 | 66 | 3 |
| Binary | 100 | 1010 | 11 | 111100 | 0 | 1000110 | 1100000 | 1101111 | 110110 | 11 |
Color Harmonies of #040A03
Complementary color
Monochromatic Colors of #040A03
Black with #040A03
Text Example
Text Example
White with #040A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040A03; }
p { color: rgb(4,10,3); }
H1.HeaderClassName
{
color: #040A03;
}
.AnyTagClassName
{
color: #040A03;
}
</style>
background-color css
<style>
a { background-color: #040A03; }
a { background-color: rgb(4,10,3); }
div.DivClassName
{
background-color: #040A03;
}
.BgClassName
{
background-color: #040A03;
}
</style>
border-color css
<style>
span { border-color: #040A03; }
span { border-color: rgb(4,10,3); }
td.TdClassName
{
border-color: #040A03;
}
.TagClassName
{
border-color: #040A03;
}
</style>