Shades of Black Bean #09270B
Tints of Black Bean #09270B
RGB
CMYK
RGB Variations
Color information
#09270B (or 0x09270B) is known color: Black Bean. HEX triplet: 09, 27 and 0B. RGB value is (9,39,11). Sum of RGB (Red+Green+Blue) = 9+39+11=59 (7% of max value = 765). Red value is 9 (3.91% from 255 or 15.25% from 59); Green value is 39 (15.62% from 255 or 66.10% from 59); Blue value is 11 (4.69% from 255 or 18.64% from 59); Max value from RGB is 39 - color contains mainly: green. Hex color #09270B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09270B is #F6D8F4. Grayscale: #1A1A1A. Windows color (decimal): -16177397 or 730889. OLE color: 730889.
HSL color Cylindrical-coordinate representation of color #09270B: hue angle of 124º degrees, saturation: 0.62, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #09270B is Cyan = 0.77, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 9 | 39 | 11 | - |
| CMYK | 0.77 | 0 | 0.72 | 0.85 |
| HSL | 124º | 0.63% | 0.09% | - |
| HSV(B) | 124º | 0.77% | 0.15% | - |
| XYZ | 0.9 | 1.53 | 0.57 | - |
| YUV | 26.84 | 119.06 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 39 | 11 | 0.77 | 0 | 0.72 | 0.85 | 124 | 0.63 | 0.09 |
| Hex | 9 | 27 | B | 4D | 0 | 48 | 55 | 7C | 3E | 9 |
| Octal | 11 | 47 | 13 | 115 | 0 | 110 | 125 | 174 | 76 | 11 |
| Binary | 1001 | 100111 | 1011 | 1001101 | 0 | 1001000 | 1010101 | 1111100 | 111110 | 1001 |
Color Harmonies of #09270B
Complementary color
Monochromatic Colors of #09270B
Black with #09270B
Text Example
Text Example
White with #09270B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09270B; }
p { color: rgb(9,39,11); }
H1.HeaderClassName
{
color: #09270B;
}
.AnyTagClassName
{
color: #09270B;
}
</style>
background-color css
<style>
a { background-color: #09270B; }
a { background-color: rgb(9,39,11); }
div.DivClassName
{
background-color: #09270B;
}
.BgClassName
{
background-color: #09270B;
}
</style>
border-color css
<style>
span { border-color: #09270B; }
span { border-color: rgb(9,39,11); }
td.TdClassName
{
border-color: #09270B;
}
.TagClassName
{
border-color: #09270B;
}
</style>