Shades of Black Bean #011304
Tints of Black Bean #011304
RGB
CMYK
RGB Variations
Color information
#011304 (or 0x011304) is known color: Black Bean. HEX triplet: 01, 13 and 04. RGB value is (1,19,4). Sum of RGB (Red+Green+Blue) = 1+19+4=24 (3% of max value = 765). Red value is 1 (0.78% from 255 or 4.17% from 24); Green value is 19 (7.81% from 255 or 79.17% from 24); Blue value is 4 (1.95% from 255 or 16.67% from 24); Max value from RGB is 19 - color contains mainly: green. Hex color #011304 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011304 is #FEECFB. Grayscale: #0B0B0B. Windows color (decimal): -16706812 or 267009. OLE color: 267009.
HSL color Cylindrical-coordinate representation of color #011304: hue angle of 130º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #011304 is Cyan = 0.95, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 1 | 19 | 4 | - |
| CMYK | 0.95 | 0 | 0.79 | 0.93 |
| HSL | 130º | 0.9% | 0.04% | - |
| HSV(B) | 130º | 0.95% | 0.07% | - |
| XYZ | 0.27 | 0.48 | 0.19 | - |
| YUV | 11.91 | 123.54 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 19 | 4 | 0.95 | 0 | 0.79 | 0.93 | 130 | 0.9 | 0.04 |
| Hex | 1 | 13 | 4 | 5F | 0 | 4F | 5D | 82 | 5A | 4 |
| Octal | 1 | 23 | 4 | 137 | 0 | 117 | 135 | 202 | 132 | 4 |
| Binary | 1 | 10011 | 100 | 1011111 | 0 | 1001111 | 1011101 | 10000010 | 1011010 | 100 |
Color Harmonies of #011304
Complementary color
Monochromatic Colors of #011304
Black with #011304
Text Example
Text Example
White with #011304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011304; }
p { color: rgb(1,19,4); }
H1.HeaderClassName
{
color: #011304;
}
.AnyTagClassName
{
color: #011304;
}
</style>
background-color css
<style>
a { background-color: #011304; }
a { background-color: rgb(1,19,4); }
div.DivClassName
{
background-color: #011304;
}
.BgClassName
{
background-color: #011304;
}
</style>
border-color css
<style>
span { border-color: #011304; }
span { border-color: rgb(1,19,4); }
td.TdClassName
{
border-color: #011304;
}
.TagClassName
{
border-color: #011304;
}
</style>