Shades of Black Bean #022605
Tints of Black Bean #022605
RGB
CMYK
RGB Variations
Color information
#022605 (or 0x022605) is known color: Black Bean. HEX triplet: 02, 26 and 05. RGB value is (2,38,5). Sum of RGB (Red+Green+Blue) = 2+38+5=45 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.44% from 45); Green value is 38 (15.23% from 255 or 84.44% from 45); Blue value is 5 (2.34% from 255 or 11.11% from 45); Max value from RGB is 38 - color contains mainly: green. Hex color #022605 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022605 is #FDD9FA. Grayscale: #171717. Windows color (decimal): -16636411 or 337410. OLE color: 337410.
HSL color Cylindrical-coordinate representation of color #022605: hue angle of 125º 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 #022605 is Cyan = 0.95, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 2 | 38 | 5 | - |
| CMYK | 0.95 | 0 | 0.87 | 0.85 |
| HSL | 125º | 0.9% | 0.08% | - |
| HSV(B) | 125º | 0.95% | 0.15% | - |
| XYZ | 0.75 | 1.41 | 0.38 | - |
| YUV | 23.47 | 117.57 | 112.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 38 | 5 | 0.95 | 0 | 0.87 | 0.85 | 125 | 0.9 | 0.08 |
| Hex | 2 | 26 | 5 | 5F | 0 | 57 | 55 | 7D | 5A | 8 |
| Octal | 2 | 46 | 5 | 137 | 0 | 127 | 125 | 175 | 132 | 10 |
| Binary | 10 | 100110 | 101 | 1011111 | 0 | 1010111 | 1010101 | 1111101 | 1011010 | 1000 |
Color Harmonies of #022605
Complementary color
Monochromatic Colors of #022605
Black with #022605
Text Example
Text Example
White with #022605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022605; }
p { color: rgb(2,38,5); }
H1.HeaderClassName
{
color: #022605;
}
.AnyTagClassName
{
color: #022605;
}
</style>
background-color css
<style>
a { background-color: #022605; }
a { background-color: rgb(2,38,5); }
div.DivClassName
{
background-color: #022605;
}
.BgClassName
{
background-color: #022605;
}
</style>
border-color css
<style>
span { border-color: #022605; }
span { border-color: rgb(2,38,5); }
td.TdClassName
{
border-color: #022605;
}
.TagClassName
{
border-color: #022605;
}
</style>