Shades of Black Bean #091C0E
Tints of Black Bean #091C0E
RGB
CMYK
RGB Variations
Color information
#091C0E (or 0x091C0E) is known color: Black Bean. HEX triplet: 09, 1C and 0E. RGB value is (9,28,14). Sum of RGB (Red+Green+Blue) = 9+28+14=51 (6% of max value = 765). Red value is 9 (3.91% from 255 or 17.65% from 51); Green value is 28 (11.33% from 255 or 54.90% from 51); Blue value is 14 (5.86% from 255 or 27.45% from 51); Max value from RGB is 28 - color contains mainly: green. Hex color #091C0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #091C0E is #F6E3F1. Grayscale: #141414. Windows color (decimal): -16180210 or 924681. OLE color: 924681.
HSL color Cylindrical-coordinate representation of color #091C0E: hue angle of 135.79º degrees, saturation: 0.51, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #091C0E is Cyan = 0.68, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 9 | 28 | 14 | - |
| CMYK | 0.68 | 0 | 0.50 | 0.89 |
| HSL | 135.79º | 0.51% | 0.07% | - |
| HSV(B) | 135.79º | 0.68% | 0.11% | - |
| XYZ | 0.61 | 0.92 | 0.56 | - |
| YUV | 20.72 | 124.21 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 28 | 14 | 0.68 | 0 | 0.50 | 0.89 | 135.79 | 0.51 | 0.07 |
| Hex | 9 | 1C | E | 44 | 0 | 32 | 59 | 88 | 33 | 7 |
| Octal | 11 | 34 | 16 | 104 | 0 | 62 | 131 | 210 | 63 | 7 |
| Binary | 1001 | 11100 | 1110 | 1000100 | 0 | 110010 | 1011001 | 10001000 | 110011 | 111 |
Color Harmonies of #091C0E
Complementary color
Monochromatic Colors of #091C0E
Black with #091C0E
Text Example
Text Example
White with #091C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091C0E; }
p { color: rgb(9,28,14); }
H1.HeaderClassName
{
color: #091C0E;
}
.AnyTagClassName
{
color: #091C0E;
}
</style>
background-color css
<style>
a { background-color: #091C0E; }
a { background-color: rgb(9,28,14); }
div.DivClassName
{
background-color: #091C0E;
}
.BgClassName
{
background-color: #091C0E;
}
</style>
border-color css
<style>
span { border-color: #091C0E; }
span { border-color: rgb(9,28,14); }
td.TdClassName
{
border-color: #091C0E;
}
.TagClassName
{
border-color: #091C0E;
}
</style>