Shades of Black Bean #09130B
Tints of Black Bean #09130B
RGB
CMYK
RGB Variations
Color information
#09130B (or 0x09130B) is known color: Black Bean. HEX triplet: 09, 13 and 0B. RGB value is (9,19,11). Sum of RGB (Red+Green+Blue) = 9+19+11=39 (5% of max value = 765). Red value is 9 (3.91% from 255 or 23.08% from 39); Green value is 19 (7.81% from 255 or 48.72% from 39); Blue value is 11 (4.69% from 255 or 28.21% from 39); Max value from RGB is 19 - color contains mainly: green. Hex color #09130B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #09130B is #F6ECF4. Grayscale: #0F0F0F. Windows color (decimal): -16182517 or 725769. OLE color: 725769.
HSL color Cylindrical-coordinate representation of color #09130B: hue angle of 132º degrees, saturation: 0.36, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #09130B is Cyan = 0.53, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.93.
Color convert
RGB | 9 | 19 | 11 | - |
CMYK | 0.53 | 0 | 0.42 | 0.93 |
HSL | 132º | 0.36% | 0.05% | - |
HSV(B) | 132º | 0.53% | 0.07% | - |
XYZ | 0.41 | 0.55 | 0.4 | - |
YUV | 15.1 | 125.69 | 123.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 9 | 19 | 11 | 0.53 | 0 | 0.42 | 0.93 | 132 | 0.36 | 0.05 |
Hex | 9 | 13 | B | 35 | 0 | 2A | 5D | 84 | 24 | 5 |
Octal | 11 | 23 | 13 | 65 | 0 | 52 | 135 | 204 | 44 | 5 |
Binary | 1001 | 10011 | 1011 | 110101 | 0 | 101010 | 1011101 | 10000100 | 100100 | 101 |
Color Harmonies of #09130B
Complementary color
Monochromatic Colors of #09130B
Black with #09130B
Text Example
Text Example
White with #09130B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09130B; }
p { color: rgb(9,19,11); }
H1.HeaderClassName
{
color: #09130B;
}
.AnyTagClassName
{
color: #09130B;
}
</style>
background-color css
<style>
a { background-color: #09130B; }
a { background-color: rgb(9,19,11); }
div.DivClassName
{
background-color: #09130B;
}
.BgClassName
{
background-color: #09130B;
}
</style>
border-color css
<style>
span { border-color: #09130B; }
span { border-color: rgb(9,19,11); }
td.TdClassName
{
border-color: #09130B;
}
.TagClassName
{
border-color: #09130B;
}
</style>