Shades of Black Bean #0F2312
Tints of Black Bean #0F2312
RGB
CMYK
RGB Variations
Color information
#0F2312 (or 0x0F2312) is known color: Black Bean. HEX triplet: 0F, 23 and 12. RGB value is (15,35,18). Sum of RGB (Red+Green+Blue) = 15+35+18=68 (9% of max value = 765). Red value is 15 (6.25% from 255 or 22.06% from 68); Green value is 35 (14.06% from 255 or 51.47% from 68); Blue value is 18 (7.42% from 255 or 26.47% from 68); Max value from RGB is 35 - color contains mainly: green. Hex color #0F2312 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2312 is #F0DCED. Grayscale: #1B1B1B. Windows color (decimal): -15785198 or 1188623. OLE color: 1188623.
HSL color Cylindrical-coordinate representation of color #0F2312: hue angle of 129º 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 #0F2312 is Cyan = 0.57, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 15 | 35 | 18 | - |
| CMYK | 0.57 | 0 | 0.49 | 0.86 |
| HSL | 129º | 0.4% | 0.1% | - |
| HSV(B) | 129º | 0.57% | 0.14% | - |
| XYZ | 0.91 | 1.35 | 0.78 | - |
| YUV | 27.08 | 122.87 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 35 | 18 | 0.57 | 0 | 0.49 | 0.86 | 129 | 0.4 | 0.1 |
| Hex | F | 23 | 12 | 39 | 0 | 31 | 56 | 81 | 28 | A |
| Octal | 17 | 43 | 22 | 71 | 0 | 61 | 126 | 201 | 50 | 12 |
| Binary | 1111 | 100011 | 10010 | 111001 | 0 | 110001 | 1010110 | 10000001 | 101000 | 1010 |
Color Harmonies of #0F2312
Complementary color
Monochromatic Colors of #0F2312
Black with #0F2312
Text Example
Text Example
White with #0F2312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2312; }
p { color: rgb(15,35,18); }
H1.HeaderClassName
{
color: #0F2312;
}
.AnyTagClassName
{
color: #0F2312;
}
</style>
background-color css
<style>
a { background-color: #0F2312; }
a { background-color: rgb(15,35,18); }
div.DivClassName
{
background-color: #0F2312;
}
.BgClassName
{
background-color: #0F2312;
}
</style>
border-color css
<style>
span { border-color: #0F2312; }
span { border-color: rgb(15,35,18); }
td.TdClassName
{
border-color: #0F2312;
}
.TagClassName
{
border-color: #0F2312;
}
</style>