Shades of Black Bean #021702
Tints of Black Bean #021702
RGB
CMYK
RGB Variations
Color information
#021702 (or 0x021702) is known color: Black Bean. HEX triplet: 02, 17 and 02. RGB value is (2,23,2). Sum of RGB (Red+Green+Blue) = 2+23+2=27 (3% of max value = 765). Red value is 2 (1.17% from 255 or 7.41% from 27); Green value is 23 (9.38% from 255 or 85.19% from 27); Blue value is 2 (1.17% from 255 or 7.41% from 27); Max value from RGB is 23 - color contains mainly: green. Hex color #021702 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021702 is #FDE8FD. Grayscale: #0E0E0E. Windows color (decimal): -16640254 or 136962. OLE color: 136962.
HSL color Cylindrical-coordinate representation of color #021702: hue angle of 120º 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 #021702 is Cyan = 0.91, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 2 | 23 | 2 | - |
| CMYK | 0.91 | 0 | 0.91 | 0.91 |
| HSL | 120º | 0.84% | 0.05% | - |
| HSV(B) | 120º | 0.91% | 0.09% | - |
| XYZ | 0.34 | 0.63 | 0.16 | - |
| YUV | 14.33 | 121.04 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 23 | 2 | 0.91 | 0 | 0.91 | 0.91 | 120 | 0.84 | 0.05 |
| Hex | 2 | 17 | 2 | 5B | 0 | 5B | 5B | 78 | 54 | 5 |
| Octal | 2 | 27 | 2 | 133 | 0 | 133 | 133 | 170 | 124 | 5 |
| Binary | 10 | 10111 | 10 | 1011011 | 0 | 1011011 | 1011011 | 1111000 | 1010100 | 101 |
Color Harmonies of #021702
Complementary color
Monochromatic Colors of #021702
Black with #021702
Text Example
Text Example
White with #021702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021702; }
p { color: rgb(2,23,2); }
H1.HeaderClassName
{
color: #021702;
}
.AnyTagClassName
{
color: #021702;
}
</style>
background-color css
<style>
a { background-color: #021702; }
a { background-color: rgb(2,23,2); }
div.DivClassName
{
background-color: #021702;
}
.BgClassName
{
background-color: #021702;
}
</style>
border-color css
<style>
span { border-color: #021702; }
span { border-color: rgb(2,23,2); }
td.TdClassName
{
border-color: #021702;
}
.TagClassName
{
border-color: #021702;
}
</style>