Shades of Black Bean #011A03
Tints of Black Bean #011A03
RGB
CMYK
RGB Variations
Color information
#011A03 (or 0x011A03) is known color: Black Bean. HEX triplet: 01, 1A and 03. RGB value is (1,26,3). Sum of RGB (Red+Green+Blue) = 1+26+3=30 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.33% from 30); Green value is 26 (10.55% from 255 or 86.67% from 30); Blue value is 3 (1.56% from 255 or 10% from 30); Max value from RGB is 26 - color contains mainly: green. Hex color #011A03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011A03 is #FEE5FC. Grayscale: #0F0F0F. Windows color (decimal): -16705021 or 203265. OLE color: 203265.
HSL color Cylindrical-coordinate representation of color #011A03: hue angle of 124.8º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #011A03 is Cyan = 0.96, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 1 | 26 | 3 | - |
| CMYK | 0.96 | 0 | 0.88 | 0.90 |
| HSL | 124.8º | 0.93% | 0.05% | - |
| HSV(B) | 124.8º | 0.96% | 0.1% | - |
| XYZ | 0.4 | 0.75 | 0.21 | - |
| YUV | 15.9 | 120.72 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 26 | 3 | 0.96 | 0 | 0.88 | 0.90 | 124.8 | 0.93 | 0.05 |
| Hex | 1 | 1A | 3 | 60 | 0 | 58 | 5A | 7D | 5D | 5 |
| Octal | 1 | 32 | 3 | 140 | 0 | 130 | 132 | 175 | 135 | 5 |
| Binary | 1 | 11010 | 11 | 1100000 | 0 | 1011000 | 1011010 | 1111101 | 1011101 | 101 |
Color Harmonies of #011A03
Complementary color
Monochromatic Colors of #011A03
Black with #011A03
Text Example
Text Example
White with #011A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011A03; }
p { color: rgb(1,26,3); }
H1.HeaderClassName
{
color: #011A03;
}
.AnyTagClassName
{
color: #011A03;
}
</style>
background-color css
<style>
a { background-color: #011A03; }
a { background-color: rgb(1,26,3); }
div.DivClassName
{
background-color: #011A03;
}
.BgClassName
{
background-color: #011A03;
}
</style>
border-color css
<style>
span { border-color: #011A03; }
span { border-color: rgb(1,26,3); }
td.TdClassName
{
border-color: #011A03;
}
.TagClassName
{
border-color: #011A03;
}
</style>