Shades of Black Bean #091D0F
Tints of Black Bean #091D0F
RGB
CMYK
RGB Variations
Color information
#091D0F (or 0x091D0F) is known color: Black Bean. HEX triplet: 09, 1D and 0F. RGB value is (9,29,15). Sum of RGB (Red+Green+Blue) = 9+29+15=53 (7% of max value = 765). Red value is 9 (3.91% from 255 or 16.98% from 53); Green value is 29 (11.72% from 255 or 54.72% from 53); Blue value is 15 (6.25% from 255 or 28.30% from 53); Max value from RGB is 29 - color contains mainly: green. Hex color #091D0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #091D0F is #F6E2F0. Grayscale: #151515. Windows color (decimal): -16179953 or 990473. OLE color: 990473.
HSL color Cylindrical-coordinate representation of color #091D0F: hue angle of 138º degrees, saturation: 0.53, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #091D0F is Cyan = 0.69, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 9 | 29 | 15 | - |
| CMYK | 0.69 | 0 | 0.48 | 0.89 |
| HSL | 138º | 0.53% | 0.07% | - |
| HSV(B) | 138º | 0.69% | 0.11% | - |
| XYZ | 0.64 | 0.97 | 0.61 | - |
| YUV | 21.42 | 124.37 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 29 | 15 | 0.69 | 0 | 0.48 | 0.89 | 138 | 0.53 | 0.07 |
| Hex | 9 | 1D | F | 45 | 0 | 30 | 59 | 8A | 35 | 7 |
| Octal | 11 | 35 | 17 | 105 | 0 | 60 | 131 | 212 | 65 | 7 |
| Binary | 1001 | 11101 | 1111 | 1000101 | 0 | 110000 | 1011001 | 10001010 | 110101 | 111 |
Color Harmonies of #091D0F
Complementary color
Monochromatic Colors of #091D0F
Black with #091D0F
Text Example
Text Example
White with #091D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091D0F; }
p { color: rgb(9,29,15); }
H1.HeaderClassName
{
color: #091D0F;
}
.AnyTagClassName
{
color: #091D0F;
}
</style>
background-color css
<style>
a { background-color: #091D0F; }
a { background-color: rgb(9,29,15); }
div.DivClassName
{
background-color: #091D0F;
}
.BgClassName
{
background-color: #091D0F;
}
</style>
border-color css
<style>
span { border-color: #091D0F; }
span { border-color: rgb(9,29,15); }
td.TdClassName
{
border-color: #091D0F;
}
.TagClassName
{
border-color: #091D0F;
}
</style>