Shades of Black Bean #012304
Tints of Black Bean #012304
RGB
CMYK
RGB Variations
Color information
#012304 (or 0x012304) is known color: Black Bean. HEX triplet: 01, 23 and 04. RGB value is (1,35,4). Sum of RGB (Red+Green+Blue) = 1+35+4=40 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.5% from 40); Green value is 35 (14.06% from 255 or 87.5% from 40); Blue value is 4 (1.95% from 255 or 10% from 40); Max value from RGB is 35 - color contains mainly: green. Hex color #012304 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012304 is #FEDCFB. Grayscale: #151515. Windows color (decimal): -16702716 or 271105. OLE color: 271105.
HSL color Cylindrical-coordinate representation of color #012304: hue angle of 125.29º degrees, saturation: 0.94, 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 #012304 is Cyan = 0.97, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 1 | 35 | 4 | - |
| CMYK | 0.97 | 0 | 0.89 | 0.86 |
| HSL | 125.29º | 0.94% | 0.07% | - |
| HSV(B) | 125.29º | 0.97% | 0.14% | - |
| XYZ | 0.64 | 1.22 | 0.32 | - |
| YUV | 21.3 | 118.24 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 35 | 4 | 0.97 | 0 | 0.89 | 0.86 | 125.29 | 0.94 | 0.07 |
| Hex | 1 | 23 | 4 | 61 | 0 | 59 | 56 | 7D | 5E | 7 |
| Octal | 1 | 43 | 4 | 141 | 0 | 131 | 126 | 175 | 136 | 7 |
| Binary | 1 | 100011 | 100 | 1100001 | 0 | 1011001 | 1010110 | 1111101 | 1011110 | 111 |
Color Harmonies of #012304
Complementary color
Monochromatic Colors of #012304
Black with #012304
Text Example
Text Example
White with #012304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012304; }
p { color: rgb(1,35,4); }
H1.HeaderClassName
{
color: #012304;
}
.AnyTagClassName
{
color: #012304;
}
</style>
background-color css
<style>
a { background-color: #012304; }
a { background-color: rgb(1,35,4); }
div.DivClassName
{
background-color: #012304;
}
.BgClassName
{
background-color: #012304;
}
</style>
border-color css
<style>
span { border-color: #012304; }
span { border-color: rgb(1,35,4); }
td.TdClassName
{
border-color: #012304;
}
.TagClassName
{
border-color: #012304;
}
</style>