Shades of Black Bean #09100A
Tints of Black Bean #09100A
RGB
CMYK
RGB Variations
Color information
#09100A (or 0x09100A) is known color: Black Bean. HEX triplet: 09, 10 and 0A. RGB value is (9,16,10). Sum of RGB (Red+Green+Blue) = 9+16+10=35 (4% of max value = 765). Red value is 9 (3.91% from 255 or 25.71% from 35); Green value is 16 (6.64% from 255 or 45.71% from 35); Blue value is 10 (4.30% from 255 or 28.57% from 35); Max value from RGB is 16 - color contains mainly: green. Hex color #09100A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #09100A is #F6EFF5. Grayscale: #0D0D0D. Windows color (decimal): -16183286 or 659465. OLE color: 659465.
HSL color Cylindrical-coordinate representation of color #09100A: hue angle of 128.57º degrees, saturation: 0.28, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #09100A is Cyan = 0.44, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.94.
Color convert
RGB | 9 | 16 | 10 | - |
CMYK | 0.44 | 0 | 0.37 | 0.94 |
HSL | 128.57º | 0.28% | 0.05% | - |
HSV(B) | 128.57º | 0.44% | 0.06% | - |
XYZ | 0.35 | 0.45 | 0.36 | - |
YUV | 13.22 | 126.18 | 124.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 9 | 16 | 10 | 0.44 | 0 | 0.37 | 0.94 | 128.57 | 0.28 | 0.05 |
Hex | 9 | 10 | A | 2C | 0 | 25 | 5E | 81 | 1C | 5 |
Octal | 11 | 20 | 12 | 54 | 0 | 45 | 136 | 201 | 34 | 5 |
Binary | 1001 | 10000 | 1010 | 101100 | 0 | 100101 | 1011110 | 10000001 | 11100 | 101 |
Color Harmonies of #09100A
Complementary color
Monochromatic Colors of #09100A
Black with #09100A
Text Example
Text Example
White with #09100A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09100A; }
p { color: rgb(9,16,10); }
H1.HeaderClassName
{
color: #09100A;
}
.AnyTagClassName
{
color: #09100A;
}
</style>
background-color css
<style>
a { background-color: #09100A; }
a { background-color: rgb(9,16,10); }
div.DivClassName
{
background-color: #09100A;
}
.BgClassName
{
background-color: #09100A;
}
</style>
border-color css
<style>
span { border-color: #09100A; }
span { border-color: rgb(9,16,10); }
td.TdClassName
{
border-color: #09100A;
}
.TagClassName
{
border-color: #09100A;
}
</style>