Shades of Black Bean #001D03
Tints of Black Bean #001D03
RGB
CMYK
RGB Variations
Color information
#001D03 (or 0x001D03) is known color: Black Bean. HEX triplet: 00, 1D and 03. RGB value is (0,29,3). Sum of RGB (Red+Green+Blue) = 0+29+3=32 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 32); Green value is 29 (11.72% from 255 or 90.62% from 32); Blue value is 3 (1.56% from 255 or 9.38% from 32); Max value from RGB is 29 - color contains mainly: green. Hex color #001D03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001D03 is #FFE2FC. Grayscale: #111111. Windows color (decimal): -16769789 or 204032. OLE color: 204032.
HSL color Cylindrical-coordinate representation of color #001D03: hue angle of 126.21º 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 #001D03 is Cyan = 1, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 0 | 29 | 3 | - |
| CMYK | 1 | 0 | 0.90 | 0.89 |
| HSL | 126.21º | 1% | 0.06% | - |
| HSV(B) | 126.21º | 1% | 0.11% | - |
| XYZ | 0.46 | 0.89 | 0.23 | - |
| YUV | 17.37 | 119.89 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 29 | 3 | 1 | 0 | 0.90 | 0.89 | 126.21 | 1 | 0.06 |
| Hex | 0 | 1D | 3 | 64 | 0 | 5A | 59 | 7E | 64 | 6 |
| Octal | 0 | 35 | 3 | 144 | 0 | 132 | 131 | 176 | 144 | 6 |
| Binary | 0 | 11101 | 11 | 1100100 | 0 | 1011010 | 1011001 | 1111110 | 1100100 | 110 |
Color Harmonies of #001D03
Complementary color
Monochromatic Colors of #001D03
Black with #001D03
Text Example
Text Example
White with #001D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001D03; }
p { color: rgb(0,29,3); }
H1.HeaderClassName
{
color: #001D03;
}
.AnyTagClassName
{
color: #001D03;
}
</style>
background-color css
<style>
a { background-color: #001D03; }
a { background-color: rgb(0,29,3); }
div.DivClassName
{
background-color: #001D03;
}
.BgClassName
{
background-color: #001D03;
}
</style>
border-color css
<style>
span { border-color: #001D03; }
span { border-color: rgb(0,29,3); }
td.TdClassName
{
border-color: #001D03;
}
.TagClassName
{
border-color: #001D03;
}
</style>