Shades of Black Bean #001D01
Tints of Black Bean #001D01
RGB
CMYK
RGB Variations
Color information
#001D01 (or 0x001D01) is known color: Black Bean. HEX triplet: 00, 1D and 01. RGB value is (0,29,1). Sum of RGB (Red+Green+Blue) = 0+29+1=30 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 30); Green value is 29 (11.72% from 255 or 96.67% from 30); Blue value is 1 (0.78% from 255 or 3.33% from 30); Max value from RGB is 29 - color contains mainly: green. Hex color #001D01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001D01 is #FFE2FE. Grayscale: #111111. Windows color (decimal): -16769791 or 72960. OLE color: 72960.
HSL color Cylindrical-coordinate representation of color #001D01: hue angle of 122.07º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001D01 is Cyan = 1, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 0 | 29 | 1 | - |
| CMYK | 1 | 0 | 0.97 | 0.89 |
| HSL | 122.07º | 1% | 0.06% | - |
| HSV(B) | 122.07º | 1% | 0.11% | - |
| XYZ | 0.44 | 0.88 | 0.18 | - |
| YUV | 17.14 | 118.89 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 29 | 1 | 1 | 0 | 0.97 | 0.89 | 122.07 | 1 | 0.06 |
| Hex | 0 | 1D | 1 | 64 | 0 | 61 | 59 | 7A | 64 | 6 |
| Octal | 0 | 35 | 1 | 144 | 0 | 141 | 131 | 172 | 144 | 6 |
| Binary | 0 | 11101 | 1 | 1100100 | 0 | 1100001 | 1011001 | 1111010 | 1100100 | 110 |
Color Harmonies of #001D01
Complementary color
Monochromatic Colors of #001D01
Black with #001D01
Text Example
Text Example
White with #001D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001D01; }
p { color: rgb(0,29,1); }
H1.HeaderClassName
{
color: #001D01;
}
.AnyTagClassName
{
color: #001D01;
}
</style>
background-color css
<style>
a { background-color: #001D01; }
a { background-color: rgb(0,29,1); }
div.DivClassName
{
background-color: #001D01;
}
.BgClassName
{
background-color: #001D01;
}
</style>
border-color css
<style>
span { border-color: #001D01; }
span { border-color: rgb(0,29,1); }
td.TdClassName
{
border-color: #001D01;
}
.TagClassName
{
border-color: #001D01;
}
</style>