Shades of Black Bean #0F2510
Tints of Black Bean #0F2510
RGB
CMYK
RGB Variations
Color information
#0F2510 (or 0x0F2510) is known color: Black Bean. HEX triplet: 0F, 25 and 10. RGB value is (15,37,16). Sum of RGB (Red+Green+Blue) = 15+37+16=68 (9% of max value = 765). Red value is 15 (6.25% from 255 or 22.06% from 68); Green value is 37 (14.84% from 255 or 54.41% from 68); Blue value is 16 (6.64% from 255 or 23.53% from 68); Max value from RGB is 37 - color contains mainly: green. Hex color #0F2510 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2510 is #F0DAEF. Grayscale: #1C1C1C. Windows color (decimal): -15784688 or 1058063. OLE color: 1058063.
HSL color Cylindrical-coordinate representation of color #0F2510: hue angle of 122.73º degrees, saturation: 0.42, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #0F2510 is Cyan = 0.59, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 15 | 37 | 16 | - |
| CMYK | 0.59 | 0 | 0.57 | 0.85 |
| HSL | 122.73º | 0.42% | 0.1% | - |
| HSV(B) | 122.73º | 0.59% | 0.15% | - |
| XYZ | 0.95 | 1.46 | 0.72 | - |
| YUV | 28.03 | 121.21 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 37 | 16 | 0.59 | 0 | 0.57 | 0.85 | 122.73 | 0.42 | 0.1 |
| Hex | F | 25 | 10 | 3B | 0 | 39 | 55 | 7B | 2A | A |
| Octal | 17 | 45 | 20 | 73 | 0 | 71 | 125 | 173 | 52 | 12 |
| Binary | 1111 | 100101 | 10000 | 111011 | 0 | 111001 | 1010101 | 1111011 | 101010 | 1010 |
Color Harmonies of #0F2510
Complementary color
Monochromatic Colors of #0F2510
Black with #0F2510
Text Example
Text Example
White with #0F2510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2510; }
p { color: rgb(15,37,16); }
H1.HeaderClassName
{
color: #0F2510;
}
.AnyTagClassName
{
color: #0F2510;
}
</style>
background-color css
<style>
a { background-color: #0F2510; }
a { background-color: rgb(15,37,16); }
div.DivClassName
{
background-color: #0F2510;
}
.BgClassName
{
background-color: #0F2510;
}
</style>
border-color css
<style>
span { border-color: #0F2510; }
span { border-color: rgb(15,37,16); }
td.TdClassName
{
border-color: #0F2510;
}
.TagClassName
{
border-color: #0F2510;
}
</style>