Shades of Black Bean #0F2310
Tints of Black Bean #0F2310
RGB
CMYK
RGB Variations
Color information
#0F2310 (or 0x0F2310) is known color: Black Bean. HEX triplet: 0F, 23 and 10. RGB value is (15,35,16). Sum of RGB (Red+Green+Blue) = 15+35+16=66 (8% of max value = 765). Red value is 15 (6.25% from 255 or 22.73% from 66); Green value is 35 (14.06% from 255 or 53.03% from 66); Blue value is 16 (6.64% from 255 or 24.24% from 66); Max value from RGB is 35 - color contains mainly: green. Hex color #0F2310 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2310 is #F0DCEF. Grayscale: #1A1A1A. Windows color (decimal): -15785200 or 1057551. OLE color: 1057551.
HSL color Cylindrical-coordinate representation of color #0F2310: hue angle of 123º degrees, saturation: 0.4, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #0F2310 is Cyan = 0.57, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 15 | 35 | 16 | - |
| CMYK | 0.57 | 0 | 0.54 | 0.86 |
| HSL | 123º | 0.4% | 0.1% | - |
| HSV(B) | 123º | 0.57% | 0.14% | - |
| XYZ | 0.89 | 1.34 | 0.7 | - |
| YUV | 26.85 | 121.87 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 35 | 16 | 0.57 | 0 | 0.54 | 0.86 | 123 | 0.4 | 0.1 |
| Hex | F | 23 | 10 | 39 | 0 | 36 | 56 | 7B | 28 | A |
| Octal | 17 | 43 | 20 | 71 | 0 | 66 | 126 | 173 | 50 | 12 |
| Binary | 1111 | 100011 | 10000 | 111001 | 0 | 110110 | 1010110 | 1111011 | 101000 | 1010 |
Color Harmonies of #0F2310
Complementary color
Monochromatic Colors of #0F2310
Black with #0F2310
Text Example
Text Example
White with #0F2310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2310; }
p { color: rgb(15,35,16); }
H1.HeaderClassName
{
color: #0F2310;
}
.AnyTagClassName
{
color: #0F2310;
}
</style>
background-color css
<style>
a { background-color: #0F2310; }
a { background-color: rgb(15,35,16); }
div.DivClassName
{
background-color: #0F2310;
}
.BgClassName
{
background-color: #0F2310;
}
</style>
border-color css
<style>
span { border-color: #0F2310; }
span { border-color: rgb(15,35,16); }
td.TdClassName
{
border-color: #0F2310;
}
.TagClassName
{
border-color: #0F2310;
}
</style>