Shades of Black Bean #0F2B13
Tints of Black Bean #0F2B13
RGB
CMYK
RGB Variations
Color information
#0F2B13 (or 0x0F2B13) is known color: Black Bean. HEX triplet: 0F, 2B and 13. RGB value is (15,43,19). Sum of RGB (Red+Green+Blue) = 15+43+19=77 (10% of max value = 765). Red value is 15 (6.25% from 255 or 19.48% from 77); Green value is 43 (17.19% from 255 or 55.84% from 77); Blue value is 19 (7.81% from 255 or 24.68% from 77); Max value from RGB is 43 - color contains mainly: green. Hex color #0F2B13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2B13 is #F0D4EC. Grayscale: #1F1F1F. Windows color (decimal): -15783149 or 1256207. OLE color: 1256207.
HSL color Cylindrical-coordinate representation of color #0F2B13: hue angle of 128.57º degrees, saturation: 0.48, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #0F2B13 is Cyan = 0.65, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 15 | 43 | 19 | - |
| CMYK | 0.65 | 0 | 0.56 | 0.83 |
| HSL | 128.57º | 0.48% | 0.11% | - |
| HSV(B) | 128.57º | 0.65% | 0.17% | - |
| XYZ | 1.18 | 1.88 | 0.92 | - |
| YUV | 31.89 | 120.72 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 43 | 19 | 0.65 | 0 | 0.56 | 0.83 | 128.57 | 0.48 | 0.11 |
| Hex | F | 2B | 13 | 41 | 0 | 38 | 53 | 81 | 30 | B |
| Octal | 17 | 53 | 23 | 101 | 0 | 70 | 123 | 201 | 60 | 13 |
| Binary | 1111 | 101011 | 10011 | 1000001 | 0 | 111000 | 1010011 | 10000001 | 110000 | 1011 |
Color Harmonies of #0F2B13
Complementary color
Monochromatic Colors of #0F2B13
Black with #0F2B13
Text Example
Text Example
White with #0F2B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2B13; }
p { color: rgb(15,43,19); }
H1.HeaderClassName
{
color: #0F2B13;
}
.AnyTagClassName
{
color: #0F2B13;
}
</style>
background-color css
<style>
a { background-color: #0F2B13; }
a { background-color: rgb(15,43,19); }
div.DivClassName
{
background-color: #0F2B13;
}
.BgClassName
{
background-color: #0F2B13;
}
</style>
border-color css
<style>
span { border-color: #0F2B13; }
span { border-color: rgb(15,43,19); }
td.TdClassName
{
border-color: #0F2B13;
}
.TagClassName
{
border-color: #0F2B13;
}
</style>