Shades of Black Bean #021705
Tints of Black Bean #021705
RGB
CMYK
RGB Variations
Color information
#021705 (or 0x021705) is known color: Black Bean. HEX triplet: 02, 17 and 05. RGB value is (2,23,5). Sum of RGB (Red+Green+Blue) = 2+23+5=30 (3% of max value = 765). Red value is 2 (1.17% from 255 or 6.67% from 30); Green value is 23 (9.38% from 255 or 76.67% from 30); Blue value is 5 (2.34% from 255 or 16.67% from 30); Max value from RGB is 23 - color contains mainly: green. Hex color #021705 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021705 is #FDE8FA. Grayscale: #0E0E0E. Windows color (decimal): -16640251 or 333570. OLE color: 333570.
HSL color Cylindrical-coordinate representation of color #021705: hue angle of 128.57º degrees, saturation: 0.84, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #021705 is Cyan = 0.91, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 2 | 23 | 5 | - |
| CMYK | 0.91 | 0 | 0.78 | 0.91 |
| HSL | 128.57º | 0.84% | 0.05% | - |
| HSV(B) | 128.57º | 0.91% | 0.09% | - |
| XYZ | 0.36 | 0.64 | 0.25 | - |
| YUV | 14.67 | 122.54 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 23 | 5 | 0.91 | 0 | 0.78 | 0.91 | 128.57 | 0.84 | 0.05 |
| Hex | 2 | 17 | 5 | 5B | 0 | 4E | 5B | 81 | 54 | 5 |
| Octal | 2 | 27 | 5 | 133 | 0 | 116 | 133 | 201 | 124 | 5 |
| Binary | 10 | 10111 | 101 | 1011011 | 0 | 1001110 | 1011011 | 10000001 | 1010100 | 101 |
Color Harmonies of #021705
Complementary color
Monochromatic Colors of #021705
Black with #021705
Text Example
Text Example
White with #021705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021705; }
p { color: rgb(2,23,5); }
H1.HeaderClassName
{
color: #021705;
}
.AnyTagClassName
{
color: #021705;
}
</style>
background-color css
<style>
a { background-color: #021705; }
a { background-color: rgb(2,23,5); }
div.DivClassName
{
background-color: #021705;
}
.BgClassName
{
background-color: #021705;
}
</style>
border-color css
<style>
span { border-color: #021705; }
span { border-color: rgb(2,23,5); }
td.TdClassName
{
border-color: #021705;
}
.TagClassName
{
border-color: #021705;
}
</style>