Shades of Black Bean #022506
Tints of Black Bean #022506
RGB
CMYK
RGB Variations
Color information
#022506 (or 0x022506) is known color: Black Bean. HEX triplet: 02, 25 and 06. RGB value is (2,37,6). Sum of RGB (Red+Green+Blue) = 2+37+6=45 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.44% from 45); Green value is 37 (14.84% from 255 or 82.22% from 45); Blue value is 6 (2.73% from 255 or 13.33% from 45); Max value from RGB is 37 - color contains mainly: green. Hex color #022506 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022506 is #FDDAF9. Grayscale: #171717. Windows color (decimal): -16636666 or 402690. OLE color: 402690.
HSL color Cylindrical-coordinate representation of color #022506: hue angle of 126.86º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #022506 is Cyan = 0.95, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 2 | 37 | 6 | - |
| CMYK | 0.95 | 0 | 0.84 | 0.85 |
| HSL | 126.86º | 0.9% | 0.08% | - |
| HSV(B) | 126.86º | 0.95% | 0.15% | - |
| XYZ | 0.72 | 1.35 | 0.39 | - |
| YUV | 23 | 118.4 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 37 | 6 | 0.95 | 0 | 0.84 | 0.85 | 126.86 | 0.9 | 0.08 |
| Hex | 2 | 25 | 6 | 5F | 0 | 54 | 55 | 7F | 5A | 8 |
| Octal | 2 | 45 | 6 | 137 | 0 | 124 | 125 | 177 | 132 | 10 |
| Binary | 10 | 100101 | 110 | 1011111 | 0 | 1010100 | 1010101 | 1111111 | 1011010 | 1000 |
Color Harmonies of #022506
Complementary color
Monochromatic Colors of #022506
Black with #022506
Text Example
Text Example
White with #022506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022506; }
p { color: rgb(2,37,6); }
H1.HeaderClassName
{
color: #022506;
}
.AnyTagClassName
{
color: #022506;
}
</style>
background-color css
<style>
a { background-color: #022506; }
a { background-color: rgb(2,37,6); }
div.DivClassName
{
background-color: #022506;
}
.BgClassName
{
background-color: #022506;
}
</style>
border-color css
<style>
span { border-color: #022506; }
span { border-color: rgb(2,37,6); }
td.TdClassName
{
border-color: #022506;
}
.TagClassName
{
border-color: #022506;
}
</style>