Shades of Black Bean #040A04
Tints of Black Bean #040A04
RGB
CMYK
RGB Variations
Color information
#040A04 (or 0x040A04) is known color: Black Bean. HEX triplet: 04, 0A and 04. RGB value is (4,10,4). Sum of RGB (Red+Green+Blue) = 4+10+4=18 (2% of max value = 765). Red value is 4 (1.95% from 255 or 22.22% from 18); Green value is 10 (4.30% from 255 or 55.56% from 18); Blue value is 4 (1.95% from 255 or 22.22% from 18); Max value from RGB is 10 - color contains mainly: green. Hex color #040A04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040A04 is #FBF5FB. Grayscale: #070707. Windows color (decimal): -16512508 or 264708. OLE color: 264708.
HSL color Cylindrical-coordinate representation of color #040A04: hue angle of 120º degrees, saturation: 0.43, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #040A04 is Cyan = 0.6, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.96.
Color convert
RGB | 4 | 10 | 4 | - |
CMYK | 0.6 | 0 | 0.6 | 0.96 |
HSL | 120º | 0.43% | 0.03% | - |
HSV(B) | 120º | 0.6% | 0.04% | - |
XYZ | 0.18 | 0.25 | 0.15 | - |
YUV | 7.52 | 126.01 | 125.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 4 | 10 | 4 | 0.6 | 0 | 0.6 | 0.96 | 120 | 0.43 | 0.03 |
Hex | 4 | A | 4 | 3C | 0 | 3C | 60 | 78 | 2B | 3 |
Octal | 4 | 12 | 4 | 74 | 0 | 74 | 140 | 170 | 53 | 3 |
Binary | 100 | 1010 | 100 | 111100 | 0 | 111100 | 1100000 | 1111000 | 101011 | 11 |
Color Harmonies of #040A04
Complementary color
Monochromatic Colors of #040A04
Black with #040A04
Text Example
Text Example
White with #040A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040A04; }
p { color: rgb(4,10,4); }
H1.HeaderClassName
{
color: #040A04;
}
.AnyTagClassName
{
color: #040A04;
}
</style>
background-color css
<style>
a { background-color: #040A04; }
a { background-color: rgb(4,10,4); }
div.DivClassName
{
background-color: #040A04;
}
.BgClassName
{
background-color: #040A04;
}
</style>
border-color css
<style>
span { border-color: #040A04; }
span { border-color: rgb(4,10,4); }
td.TdClassName
{
border-color: #040A04;
}
.TagClassName
{
border-color: #040A04;
}
</style>