Shades of Black Bean #011D03
Tints of Black Bean #011D03
RGB
CMYK
RGB Variations
Color information
#011D03 (or 0x011D03) is known color: Black Bean. HEX triplet: 01, 1D and 03. RGB value is (1,29,3). Sum of RGB (Red+Green+Blue) = 1+29+3=33 (4% of max value = 765). Red value is 1 (0.78% from 255 or 3.03% from 33); Green value is 29 (11.72% from 255 or 87.88% from 33); Blue value is 3 (1.56% from 255 or 9.09% from 33); Max value from RGB is 29 - color contains mainly: green. Hex color #011D03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011D03 is #FEE2FC. Grayscale: #111111. Windows color (decimal): -16704253 or 204033. OLE color: 204033.
HSL color Cylindrical-coordinate representation of color #011D03: hue angle of 124.29º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #011D03 is Cyan = 0.97, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 1 | 29 | 3 | - |
| CMYK | 0.97 | 0 | 0.90 | 0.89 |
| HSL | 124.29º | 0.93% | 0.06% | - |
| HSV(B) | 124.29º | 0.97% | 0.11% | - |
| XYZ | 0.47 | 0.89 | 0.23 | - |
| YUV | 17.66 | 119.72 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 29 | 3 | 0.97 | 0 | 0.90 | 0.89 | 124.29 | 0.93 | 0.06 |
| Hex | 1 | 1D | 3 | 61 | 0 | 5A | 59 | 7C | 5D | 6 |
| Octal | 1 | 35 | 3 | 141 | 0 | 132 | 131 | 174 | 135 | 6 |
| Binary | 1 | 11101 | 11 | 1100001 | 0 | 1011010 | 1011001 | 1111100 | 1011101 | 110 |
Color Harmonies of #011D03
Complementary color
Monochromatic Colors of #011D03
Black with #011D03
Text Example
Text Example
White with #011D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011D03; }
p { color: rgb(1,29,3); }
H1.HeaderClassName
{
color: #011D03;
}
.AnyTagClassName
{
color: #011D03;
}
</style>
background-color css
<style>
a { background-color: #011D03; }
a { background-color: rgb(1,29,3); }
div.DivClassName
{
background-color: #011D03;
}
.BgClassName
{
background-color: #011D03;
}
</style>
border-color css
<style>
span { border-color: #011D03; }
span { border-color: rgb(1,29,3); }
td.TdClassName
{
border-color: #011D03;
}
.TagClassName
{
border-color: #011D03;
}
</style>