Shades of Black Bean #0F2615
Tints of Black Bean #0F2615
RGB
CMYK
RGB Variations
Color information
#0F2615 (or 0x0F2615) is known color: Black Bean. HEX triplet: 0F, 26 and 15. RGB value is (15,38,21). Sum of RGB (Red+Green+Blue) = 15+38+21=74 (9% of max value = 765). Red value is 15 (6.25% from 255 or 20.27% from 74); Green value is 38 (15.23% from 255 or 51.35% from 74); Blue value is 21 (8.59% from 255 or 28.38% from 74); Max value from RGB is 38 - color contains mainly: green. Hex color #0F2615 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2615 is #F0D9EA. Grayscale: #1D1D1D. Windows color (decimal): -15784427 or 1385999. OLE color: 1385999.
HSL color Cylindrical-coordinate representation of color #0F2615: hue angle of 135.65º degrees, saturation: 0.43, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #0F2615 is Cyan = 0.61, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 15 | 38 | 21 | - |
| CMYK | 0.61 | 0 | 0.45 | 0.85 |
| HSL | 135.65º | 0.43% | 0.1% | - |
| HSV(B) | 135.65º | 0.61% | 0.15% | - |
| XYZ | 1.03 | 1.54 | 0.95 | - |
| YUV | 29.19 | 123.38 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 38 | 21 | 0.61 | 0 | 0.45 | 0.85 | 135.65 | 0.43 | 0.1 |
| Hex | F | 26 | 15 | 3D | 0 | 2D | 55 | 88 | 2B | A |
| Octal | 17 | 46 | 25 | 75 | 0 | 55 | 125 | 210 | 53 | 12 |
| Binary | 1111 | 100110 | 10101 | 111101 | 0 | 101101 | 1010101 | 10001000 | 101011 | 1010 |
Color Harmonies of #0F2615
Complementary color
Monochromatic Colors of #0F2615
Black with #0F2615
Text Example
Text Example
White with #0F2615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2615; }
p { color: rgb(15,38,21); }
H1.HeaderClassName
{
color: #0F2615;
}
.AnyTagClassName
{
color: #0F2615;
}
</style>
background-color css
<style>
a { background-color: #0F2615; }
a { background-color: rgb(15,38,21); }
div.DivClassName
{
background-color: #0F2615;
}
.BgClassName
{
background-color: #0F2615;
}
</style>
border-color css
<style>
span { border-color: #0F2615; }
span { border-color: rgb(15,38,21); }
td.TdClassName
{
border-color: #0F2615;
}
.TagClassName
{
border-color: #0F2615;
}
</style>