Shades of Black Bean #022505
Tints of Black Bean #022505
RGB
CMYK
RGB Variations
Color information
#022505 (or 0x022505) is known color: Black Bean. HEX triplet: 02, 25 and 05. RGB value is (2,37,5). Sum of RGB (Red+Green+Blue) = 2+37+5=44 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.55% from 44); Green value is 37 (14.84% from 255 or 84.09% from 44); Blue value is 5 (2.34% from 255 or 11.36% from 44); Max value from RGB is 37 - color contains mainly: green. Hex color #022505 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022505 is #FDDAFA. Grayscale: #161616. Windows color (decimal): -16636667 or 337154. OLE color: 337154.
HSL color Cylindrical-coordinate representation of color #022505: hue angle of 125.14º 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 #022505 is Cyan = 0.95, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 2 | 37 | 5 | - |
| CMYK | 0.95 | 0 | 0.86 | 0.85 |
| HSL | 125.14º | 0.9% | 0.08% | - |
| HSV(B) | 125.14º | 0.95% | 0.15% | - |
| XYZ | 0.71 | 1.35 | 0.37 | - |
| YUV | 22.89 | 117.9 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 37 | 5 | 0.95 | 0 | 0.86 | 0.85 | 125.14 | 0.9 | 0.08 |
| Hex | 2 | 25 | 5 | 5F | 0 | 56 | 55 | 7D | 5A | 8 |
| Octal | 2 | 45 | 5 | 137 | 0 | 126 | 125 | 175 | 132 | 10 |
| Binary | 10 | 100101 | 101 | 1011111 | 0 | 1010110 | 1010101 | 1111101 | 1011010 | 1000 |
Color Harmonies of #022505
Complementary color
Monochromatic Colors of #022505
Black with #022505
Text Example
Text Example
White with #022505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022505; }
p { color: rgb(2,37,5); }
H1.HeaderClassName
{
color: #022505;
}
.AnyTagClassName
{
color: #022505;
}
</style>
background-color css
<style>
a { background-color: #022505; }
a { background-color: rgb(2,37,5); }
div.DivClassName
{
background-color: #022505;
}
.BgClassName
{
background-color: #022505;
}
</style>
border-color css
<style>
span { border-color: #022505; }
span { border-color: rgb(2,37,5); }
td.TdClassName
{
border-color: #022505;
}
.TagClassName
{
border-color: #022505;
}
</style>