Shades of Black Bean #041404
Tints of Black Bean #041404
RGB
CMYK
RGB Variations
Color information
#041404 (or 0x041404) is known color: Black Bean. HEX triplet: 04, 14 and 04. RGB value is (4,20,4). Sum of RGB (Red+Green+Blue) = 4+20+4=28 (3% of max value = 765). Red value is 4 (1.95% from 255 or 14.29% from 28); Green value is 20 (8.20% from 255 or 71.43% from 28); Blue value is 4 (1.95% from 255 or 14.29% from 28); Max value from RGB is 20 - color contains mainly: green. Hex color #041404 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041404 is #FBEBFB. Grayscale: #0D0D0D. Windows color (decimal): -16509948 or 267268. OLE color: 267268.
HSL color Cylindrical-coordinate representation of color #041404: hue angle of 120º degrees, saturation: 0.67, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #041404 is Cyan = 0.80, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 4 | 20 | 4 | - |
| CMYK | 0.80 | 0 | 0.80 | 0.92 |
| HSL | 120º | 0.67% | 0.05% | - |
| HSV(B) | 120º | 0.8% | 0.08% | - |
| XYZ | 0.32 | 0.53 | 0.2 | - |
| YUV | 13.39 | 122.7 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 20 | 4 | 0.80 | 0 | 0.80 | 0.92 | 120 | 0.67 | 0.05 |
| Hex | 4 | 14 | 4 | 50 | 0 | 50 | 5C | 78 | 43 | 5 |
| Octal | 4 | 24 | 4 | 120 | 0 | 120 | 134 | 170 | 103 | 5 |
| Binary | 100 | 10100 | 100 | 1010000 | 0 | 1010000 | 1011100 | 1111000 | 1000011 | 101 |
Color Harmonies of #041404
Complementary color
Monochromatic Colors of #041404
Black with #041404
Text Example
Text Example
White with #041404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041404; }
p { color: rgb(4,20,4); }
H1.HeaderClassName
{
color: #041404;
}
.AnyTagClassName
{
color: #041404;
}
</style>
background-color css
<style>
a { background-color: #041404; }
a { background-color: rgb(4,20,4); }
div.DivClassName
{
background-color: #041404;
}
.BgClassName
{
background-color: #041404;
}
</style>
border-color css
<style>
span { border-color: #041404; }
span { border-color: rgb(4,20,4); }
td.TdClassName
{
border-color: #041404;
}
.TagClassName
{
border-color: #041404;
}
</style>