Shades of Black Bean #09190C
Tints of Black Bean #09190C
RGB
CMYK
RGB Variations
Color information
#09190C (or 0x09190C) is known color: Black Bean. HEX triplet: 09, 19 and 0C. RGB value is (9,25,12). Sum of RGB (Red+Green+Blue) = 9+25+12=46 (6% of max value = 765). Red value is 9 (3.91% from 255 or 19.57% from 46); Green value is 25 (10.16% from 255 or 54.35% from 46); Blue value is 12 (5.08% from 255 or 26.09% from 46); Max value from RGB is 25 - color contains mainly: green. Hex color #09190C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #09190C is #F6E6F3. Grayscale: #121212. Windows color (decimal): -16180980 or 792841. OLE color: 792841.
HSL color Cylindrical-coordinate representation of color #09190C: hue angle of 131.25º 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 #09190C is Cyan = 0.64, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 9 | 25 | 12 | - |
| CMYK | 0.64 | 0 | 0.52 | 0.90 |
| HSL | 131.25º | 0.47% | 0.07% | - |
| HSV(B) | 131.25º | 0.64% | 0.1% | - |
| XYZ | 0.53 | 0.78 | 0.47 | - |
| YUV | 18.73 | 124.2 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 25 | 12 | 0.64 | 0 | 0.52 | 0.90 | 131.25 | 0.47 | 0.07 |
| Hex | 9 | 19 | C | 40 | 0 | 34 | 5A | 83 | 2F | 7 |
| Octal | 11 | 31 | 14 | 100 | 0 | 64 | 132 | 203 | 57 | 7 |
| Binary | 1001 | 11001 | 1100 | 1000000 | 0 | 110100 | 1011010 | 10000011 | 101111 | 111 |
Color Harmonies of #09190C
Complementary color
Monochromatic Colors of #09190C
Black with #09190C
Text Example
Text Example
White with #09190C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09190C; }
p { color: rgb(9,25,12); }
H1.HeaderClassName
{
color: #09190C;
}
.AnyTagClassName
{
color: #09190C;
}
</style>
background-color css
<style>
a { background-color: #09190C; }
a { background-color: rgb(9,25,12); }
div.DivClassName
{
background-color: #09190C;
}
.BgClassName
{
background-color: #09190C;
}
</style>
border-color css
<style>
span { border-color: #09190C; }
span { border-color: rgb(9,25,12); }
td.TdClassName
{
border-color: #09190C;
}
.TagClassName
{
border-color: #09190C;
}
</style>