Shades of Black Bean #222F25
Tints of Black Bean #222F25
RGB
CMYK
RGB Variations
Color information
#222F25 (or 0x222F25) is known color: Black Bean. HEX triplet: 22, 2F and 25. RGB value is (34,47,37). Sum of RGB (Red+Green+Blue) = 34+47+37=118 (15% of max value = 765). Red value is 34 (13.67% from 255 or 28.81% from 118); Green value is 47 (18.75% from 255 or 39.83% from 118); Blue value is 37 (14.84% from 255 or 31.36% from 118); Max value from RGB is 47 - color contains mainly: green. Hex color #222F25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222F25 is #DDD0DA. Grayscale: #292929. Windows color (decimal): -14536923 or 2436898. OLE color: 2436898.
HSL color Cylindrical-coordinate representation of color #222F25: hue angle of 133.85º degrees, saturation: 0.16, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #222F25 is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 34 | 47 | 37 | - |
| CMYK | 0.28 | 0 | 0.21 | 0.82 |
| HSL | 133.85º | 0.16% | 0.16% | - |
| HSV(B) | 133.85º | 0.28% | 0.18% | - |
| XYZ | 2.01 | 2.51 | 2.13 | - |
| YUV | 41.97 | 125.19 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 47 | 37 | 0.28 | 0 | 0.21 | 0.82 | 133.85 | 0.16 | 0.16 |
| Hex | 22 | 2F | 25 | 1C | 0 | 15 | 52 | 86 | 10 | 10 |
| Octal | 42 | 57 | 45 | 34 | 0 | 25 | 122 | 206 | 20 | 20 |
| Binary | 100010 | 101111 | 100101 | 11100 | 0 | 10101 | 1010010 | 10000110 | 10000 | 10000 |
Color Harmonies of #222F25
Complementary color
Monochromatic Colors of #222F25
Black with #222F25
Text Example
Text Example
White with #222F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222F25; }
p { color: rgb(34,47,37); }
H1.HeaderClassName
{
color: #222F25;
}
.AnyTagClassName
{
color: #222F25;
}
</style>
background-color css
<style>
a { background-color: #222F25; }
a { background-color: rgb(34,47,37); }
div.DivClassName
{
background-color: #222F25;
}
.BgClassName
{
background-color: #222F25;
}
</style>
border-color css
<style>
span { border-color: #222F25; }
span { border-color: rgb(34,47,37); }
td.TdClassName
{
border-color: #222F25;
}
.TagClassName
{
border-color: #222F25;
}
</style>