Shades of Black Bean #0F1A10
Tints of Black Bean #0F1A10
RGB
CMYK
RGB Variations
Color information
#0F1A10 (or 0x0F1A10) is known color: Black Bean. HEX triplet: 0F, 1A and 10. RGB value is (15,26,16). Sum of RGB (Red+Green+Blue) = 15+26+16=57 (7% of max value = 765). Red value is 15 (6.25% from 255 or 26.32% from 57); Green value is 26 (10.55% from 255 or 45.61% from 57); Blue value is 16 (6.64% from 255 or 28.07% from 57); Max value from RGB is 26 - color contains mainly: green. Hex color #0F1A10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F1A10 is #F0E5EF. Grayscale: #151515. Windows color (decimal): -15787504 or 1055247. OLE color: 1055247.
HSL color Cylindrical-coordinate representation of color #0F1A10: hue angle of 125.45º degrees, saturation: 0.27, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #0F1A10 is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 15 | 26 | 16 | - |
| CMYK | 0.42 | 0 | 0.38 | 0.90 |
| HSL | 125.45º | 0.27% | 0.08% | - |
| HSV(B) | 125.45º | 0.42% | 0.1% | - |
| XYZ | 0.66 | 0.88 | 0.62 | - |
| YUV | 21.57 | 124.86 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 26 | 16 | 0.42 | 0 | 0.38 | 0.90 | 125.45 | 0.27 | 0.08 |
| Hex | F | 1A | 10 | 2A | 0 | 26 | 5A | 7D | 1B | 8 |
| Octal | 17 | 32 | 20 | 52 | 0 | 46 | 132 | 175 | 33 | 10 |
| Binary | 1111 | 11010 | 10000 | 101010 | 0 | 100110 | 1011010 | 1111101 | 11011 | 1000 |
Color Harmonies of #0F1A10
Complementary color
Monochromatic Colors of #0F1A10
Black with #0F1A10
Text Example
Text Example
White with #0F1A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1A10; }
p { color: rgb(15,26,16); }
H1.HeaderClassName
{
color: #0F1A10;
}
.AnyTagClassName
{
color: #0F1A10;
}
</style>
background-color css
<style>
a { background-color: #0F1A10; }
a { background-color: rgb(15,26,16); }
div.DivClassName
{
background-color: #0F1A10;
}
.BgClassName
{
background-color: #0F1A10;
}
</style>
border-color css
<style>
span { border-color: #0F1A10; }
span { border-color: rgb(15,26,16); }
td.TdClassName
{
border-color: #0F1A10;
}
.TagClassName
{
border-color: #0F1A10;
}
</style>