Shades of Black Bean #011503
Tints of Black Bean #011503
RGB
CMYK
RGB Variations
Color information
#011503 (or 0x011503) is known color: Black Bean. HEX triplet: 01, 15 and 03. RGB value is (1,21,3). Sum of RGB (Red+Green+Blue) = 1+21+3=25 (3% of max value = 765). Red value is 1 (0.78% from 255 or 4% from 25); Green value is 21 (8.59% from 255 or 84% from 25); Blue value is 3 (1.56% from 255 or 12% from 25); Max value from RGB is 21 - color contains mainly: green. Hex color #011503 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011503 is #FEEAFC. Grayscale: #0D0D0D. Windows color (decimal): -16706301 or 201985. OLE color: 201985.
HSL color Cylindrical-coordinate representation of color #011503: hue angle of 126º degrees, saturation: 0.91, 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 #011503 is Cyan = 0.95, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 1 | 21 | 3 | - |
| CMYK | 0.95 | 0 | 0.86 | 0.92 |
| HSL | 126º | 0.91% | 0.04% | - |
| HSV(B) | 126º | 0.95% | 0.08% | - |
| XYZ | 0.3 | 0.55 | 0.18 | - |
| YUV | 12.97 | 122.37 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 21 | 3 | 0.95 | 0 | 0.86 | 0.92 | 126 | 0.91 | 0.04 |
| Hex | 1 | 15 | 3 | 5F | 0 | 56 | 5C | 7E | 5B | 4 |
| Octal | 1 | 25 | 3 | 137 | 0 | 126 | 134 | 176 | 133 | 4 |
| Binary | 1 | 10101 | 11 | 1011111 | 0 | 1010110 | 1011100 | 1111110 | 1011011 | 100 |
Color Harmonies of #011503
Complementary color
Monochromatic Colors of #011503
Black with #011503
Text Example
Text Example
White with #011503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011503; }
p { color: rgb(1,21,3); }
H1.HeaderClassName
{
color: #011503;
}
.AnyTagClassName
{
color: #011503;
}
</style>
background-color css
<style>
a { background-color: #011503; }
a { background-color: rgb(1,21,3); }
div.DivClassName
{
background-color: #011503;
}
.BgClassName
{
background-color: #011503;
}
</style>
border-color css
<style>
span { border-color: #011503; }
span { border-color: rgb(1,21,3); }
td.TdClassName
{
border-color: #011503;
}
.TagClassName
{
border-color: #011503;
}
</style>