Shades of Black Bean #09190B
Tints of Black Bean #09190B
RGB
CMYK
RGB Variations
Color information
#09190B (or 0x09190B) is known color: Black Bean. HEX triplet: 09, 19 and 0B. RGB value is (9,25,11). Sum of RGB (Red+Green+Blue) = 9+25+11=45 (5% of max value = 765). Red value is 9 (3.91% from 255 or 20% from 45); Green value is 25 (10.16% from 255 or 55.56% from 45); Blue value is 11 (4.69% from 255 or 24.44% from 45); Max value from RGB is 25 - color contains mainly: green. Hex color #09190B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #09190B is #F6E6F4. Grayscale: #121212. Windows color (decimal): -16180981 or 727305. OLE color: 727305.
HSL color Cylindrical-coordinate representation of color #09190B: hue angle of 127.5º degrees, saturation: 0.47, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #09190B is Cyan = 0.64, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 9 | 25 | 11 | - |
| CMYK | 0.64 | 0 | 0.56 | 0.90 |
| HSL | 127.5º | 0.47% | 0.07% | - |
| HSV(B) | 127.5º | 0.64% | 0.1% | - |
| XYZ | 0.52 | 0.78 | 0.44 | - |
| YUV | 18.62 | 123.7 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 25 | 11 | 0.64 | 0 | 0.56 | 0.90 | 127.5 | 0.47 | 0.07 |
| Hex | 9 | 19 | B | 40 | 0 | 38 | 5A | 80 | 2F | 7 |
| Octal | 11 | 31 | 13 | 100 | 0 | 70 | 132 | 200 | 57 | 7 |
| Binary | 1001 | 11001 | 1011 | 1000000 | 0 | 111000 | 1011010 | 10000000 | 101111 | 111 |
Color Harmonies of #09190B
Complementary color
Monochromatic Colors of #09190B
Black with #09190B
Text Example
Text Example
White with #09190B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09190B; }
p { color: rgb(9,25,11); }
H1.HeaderClassName
{
color: #09190B;
}
.AnyTagClassName
{
color: #09190B;
}
</style>
background-color css
<style>
a { background-color: #09190B; }
a { background-color: rgb(9,25,11); }
div.DivClassName
{
background-color: #09190B;
}
.BgClassName
{
background-color: #09190B;
}
</style>
border-color css
<style>
span { border-color: #09190B; }
span { border-color: rgb(9,25,11); }
td.TdClassName
{
border-color: #09190B;
}
.TagClassName
{
border-color: #09190B;
}
</style>