Shades of Black Bean #09220A
Tints of Black Bean #09220A
RGB
CMYK
RGB Variations
Color information
#09220A (or 0x09220A) is known color: Black Bean. HEX triplet: 09, 22 and 0A. RGB value is (9,34,10). Sum of RGB (Red+Green+Blue) = 9+34+10=53 (7% of max value = 765). Red value is 9 (3.91% from 255 or 16.98% from 53); Green value is 34 (13.67% from 255 or 64.15% from 53); Blue value is 10 (4.30% from 255 or 18.87% from 53); Max value from RGB is 34 - color contains mainly: green. Hex color #09220A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09220A is #F6DDF5. Grayscale: #171717. Windows color (decimal): -16178678 or 664073. OLE color: 664073.
HSL color Cylindrical-coordinate representation of color #09220A: hue angle of 122.4º degrees, saturation: 0.58, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #09220A is Cyan = 0.74, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 9 | 34 | 10 | - |
| CMYK | 0.74 | 0 | 0.71 | 0.87 |
| HSL | 122.4º | 0.58% | 0.08% | - |
| HSV(B) | 122.4º | 0.74% | 0.13% | - |
| XYZ | 0.74 | 1.22 | 0.48 | - |
| YUV | 23.79 | 120.22 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 34 | 10 | 0.74 | 0 | 0.71 | 0.87 | 122.4 | 0.58 | 0.08 |
| Hex | 9 | 22 | A | 4A | 0 | 47 | 57 | 7A | 3A | 8 |
| Octal | 11 | 42 | 12 | 112 | 0 | 107 | 127 | 172 | 72 | 10 |
| Binary | 1001 | 100010 | 1010 | 1001010 | 0 | 1000111 | 1010111 | 1111010 | 111010 | 1000 |
Color Harmonies of #09220A
Complementary color
Monochromatic Colors of #09220A
Black with #09220A
Text Example
Text Example
White with #09220A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09220A; }
p { color: rgb(9,34,10); }
H1.HeaderClassName
{
color: #09220A;
}
.AnyTagClassName
{
color: #09220A;
}
</style>
background-color css
<style>
a { background-color: #09220A; }
a { background-color: rgb(9,34,10); }
div.DivClassName
{
background-color: #09220A;
}
.BgClassName
{
background-color: #09220A;
}
</style>
border-color css
<style>
span { border-color: #09220A; }
span { border-color: rgb(9,34,10); }
td.TdClassName
{
border-color: #09220A;
}
.TagClassName
{
border-color: #09220A;
}
</style>