Shades of Black Bean #0F2A13
Tints of Black Bean #0F2A13
RGB
CMYK
RGB Variations
Color information
#0F2A13 (or 0x0F2A13) is known color: Black Bean. HEX triplet: 0F, 2A and 13. RGB value is (15,42,19). Sum of RGB (Red+Green+Blue) = 15+42+19=76 (10% of max value = 765). Red value is 15 (6.25% from 255 or 19.74% from 76); Green value is 42 (16.80% from 255 or 55.26% from 76); Blue value is 19 (7.81% from 255 or 25% from 76); Max value from RGB is 42 - color contains mainly: green. Hex color #0F2A13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2A13 is #F0D5EC. Grayscale: #1F1F1F. Windows color (decimal): -15783405 or 1255951. OLE color: 1255951.
HSL color Cylindrical-coordinate representation of color #0F2A13: hue angle of 128.89º degrees, saturation: 0.47, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #0F2A13 is Cyan = 0.64, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 15 | 42 | 19 | - |
| CMYK | 0.64 | 0 | 0.55 | 0.84 |
| HSL | 128.89º | 0.47% | 0.11% | - |
| HSV(B) | 128.89º | 0.64% | 0.16% | - |
| XYZ | 1.14 | 1.8 | 0.9 | - |
| YUV | 31.31 | 121.05 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 42 | 19 | 0.64 | 0 | 0.55 | 0.84 | 128.89 | 0.47 | 0.11 |
| Hex | F | 2A | 13 | 40 | 0 | 37 | 54 | 81 | 2F | B |
| Octal | 17 | 52 | 23 | 100 | 0 | 67 | 124 | 201 | 57 | 13 |
| Binary | 1111 | 101010 | 10011 | 1000000 | 0 | 110111 | 1010100 | 10000001 | 101111 | 1011 |
Color Harmonies of #0F2A13
Complementary color
Monochromatic Colors of #0F2A13
Black with #0F2A13
Text Example
Text Example
White with #0F2A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2A13; }
p { color: rgb(15,42,19); }
H1.HeaderClassName
{
color: #0F2A13;
}
.AnyTagClassName
{
color: #0F2A13;
}
</style>
background-color css
<style>
a { background-color: #0F2A13; }
a { background-color: rgb(15,42,19); }
div.DivClassName
{
background-color: #0F2A13;
}
.BgClassName
{
background-color: #0F2A13;
}
</style>
border-color css
<style>
span { border-color: #0F2A13; }
span { border-color: rgb(15,42,19); }
td.TdClassName
{
border-color: #0F2A13;
}
.TagClassName
{
border-color: #0F2A13;
}
</style>