Shades of Black Bean #011D06
Tints of Black Bean #011D06
RGB
CMYK
RGB Variations
Color information
#011D06 (or 0x011D06) is known color: Black Bean. HEX triplet: 01, 1D and 06. RGB value is (1,29,6). Sum of RGB (Red+Green+Blue) = 1+29+6=36 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.78% from 36); Green value is 29 (11.72% from 255 or 80.56% from 36); Blue value is 6 (2.73% from 255 or 16.67% from 36); Max value from RGB is 29 - color contains mainly: green. Hex color #011D06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011D06 is #FEE2F9. Grayscale: #121212. Windows color (decimal): -16704250 or 400641. OLE color: 400641.
HSL color Cylindrical-coordinate representation of color #011D06: hue angle of 130.71º 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 #011D06 is Cyan = 0.97, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 1 | 29 | 6 | - |
| CMYK | 0.97 | 0 | 0.79 | 0.89 |
| HSL | 130.71º | 0.93% | 0.06% | - |
| HSV(B) | 130.71º | 0.97% | 0.11% | - |
| XYZ | 0.48 | 0.9 | 0.32 | - |
| YUV | 18.01 | 121.22 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 29 | 6 | 0.97 | 0 | 0.79 | 0.89 | 130.71 | 0.93 | 0.06 |
| Hex | 1 | 1D | 6 | 61 | 0 | 4F | 59 | 83 | 5D | 6 |
| Octal | 1 | 35 | 6 | 141 | 0 | 117 | 131 | 203 | 135 | 6 |
| Binary | 1 | 11101 | 110 | 1100001 | 0 | 1001111 | 1011001 | 10000011 | 1011101 | 110 |
Color Harmonies of #011D06
Complementary color
Monochromatic Colors of #011D06
Black with #011D06
Text Example
Text Example
White with #011D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011D06; }
p { color: rgb(1,29,6); }
H1.HeaderClassName
{
color: #011D06;
}
.AnyTagClassName
{
color: #011D06;
}
</style>
background-color css
<style>
a { background-color: #011D06; }
a { background-color: rgb(1,29,6); }
div.DivClassName
{
background-color: #011D06;
}
.BgClassName
{
background-color: #011D06;
}
</style>
border-color css
<style>
span { border-color: #011D06; }
span { border-color: rgb(1,29,6); }
td.TdClassName
{
border-color: #011D06;
}
.TagClassName
{
border-color: #011D06;
}
</style>