Shades of Black Bean #001703
Tints of Black Bean #001703
RGB
CMYK
RGB Variations
Color information
#001703 (or 0x001703) is known color: Black Bean. HEX triplet: 00, 17 and 03. RGB value is (0,23,3). Sum of RGB (Red+Green+Blue) = 0+23+3=26 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 26); Green value is 23 (9.38% from 255 or 88.46% from 26); Blue value is 3 (1.56% from 255 or 11.54% from 26); Max value from RGB is 23 - color contains mainly: green. Hex color #001703 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001703 is #FFE8FC. Grayscale: #0D0D0D. Windows color (decimal): -16771325 or 202496. OLE color: 202496.
HSL color Cylindrical-coordinate representation of color #001703: hue angle of 127.83º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001703 is Cyan = 1, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 0 | 23 | 3 | - |
| CMYK | 1 | 0 | 0.87 | 0.91 |
| HSL | 127.83º | 1% | 0.05% | - |
| HSV(B) | 127.83º | 1% | 0.09% | - |
| XYZ | 0.32 | 0.62 | 0.19 | - |
| YUV | 13.84 | 121.88 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 23 | 3 | 1 | 0 | 0.87 | 0.91 | 127.83 | 1 | 0.05 |
| Hex | 0 | 17 | 3 | 64 | 0 | 57 | 5B | 80 | 64 | 5 |
| Octal | 0 | 27 | 3 | 144 | 0 | 127 | 133 | 200 | 144 | 5 |
| Binary | 0 | 10111 | 11 | 1100100 | 0 | 1010111 | 1011011 | 10000000 | 1100100 | 101 |
Color Harmonies of #001703
Complementary color
Monochromatic Colors of #001703
Black with #001703
Text Example
Text Example
White with #001703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001703; }
p { color: rgb(0,23,3); }
H1.HeaderClassName
{
color: #001703;
}
.AnyTagClassName
{
color: #001703;
}
</style>
background-color css
<style>
a { background-color: #001703; }
a { background-color: rgb(0,23,3); }
div.DivClassName
{
background-color: #001703;
}
.BgClassName
{
background-color: #001703;
}
</style>
border-color css
<style>
span { border-color: #001703; }
span { border-color: rgb(0,23,3); }
td.TdClassName
{
border-color: #001703;
}
.TagClassName
{
border-color: #001703;
}
</style>