Shades of Black Bean #09130C
Tints of Black Bean #09130C
RGB
CMYK
RGB Variations
Color information
#09130C (or 0x09130C) is known color: Black Bean. HEX triplet: 09, 13 and 0C. RGB value is (9,19,12). Sum of RGB (Red+Green+Blue) = 9+19+12=40 (5% of max value = 765). Red value is 9 (3.91% from 255 or 22.5% from 40); Green value is 19 (7.81% from 255 or 47.5% from 40); Blue value is 12 (5.08% from 255 or 30% from 40); Max value from RGB is 19 - color contains mainly: green. Hex color #09130C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #09130C is #F6ECF3. Grayscale: #0F0F0F. Windows color (decimal): -16182516 or 791305. OLE color: 791305.
HSL color Cylindrical-coordinate representation of color #09130C: hue angle of 138º 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 #09130C is Cyan = 0.53, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 9 | 19 | 12 | - |
| CMYK | 0.53 | 0 | 0.37 | 0.93 |
| HSL | 138º | 0.36% | 0.05% | - |
| HSV(B) | 138º | 0.53% | 0.07% | - |
| XYZ | 0.41 | 0.55 | 0.43 | - |
| YUV | 15.21 | 126.19 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 19 | 12 | 0.53 | 0 | 0.37 | 0.93 | 138 | 0.36 | 0.05 |
| Hex | 9 | 13 | C | 35 | 0 | 25 | 5D | 8A | 24 | 5 |
| Octal | 11 | 23 | 14 | 65 | 0 | 45 | 135 | 212 | 44 | 5 |
| Binary | 1001 | 10011 | 1100 | 110101 | 0 | 100101 | 1011101 | 10001010 | 100100 | 101 |
Color Harmonies of #09130C
Complementary color
Monochromatic Colors of #09130C
Black with #09130C
Text Example
Text Example
White with #09130C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09130C; }
p { color: rgb(9,19,12); }
H1.HeaderClassName
{
color: #09130C;
}
.AnyTagClassName
{
color: #09130C;
}
</style>
background-color css
<style>
a { background-color: #09130C; }
a { background-color: rgb(9,19,12); }
div.DivClassName
{
background-color: #09130C;
}
.BgClassName
{
background-color: #09130C;
}
</style>
border-color css
<style>
span { border-color: #09130C; }
span { border-color: rgb(9,19,12); }
td.TdClassName
{
border-color: #09130C;
}
.TagClassName
{
border-color: #09130C;
}
</style>