Shades of Black Bean #09280B
Tints of Black Bean #09280B
RGB
CMYK
RGB Variations
Color information
#09280B (or 0x09280B) is known color: Black Bean. HEX triplet: 09, 28 and 0B. RGB value is (9,40,11). Sum of RGB (Red+Green+Blue) = 9+40+11=60 (7% of max value = 765). Red value is 9 (3.91% from 255 or 15% from 60); Green value is 40 (16.02% from 255 or 66.67% from 60); Blue value is 11 (4.69% from 255 or 18.33% from 60); Max value from RGB is 40 - color contains mainly: green. Hex color #09280B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09280B is #F6D7F4. Grayscale: #1B1B1B. Windows color (decimal): -16177141 or 731145. OLE color: 731145.
HSL color Cylindrical-coordinate representation of color #09280B: hue angle of 123.87º degrees, saturation: 0.63, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #09280B is Cyan = 0.78, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 9 | 40 | 11 | - |
| CMYK | 0.78 | 0 | 0.72 | 0.84 |
| HSL | 123.87º | 0.63% | 0.1% | - |
| HSV(B) | 123.87º | 0.78% | 0.16% | - |
| XYZ | 0.93 | 1.6 | 0.58 | - |
| YUV | 27.43 | 118.73 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 40 | 11 | 0.78 | 0 | 0.72 | 0.84 | 123.87 | 0.63 | 0.1 |
| Hex | 9 | 28 | B | 4E | 0 | 48 | 54 | 7C | 3F | A |
| Octal | 11 | 50 | 13 | 116 | 0 | 110 | 124 | 174 | 77 | 12 |
| Binary | 1001 | 101000 | 1011 | 1001110 | 0 | 1001000 | 1010100 | 1111100 | 111111 | 1010 |
Color Harmonies of #09280B
Complementary color
Monochromatic Colors of #09280B
Black with #09280B
Text Example
Text Example
White with #09280B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09280B; }
p { color: rgb(9,40,11); }
H1.HeaderClassName
{
color: #09280B;
}
.AnyTagClassName
{
color: #09280B;
}
</style>
background-color css
<style>
a { background-color: #09280B; }
a { background-color: rgb(9,40,11); }
div.DivClassName
{
background-color: #09280B;
}
.BgClassName
{
background-color: #09280B;
}
</style>
border-color css
<style>
span { border-color: #09280B; }
span { border-color: rgb(9,40,11); }
td.TdClassName
{
border-color: #09280B;
}
.TagClassName
{
border-color: #09280B;
}
</style>