Shades of Black Bean #011404
Tints of Black Bean #011404
RGB
CMYK
RGB Variations
Color information
#011404 (or 0x011404) is known color: Black Bean. HEX triplet: 01, 14 and 04. RGB value is (1,20,4). Sum of RGB (Red+Green+Blue) = 1+20+4=25 (3% of max value = 765). Red value is 1 (0.78% from 255 or 4% from 25); Green value is 20 (8.20% from 255 or 80% from 25); Blue value is 4 (1.95% from 255 or 16% from 25); Max value from RGB is 20 - color contains mainly: green. Hex color #011404 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011404 is #FEEBFB. Grayscale: #0C0C0C. Windows color (decimal): -16706556 or 267265. OLE color: 267265.
HSL color Cylindrical-coordinate representation of color #011404: hue angle of 129.47º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #011404 is Cyan = 0.95, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 1 | 20 | 4 | - |
| CMYK | 0.95 | 0 | 0.80 | 0.92 |
| HSL | 129.47º | 0.9% | 0.04% | - |
| HSV(B) | 129.47º | 0.95% | 0.08% | - |
| XYZ | 0.28 | 0.52 | 0.2 | - |
| YUV | 12.5 | 123.21 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 20 | 4 | 0.95 | 0 | 0.80 | 0.92 | 129.47 | 0.9 | 0.04 |
| Hex | 1 | 14 | 4 | 5F | 0 | 50 | 5C | 81 | 5A | 4 |
| Octal | 1 | 24 | 4 | 137 | 0 | 120 | 134 | 201 | 132 | 4 |
| Binary | 1 | 10100 | 100 | 1011111 | 0 | 1010000 | 1011100 | 10000001 | 1011010 | 100 |
Color Harmonies of #011404
Complementary color
Monochromatic Colors of #011404
Black with #011404
Text Example
Text Example
White with #011404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011404; }
p { color: rgb(1,20,4); }
H1.HeaderClassName
{
color: #011404;
}
.AnyTagClassName
{
color: #011404;
}
</style>
background-color css
<style>
a { background-color: #011404; }
a { background-color: rgb(1,20,4); }
div.DivClassName
{
background-color: #011404;
}
.BgClassName
{
background-color: #011404;
}
</style>
border-color css
<style>
span { border-color: #011404; }
span { border-color: rgb(1,20,4); }
td.TdClassName
{
border-color: #011404;
}
.TagClassName
{
border-color: #011404;
}
</style>