Shades of Black Bean #091E0F
Tints of Black Bean #091E0F
RGB
CMYK
RGB Variations
Color information
#091E0F (or 0x091E0F) is known color: Black Bean. HEX triplet: 09, 1E and 0F. RGB value is (9,30,15). Sum of RGB (Red+Green+Blue) = 9+30+15=54 (7% of max value = 765). Red value is 9 (3.91% from 255 or 16.67% from 54); Green value is 30 (12.11% from 255 or 55.56% from 54); Blue value is 15 (6.25% from 255 or 27.78% from 54); Max value from RGB is 30 - color contains mainly: green. Hex color #091E0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #091E0F is #F6E1F0. Grayscale: #161616. Windows color (decimal): -16179697 or 990729. OLE color: 990729.
HSL color Cylindrical-coordinate representation of color #091E0F: hue angle of 137.14º degrees, saturation: 0.54, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #091E0F is Cyan = 0.70, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 9 | 30 | 15 | - |
| CMYK | 0.70 | 0 | 0.5 | 0.88 |
| HSL | 137.14º | 0.54% | 0.08% | - |
| HSV(B) | 137.14º | 0.7% | 0.12% | - |
| XYZ | 0.66 | 1.02 | 0.61 | - |
| YUV | 22.01 | 124.04 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 30 | 15 | 0.70 | 0 | 0.5 | 0.88 | 137.14 | 0.54 | 0.08 |
| Hex | 9 | 1E | F | 46 | 0 | 32 | 58 | 89 | 36 | 8 |
| Octal | 11 | 36 | 17 | 106 | 0 | 62 | 130 | 211 | 66 | 10 |
| Binary | 1001 | 11110 | 1111 | 1000110 | 0 | 110010 | 1011000 | 10001001 | 110110 | 1000 |
Color Harmonies of #091E0F
Complementary color
Monochromatic Colors of #091E0F
Black with #091E0F
Text Example
Text Example
White with #091E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091E0F; }
p { color: rgb(9,30,15); }
H1.HeaderClassName
{
color: #091E0F;
}
.AnyTagClassName
{
color: #091E0F;
}
</style>
background-color css
<style>
a { background-color: #091E0F; }
a { background-color: rgb(9,30,15); }
div.DivClassName
{
background-color: #091E0F;
}
.BgClassName
{
background-color: #091E0F;
}
</style>
border-color css
<style>
span { border-color: #091E0F; }
span { border-color: rgb(9,30,15); }
td.TdClassName
{
border-color: #091E0F;
}
.TagClassName
{
border-color: #091E0F;
}
</style>