Shades of Black Bean #012404
Tints of Black Bean #012404
RGB
CMYK
RGB Variations
Color information
#012404 (or 0x012404) is known color: Black Bean. HEX triplet: 01, 24 and 04. RGB value is (1,36,4). Sum of RGB (Red+Green+Blue) = 1+36+4=41 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.44% from 41); Green value is 36 (14.45% from 255 or 87.80% from 41); Blue value is 4 (1.95% from 255 or 9.76% from 41); Max value from RGB is 36 - color contains mainly: green. Hex color #012404 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012404 is #FEDBFB. Grayscale: #151515. Windows color (decimal): -16702460 or 271361. OLE color: 271361.
HSL color Cylindrical-coordinate representation of color #012404: hue angle of 125.14º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #012404 is Cyan = 0.97, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 1 | 36 | 4 | - |
| CMYK | 0.97 | 0 | 0.89 | 0.86 |
| HSL | 125.14º | 0.95% | 0.07% | - |
| HSV(B) | 125.14º | 0.97% | 0.14% | - |
| XYZ | 0.67 | 1.28 | 0.33 | - |
| YUV | 21.89 | 117.9 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 36 | 4 | 0.97 | 0 | 0.89 | 0.86 | 125.14 | 0.95 | 0.07 |
| Hex | 1 | 24 | 4 | 61 | 0 | 59 | 56 | 7D | 5F | 7 |
| Octal | 1 | 44 | 4 | 141 | 0 | 131 | 126 | 175 | 137 | 7 |
| Binary | 1 | 100100 | 100 | 1100001 | 0 | 1011001 | 1010110 | 1111101 | 1011111 | 111 |
Color Harmonies of #012404
Complementary color
Monochromatic Colors of #012404
Black with #012404
Text Example
Text Example
White with #012404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012404; }
p { color: rgb(1,36,4); }
H1.HeaderClassName
{
color: #012404;
}
.AnyTagClassName
{
color: #012404;
}
</style>
background-color css
<style>
a { background-color: #012404; }
a { background-color: rgb(1,36,4); }
div.DivClassName
{
background-color: #012404;
}
.BgClassName
{
background-color: #012404;
}
</style>
border-color css
<style>
span { border-color: #012404; }
span { border-color: rgb(1,36,4); }
td.TdClassName
{
border-color: #012404;
}
.TagClassName
{
border-color: #012404;
}
</style>