Shades of Black Bean #09190A
Tints of Black Bean #09190A
RGB
CMYK
RGB Variations
Color information
#09190A (or 0x09190A) is known color: Black Bean. HEX triplet: 09, 19 and 0A. RGB value is (9,25,10). Sum of RGB (Red+Green+Blue) = 9+25+10=44 (5% of max value = 765). Red value is 9 (3.91% from 255 or 20.45% from 44); Green value is 25 (10.16% from 255 or 56.82% from 44); Blue value is 10 (4.30% from 255 or 22.73% from 44); Max value from RGB is 25 - color contains mainly: green. Hex color #09190A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #09190A is #F6E6F5. Grayscale: #121212. Windows color (decimal): -16180982 or 661769. OLE color: 661769.
HSL color Cylindrical-coordinate representation of color #09190A: hue angle of 123.75º 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 #09190A is Cyan = 0.64, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 9 | 25 | 10 | - |
| CMYK | 0.64 | 0 | 0.60 | 0.90 |
| HSL | 123.75º | 0.47% | 0.07% | - |
| HSV(B) | 123.75º | 0.64% | 0.1% | - |
| XYZ | 0.52 | 0.78 | 0.41 | - |
| YUV | 18.51 | 123.2 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 25 | 10 | 0.64 | 0 | 0.60 | 0.90 | 123.75 | 0.47 | 0.07 |
| Hex | 9 | 19 | A | 40 | 0 | 3C | 5A | 7C | 2F | 7 |
| Octal | 11 | 31 | 12 | 100 | 0 | 74 | 132 | 174 | 57 | 7 |
| Binary | 1001 | 11001 | 1010 | 1000000 | 0 | 111100 | 1011010 | 1111100 | 101111 | 111 |
Color Harmonies of #09190A
Complementary color
Monochromatic Colors of #09190A
Black with #09190A
Text Example
Text Example
White with #09190A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09190A; }
p { color: rgb(9,25,10); }
H1.HeaderClassName
{
color: #09190A;
}
.AnyTagClassName
{
color: #09190A;
}
</style>
background-color css
<style>
a { background-color: #09190A; }
a { background-color: rgb(9,25,10); }
div.DivClassName
{
background-color: #09190A;
}
.BgClassName
{
background-color: #09190A;
}
</style>
border-color css
<style>
span { border-color: #09190A; }
span { border-color: rgb(9,25,10); }
td.TdClassName
{
border-color: #09190A;
}
.TagClassName
{
border-color: #09190A;
}
</style>