Shades of Black Bean #001701
Tints of Black Bean #001701
RGB
CMYK
RGB Variations
Color information
#001701 (or 0x001701) is known color: Black Bean. HEX triplet: 00, 17 and 01. RGB value is (0,23,1). Sum of RGB (Red+Green+Blue) = 0+23+1=24 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 24); Green value is 23 (9.38% from 255 or 95.83% from 24); Blue value is 1 (0.78% from 255 or 4.17% from 24); Max value from RGB is 23 - color contains mainly: green. Hex color #001701 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001701 is #FFE8FE. Grayscale: #0D0D0D. Windows color (decimal): -16771327 or 71424. OLE color: 71424.
HSL color Cylindrical-coordinate representation of color #001701: hue angle of 122.61º 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 #001701 is Cyan = 1, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 0 | 23 | 1 | - |
| CMYK | 1 | 0 | 0.96 | 0.91 |
| HSL | 122.61º | 1% | 0.05% | - |
| HSV(B) | 122.61º | 1% | 0.09% | - |
| XYZ | 0.31 | 0.61 | 0.13 | - |
| YUV | 13.62 | 120.88 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 23 | 1 | 1 | 0 | 0.96 | 0.91 | 122.61 | 1 | 0.05 |
| Hex | 0 | 17 | 1 | 64 | 0 | 60 | 5B | 7B | 64 | 5 |
| Octal | 0 | 27 | 1 | 144 | 0 | 140 | 133 | 173 | 144 | 5 |
| Binary | 0 | 10111 | 1 | 1100100 | 0 | 1100000 | 1011011 | 1111011 | 1100100 | 101 |
Color Harmonies of #001701
Complementary color
Monochromatic Colors of #001701
Black with #001701
Text Example
Text Example
White with #001701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001701; }
p { color: rgb(0,23,1); }
H1.HeaderClassName
{
color: #001701;
}
.AnyTagClassName
{
color: #001701;
}
</style>
background-color css
<style>
a { background-color: #001701; }
a { background-color: rgb(0,23,1); }
div.DivClassName
{
background-color: #001701;
}
.BgClassName
{
background-color: #001701;
}
</style>
border-color css
<style>
span { border-color: #001701; }
span { border-color: rgb(0,23,1); }
td.TdClassName
{
border-color: #001701;
}
.TagClassName
{
border-color: #001701;
}
</style>