Shades of Black Bean #222F26
Tints of Black Bean #222F26
RGB
CMYK
RGB Variations
Color information
#222F26 (or 0x222F26) is known color: Black Bean. HEX triplet: 22, 2F and 26. RGB value is (34,47,38). Sum of RGB (Red+Green+Blue) = 34+47+38=119 (15% of max value = 765). Red value is 34 (13.67% from 255 or 28.57% from 119); Green value is 47 (18.75% from 255 or 39.50% from 119); Blue value is 38 (15.23% from 255 or 31.93% from 119); Max value from RGB is 47 - color contains mainly: green. Hex color #222F26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222F26 is #DDD0D9. Grayscale: #2A2A2A. Windows color (decimal): -14536922 or 2502434. OLE color: 2502434.
HSL color Cylindrical-coordinate representation of color #222F26: hue angle of 138.46º 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 #222F26 is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 34 | 47 | 38 | - |
| CMYK | 0.28 | 0 | 0.19 | 0.82 |
| HSL | 138.46º | 0.16% | 0.16% | - |
| HSV(B) | 138.46º | 0.28% | 0.18% | - |
| XYZ | 2.03 | 2.51 | 2.21 | - |
| YUV | 42.09 | 125.69 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 47 | 38 | 0.28 | 0 | 0.19 | 0.82 | 138.46 | 0.16 | 0.16 |
| Hex | 22 | 2F | 26 | 1C | 0 | 13 | 52 | 8A | 10 | 10 |
| Octal | 42 | 57 | 46 | 34 | 0 | 23 | 122 | 212 | 20 | 20 |
| Binary | 100010 | 101111 | 100110 | 11100 | 0 | 10011 | 1010010 | 10001010 | 10000 | 10000 |
Color Harmonies of #222F26
Complementary color
Monochromatic Colors of #222F26
Black with #222F26
Text Example
Text Example
White with #222F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222F26; }
p { color: rgb(34,47,38); }
H1.HeaderClassName
{
color: #222F26;
}
.AnyTagClassName
{
color: #222F26;
}
</style>
background-color css
<style>
a { background-color: #222F26; }
a { background-color: rgb(34,47,38); }
div.DivClassName
{
background-color: #222F26;
}
.BgClassName
{
background-color: #222F26;
}
</style>
border-color css
<style>
span { border-color: #222F26; }
span { border-color: rgb(34,47,38); }
td.TdClassName
{
border-color: #222F26;
}
.TagClassName
{
border-color: #222F26;
}
</style>