Shades of Black Bean #0F2313
Tints of Black Bean #0F2313
RGB
CMYK
RGB Variations
Color information
#0F2313 (or 0x0F2313) is known color: Black Bean. HEX triplet: 0F, 23 and 13. RGB value is (15,35,19). Sum of RGB (Red+Green+Blue) = 15+35+19=69 (9% of max value = 765). Red value is 15 (6.25% from 255 or 21.74% from 69); Green value is 35 (14.06% from 255 or 50.72% from 69); Blue value is 19 (7.81% from 255 or 27.54% from 69); Max value from RGB is 35 - color contains mainly: green. Hex color #0F2313 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2313 is #F0DCEC. Grayscale: #1B1B1B. Windows color (decimal): -15785197 or 1254159. OLE color: 1254159.
HSL color Cylindrical-coordinate representation of color #0F2313: hue angle of 132º 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 #0F2313 is Cyan = 0.57, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 15 | 35 | 19 | - |
| CMYK | 0.57 | 0 | 0.46 | 0.86 |
| HSL | 132º | 0.4% | 0.1% | - |
| HSV(B) | 132º | 0.57% | 0.14% | - |
| XYZ | 0.92 | 1.35 | 0.83 | - |
| YUV | 27.2 | 123.37 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 35 | 19 | 0.57 | 0 | 0.46 | 0.86 | 132 | 0.4 | 0.1 |
| Hex | F | 23 | 13 | 39 | 0 | 2E | 56 | 84 | 28 | A |
| Octal | 17 | 43 | 23 | 71 | 0 | 56 | 126 | 204 | 50 | 12 |
| Binary | 1111 | 100011 | 10011 | 111001 | 0 | 101110 | 1010110 | 10000100 | 101000 | 1010 |
Color Harmonies of #0F2313
Complementary color
Monochromatic Colors of #0F2313
Black with #0F2313
Text Example
Text Example
White with #0F2313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2313; }
p { color: rgb(15,35,19); }
H1.HeaderClassName
{
color: #0F2313;
}
.AnyTagClassName
{
color: #0F2313;
}
</style>
background-color css
<style>
a { background-color: #0F2313; }
a { background-color: rgb(15,35,19); }
div.DivClassName
{
background-color: #0F2313;
}
.BgClassName
{
background-color: #0F2313;
}
</style>
border-color css
<style>
span { border-color: #0F2313; }
span { border-color: rgb(15,35,19); }
td.TdClassName
{
border-color: #0F2313;
}
.TagClassName
{
border-color: #0F2313;
}
</style>