Shades of Black Bean #091408
Tints of Black Bean #091408
RGB
CMYK
RGB Variations
Color information
#091408 (or 0x091408) is known color: Black Bean. HEX triplet: 09, 14 and 08. RGB value is (9,20,8). Sum of RGB (Red+Green+Blue) = 9+20+8=37 (4% of max value = 765). Red value is 9 (3.91% from 255 or 24.32% from 37); Green value is 20 (8.20% from 255 or 54.05% from 37); Blue value is 8 (3.52% from 255 or 21.62% from 37); Max value from RGB is 20 - color contains mainly: green. Hex color #091408 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091408 is #F6EBF7. Grayscale: #0F0F0F. Windows color (decimal): -16182264 or 529417. OLE color: 529417.
HSL color Cylindrical-coordinate representation of color #091408: hue angle of 115º degrees, saturation: 0.43, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #091408 is Cyan = 0.55, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 9 | 20 | 8 | - |
| CMYK | 0.55 | 0 | 0.60 | 0.92 |
| HSL | 115º | 0.43% | 0.05% | - |
| HSV(B) | 115º | 0.6% | 0.08% | - |
| XYZ | 0.41 | 0.58 | 0.32 | - |
| YUV | 15.34 | 123.86 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 20 | 8 | 0.55 | 0 | 0.60 | 0.92 | 115 | 0.43 | 0.05 |
| Hex | 9 | 14 | 8 | 37 | 0 | 3C | 5C | 73 | 2B | 5 |
| Octal | 11 | 24 | 10 | 67 | 0 | 74 | 134 | 163 | 53 | 5 |
| Binary | 1001 | 10100 | 1000 | 110111 | 0 | 111100 | 1011100 | 1110011 | 101011 | 101 |
Color Harmonies of #091408
Complementary color
Monochromatic Colors of #091408
Black with #091408
Text Example
Text Example
White with #091408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091408; }
p { color: rgb(9,20,8); }
H1.HeaderClassName
{
color: #091408;
}
.AnyTagClassName
{
color: #091408;
}
</style>
background-color css
<style>
a { background-color: #091408; }
a { background-color: rgb(9,20,8); }
div.DivClassName
{
background-color: #091408;
}
.BgClassName
{
background-color: #091408;
}
</style>
border-color css
<style>
span { border-color: #091408; }
span { border-color: rgb(9,20,8); }
td.TdClassName
{
border-color: #091408;
}
.TagClassName
{
border-color: #091408;
}
</style>