Shades of Black Bean #09280E
Tints of Black Bean #09280E
RGB
CMYK
RGB Variations
Color information
#09280E (or 0x09280E) is known color: Black Bean. HEX triplet: 09, 28 and 0E. RGB value is (9,40,14). Sum of RGB (Red+Green+Blue) = 9+40+14=63 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.29% from 63); Green value is 40 (16.02% from 255 or 63.49% from 63); Blue value is 14 (5.86% from 255 or 22.22% from 63); Max value from RGB is 40 - color contains mainly: green. Hex color #09280E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09280E is #F6D7F1. Grayscale: #1B1B1B. Windows color (decimal): -16177138 or 927753. OLE color: 927753.
HSL color Cylindrical-coordinate representation of color #09280E: hue angle of 129.68º 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 #09280E is Cyan = 0.78, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 9 | 40 | 14 | - |
| CMYK | 0.78 | 0 | 0.65 | 0.84 |
| HSL | 129.68º | 0.63% | 0.1% | - |
| HSV(B) | 129.68º | 0.78% | 0.16% | - |
| XYZ | 0.95 | 1.61 | 0.68 | - |
| YUV | 27.77 | 120.23 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 40 | 14 | 0.78 | 0 | 0.65 | 0.84 | 129.68 | 0.63 | 0.1 |
| Hex | 9 | 28 | E | 4E | 0 | 41 | 54 | 82 | 3F | A |
| Octal | 11 | 50 | 16 | 116 | 0 | 101 | 124 | 202 | 77 | 12 |
| Binary | 1001 | 101000 | 1110 | 1001110 | 0 | 1000001 | 1010100 | 10000010 | 111111 | 1010 |
Color Harmonies of #09280E
Complementary color
Monochromatic Colors of #09280E
Black with #09280E
Text Example
Text Example
White with #09280E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09280E; }
p { color: rgb(9,40,14); }
H1.HeaderClassName
{
color: #09280E;
}
.AnyTagClassName
{
color: #09280E;
}
</style>
background-color css
<style>
a { background-color: #09280E; }
a { background-color: rgb(9,40,14); }
div.DivClassName
{
background-color: #09280E;
}
.BgClassName
{
background-color: #09280E;
}
</style>
border-color css
<style>
span { border-color: #09280E; }
span { border-color: rgb(9,40,14); }
td.TdClassName
{
border-color: #09280E;
}
.TagClassName
{
border-color: #09280E;
}
</style>