Shades of Black Bean #0F2A15
Tints of Black Bean #0F2A15
RGB
CMYK
RGB Variations
Color information
#0F2A15 (or 0x0F2A15) is known color: Black Bean. HEX triplet: 0F, 2A and 15. RGB value is (15,42,21). Sum of RGB (Red+Green+Blue) = 15+42+21=78 (10% of max value = 765). Red value is 15 (6.25% from 255 or 19.23% from 78); Green value is 42 (16.80% from 255 or 53.85% from 78); Blue value is 21 (8.59% from 255 or 26.92% from 78); Max value from RGB is 42 - color contains mainly: green. Hex color #0F2A15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2A15 is #F0D5EA. Grayscale: #1F1F1F. Windows color (decimal): -15783403 or 1387023. OLE color: 1387023.
HSL color Cylindrical-coordinate representation of color #0F2A15: hue angle of 133.33º 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 #0F2A15 is Cyan = 0.64, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 15 | 42 | 21 | - |
| CMYK | 0.64 | 0 | 0.50 | 0.84 |
| HSL | 133.33º | 0.47% | 0.11% | - |
| HSV(B) | 133.33º | 0.64% | 0.16% | - |
| XYZ | 1.16 | 1.81 | 1 | - |
| YUV | 31.53 | 122.05 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 42 | 21 | 0.64 | 0 | 0.50 | 0.84 | 133.33 | 0.47 | 0.11 |
| Hex | F | 2A | 15 | 40 | 0 | 32 | 54 | 85 | 2F | B |
| Octal | 17 | 52 | 25 | 100 | 0 | 62 | 124 | 205 | 57 | 13 |
| Binary | 1111 | 101010 | 10101 | 1000000 | 0 | 110010 | 1010100 | 10000101 | 101111 | 1011 |
Color Harmonies of #0F2A15
Complementary color
Monochromatic Colors of #0F2A15
Black with #0F2A15
Text Example
Text Example
White with #0F2A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2A15; }
p { color: rgb(15,42,21); }
H1.HeaderClassName
{
color: #0F2A15;
}
.AnyTagClassName
{
color: #0F2A15;
}
</style>
background-color css
<style>
a { background-color: #0F2A15; }
a { background-color: rgb(15,42,21); }
div.DivClassName
{
background-color: #0F2A15;
}
.BgClassName
{
background-color: #0F2A15;
}
</style>
border-color css
<style>
span { border-color: #0F2A15; }
span { border-color: rgb(15,42,21); }
td.TdClassName
{
border-color: #0F2A15;
}
.TagClassName
{
border-color: #0F2A15;
}
</style>