Shades of Black Bean #090F0A
Tints of Black Bean #090F0A
RGB
CMYK
RGB Variations
Color information
#090F0A (or 0x090F0A) is known color: Black Bean. HEX triplet: 09, 0F and 0A. RGB value is (9,15,10). Sum of RGB (Red+Green+Blue) = 9+15+10=34 (4% of max value = 765). Red value is 9 (3.91% from 255 or 26.47% from 34); Green value is 15 (6.25% from 255 or 44.12% from 34); Blue value is 10 (4.30% from 255 or 29.41% from 34); Max value from RGB is 15 - color contains mainly: green. Hex color #090F0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090F0A is #F6F0F5. Grayscale: #0C0C0C. Windows color (decimal): -16183542 or 659209. OLE color: 659209.
HSL color Cylindrical-coordinate representation of color #090F0A: hue angle of 130º degrees, saturation: 0.25, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #090F0A is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 9 | 15 | 10 | - |
| CMYK | 0.40 | 0 | 0.33 | 0.94 |
| HSL | 130º | 0.25% | 0.05% | - |
| HSV(B) | 130º | 0.4% | 0.06% | - |
| XYZ | 0.34 | 0.42 | 0.35 | - |
| YUV | 12.64 | 126.51 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 15 | 10 | 0.40 | 0 | 0.33 | 0.94 | 130 | 0.25 | 0.05 |
| Hex | 9 | F | A | 28 | 0 | 21 | 5E | 82 | 19 | 5 |
| Octal | 11 | 17 | 12 | 50 | 0 | 41 | 136 | 202 | 31 | 5 |
| Binary | 1001 | 1111 | 1010 | 101000 | 0 | 100001 | 1011110 | 10000010 | 11001 | 101 |
Color Harmonies of #090F0A
Complementary color
Monochromatic Colors of #090F0A
Black with #090F0A
Text Example
Text Example
White with #090F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090F0A; }
p { color: rgb(9,15,10); }
H1.HeaderClassName
{
color: #090F0A;
}
.AnyTagClassName
{
color: #090F0A;
}
</style>
background-color css
<style>
a { background-color: #090F0A; }
a { background-color: rgb(9,15,10); }
div.DivClassName
{
background-color: #090F0A;
}
.BgClassName
{
background-color: #090F0A;
}
</style>
border-color css
<style>
span { border-color: #090F0A; }
span { border-color: rgb(9,15,10); }
td.TdClassName
{
border-color: #090F0A;
}
.TagClassName
{
border-color: #090F0A;
}
</style>