Shades of Black Bean #222E25
Tints of Black Bean #222E25
RGB
CMYK
RGB Variations
Color information
#222E25 (or 0x222E25) is known color: Black Bean. HEX triplet: 22, 2E and 25. RGB value is (34,46,37). Sum of RGB (Red+Green+Blue) = 34+46+37=117 (15% of max value = 765). Red value is 34 (13.67% from 255 or 29.06% from 117); Green value is 46 (18.36% from 255 or 39.32% from 117); Blue value is 37 (14.84% from 255 or 31.62% from 117); Max value from RGB is 46 - color contains mainly: green. Hex color #222E25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222E25 is #DDD1DA. Grayscale: #292929. Windows color (decimal): -14537179 or 2436642. OLE color: 2436642.
HSL color Cylindrical-coordinate representation of color #222E25: hue angle of 135º degrees, saturation: 0.15, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #222E25 is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 34 | 46 | 37 | - |
| CMYK | 0.26 | 0 | 0.20 | 0.82 |
| HSL | 135º | 0.15% | 0.16% | - |
| HSV(B) | 135º | 0.26% | 0.18% | - |
| XYZ | 1.97 | 2.43 | 2.11 | - |
| YUV | 41.39 | 125.52 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 46 | 37 | 0.26 | 0 | 0.20 | 0.82 | 135 | 0.15 | 0.16 |
| Hex | 22 | 2E | 25 | 1A | 0 | 14 | 52 | 87 | F | 10 |
| Octal | 42 | 56 | 45 | 32 | 0 | 24 | 122 | 207 | 17 | 20 |
| Binary | 100010 | 101110 | 100101 | 11010 | 0 | 10100 | 1010010 | 10000111 | 1111 | 10000 |
Color Harmonies of #222E25
Complementary color
Monochromatic Colors of #222E25
Black with #222E25
Text Example
Text Example
White with #222E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222E25; }
p { color: rgb(34,46,37); }
H1.HeaderClassName
{
color: #222E25;
}
.AnyTagClassName
{
color: #222E25;
}
</style>
background-color css
<style>
a { background-color: #222E25; }
a { background-color: rgb(34,46,37); }
div.DivClassName
{
background-color: #222E25;
}
.BgClassName
{
background-color: #222E25;
}
</style>
border-color css
<style>
span { border-color: #222E25; }
span { border-color: rgb(34,46,37); }
td.TdClassName
{
border-color: #222E25;
}
.TagClassName
{
border-color: #222E25;
}
</style>