Shades of Black Bean #09120A
Tints of Black Bean #09120A
RGB
CMYK
RGB Variations
Color information
#09120A (or 0x09120A) is known color: Black Bean. HEX triplet: 09, 12 and 0A. RGB value is (9,18,10). Sum of RGB (Red+Green+Blue) = 9+18+10=37 (4% of max value = 765). Red value is 9 (3.91% from 255 or 24.32% from 37); Green value is 18 (7.42% from 255 or 48.65% from 37); Blue value is 10 (4.30% from 255 or 27.03% from 37); Max value from RGB is 18 - color contains mainly: green. Hex color #09120A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #09120A is #F6EDF5. Grayscale: #0E0E0E. Windows color (decimal): -16182774 or 659977. OLE color: 659977.
HSL color Cylindrical-coordinate representation of color #09120A: hue angle of 126.67º degrees, saturation: 0.33, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #09120A is Cyan = 0.5, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 9 | 18 | 10 | - |
| CMYK | 0.5 | 0 | 0.44 | 0.93 |
| HSL | 126.67º | 0.33% | 0.05% | - |
| HSV(B) | 126.67º | 0.5% | 0.07% | - |
| XYZ | 0.38 | 0.51 | 0.37 | - |
| YUV | 14.4 | 125.52 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 18 | 10 | 0.5 | 0 | 0.44 | 0.93 | 126.67 | 0.33 | 0.05 |
| Hex | 9 | 12 | A | 32 | 0 | 2C | 5D | 7F | 21 | 5 |
| Octal | 11 | 22 | 12 | 62 | 0 | 54 | 135 | 177 | 41 | 5 |
| Binary | 1001 | 10010 | 1010 | 110010 | 0 | 101100 | 1011101 | 1111111 | 100001 | 101 |
Color Harmonies of #09120A
Complementary color
Monochromatic Colors of #09120A
Black with #09120A
Text Example
Text Example
White with #09120A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09120A; }
p { color: rgb(9,18,10); }
H1.HeaderClassName
{
color: #09120A;
}
.AnyTagClassName
{
color: #09120A;
}
</style>
background-color css
<style>
a { background-color: #09120A; }
a { background-color: rgb(9,18,10); }
div.DivClassName
{
background-color: #09120A;
}
.BgClassName
{
background-color: #09120A;
}
</style>
border-color css
<style>
span { border-color: #09120A; }
span { border-color: rgb(9,18,10); }
td.TdClassName
{
border-color: #09120A;
}
.TagClassName
{
border-color: #09120A;
}
</style>