Shades of Black Bean #0F2913
Tints of Black Bean #0F2913
RGB
CMYK
RGB Variations
Color information
#0F2913 (or 0x0F2913) is known color: Black Bean. HEX triplet: 0F, 29 and 13. RGB value is (15,41,19). Sum of RGB (Red+Green+Blue) = 15+41+19=75 (9% of max value = 765). Red value is 15 (6.25% from 255 or 20% from 75); Green value is 41 (16.41% from 255 or 54.67% from 75); Blue value is 19 (7.81% from 255 or 25.33% from 75); Max value from RGB is 41 - color contains mainly: green. Hex color #0F2913 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2913 is #F0D6EC. Grayscale: #1E1E1E. Windows color (decimal): -15783661 or 1255695. OLE color: 1255695.
HSL color Cylindrical-coordinate representation of color #0F2913: hue angle of 129.23º degrees, saturation: 0.46, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #0F2913 is Cyan = 0.63, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 15 | 41 | 19 | - |
| CMYK | 0.63 | 0 | 0.54 | 0.84 |
| HSL | 129.23º | 0.46% | 0.11% | - |
| HSV(B) | 129.23º | 0.63% | 0.16% | - |
| XYZ | 1.11 | 1.73 | 0.89 | - |
| YUV | 30.72 | 121.39 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 41 | 19 | 0.63 | 0 | 0.54 | 0.84 | 129.23 | 0.46 | 0.11 |
| Hex | F | 29 | 13 | 3F | 0 | 36 | 54 | 81 | 2E | B |
| Octal | 17 | 51 | 23 | 77 | 0 | 66 | 124 | 201 | 56 | 13 |
| Binary | 1111 | 101001 | 10011 | 111111 | 0 | 110110 | 1010100 | 10000001 | 101110 | 1011 |
Color Harmonies of #0F2913
Complementary color
Monochromatic Colors of #0F2913
Black with #0F2913
Text Example
Text Example
White with #0F2913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2913; }
p { color: rgb(15,41,19); }
H1.HeaderClassName
{
color: #0F2913;
}
.AnyTagClassName
{
color: #0F2913;
}
</style>
background-color css
<style>
a { background-color: #0F2913; }
a { background-color: rgb(15,41,19); }
div.DivClassName
{
background-color: #0F2913;
}
.BgClassName
{
background-color: #0F2913;
}
</style>
border-color css
<style>
span { border-color: #0F2913; }
span { border-color: rgb(15,41,19); }
td.TdClassName
{
border-color: #0F2913;
}
.TagClassName
{
border-color: #0F2913;
}
</style>