Shades of Black Bean #0F1711
Tints of Black Bean #0F1711
RGB
CMYK
RGB Variations
Color information
#0F1711 (or 0x0F1711) is known color: Black Bean. HEX triplet: 0F, 17 and 11. RGB value is (15,23,17). Sum of RGB (Red+Green+Blue) = 15+23+17=55 (7% of max value = 765). Red value is 15 (6.25% from 255 or 27.27% from 55); Green value is 23 (9.38% from 255 or 41.82% from 55); Blue value is 17 (7.03% from 255 or 30.91% from 55); Max value from RGB is 23 - color contains mainly: green. Hex color #0F1711 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1711 is #F0E8EE. Grayscale: #131313. Windows color (decimal): -15788271 or 1120015. OLE color: 1120015.
HSL color Cylindrical-coordinate representation of color #0F1711: hue angle of 135º degrees, saturation: 0.21, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #0F1711 is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 15 | 23 | 17 | - |
| CMYK | 0.35 | 0 | 0.26 | 0.91 |
| HSL | 135º | 0.21% | 0.07% | - |
| HSV(B) | 135º | 0.35% | 0.09% | - |
| XYZ | 0.6 | 0.75 | 0.64 | - |
| YUV | 19.92 | 126.35 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 23 | 17 | 0.35 | 0 | 0.26 | 0.91 | 135 | 0.21 | 0.07 |
| Hex | F | 17 | 11 | 23 | 0 | 1A | 5B | 87 | 15 | 7 |
| Octal | 17 | 27 | 21 | 43 | 0 | 32 | 133 | 207 | 25 | 7 |
| Binary | 1111 | 10111 | 10001 | 100011 | 0 | 11010 | 1011011 | 10000111 | 10101 | 111 |
Color Harmonies of #0F1711
Complementary color
Monochromatic Colors of #0F1711
Black with #0F1711
Text Example
Text Example
White with #0F1711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1711; }
p { color: rgb(15,23,17); }
H1.HeaderClassName
{
color: #0F1711;
}
.AnyTagClassName
{
color: #0F1711;
}
</style>
background-color css
<style>
a { background-color: #0F1711; }
a { background-color: rgb(15,23,17); }
div.DivClassName
{
background-color: #0F1711;
}
.BgClassName
{
background-color: #0F1711;
}
</style>
border-color css
<style>
span { border-color: #0F1711; }
span { border-color: rgb(15,23,17); }
td.TdClassName
{
border-color: #0F1711;
}
.TagClassName
{
border-color: #0F1711;
}
</style>