Shades of Black Bean #0F2C15
Tints of Black Bean #0F2C15
RGB
CMYK
RGB Variations
Color information
#0F2C15 (or 0x0F2C15) is known color: Black Bean. HEX triplet: 0F, 2C and 15. RGB value is (15,44,21). Sum of RGB (Red+Green+Blue) = 15+44+21=80 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.75% from 80); Green value is 44 (17.58% from 255 or 55% from 80); Blue value is 21 (8.59% from 255 or 26.25% from 80); Max value from RGB is 44 - color contains mainly: green. Hex color #0F2C15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2C15 is #F0D3EA. Grayscale: #202020. Windows color (decimal): -15782891 or 1387535. OLE color: 1387535.
HSL color Cylindrical-coordinate representation of color #0F2C15: hue angle of 132.41º degrees, saturation: 0.49, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #0F2C15 is Cyan = 0.66, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 15 | 44 | 21 | - |
| CMYK | 0.66 | 0 | 0.52 | 0.83 |
| HSL | 132.41º | 0.49% | 0.12% | - |
| HSV(B) | 132.41º | 0.66% | 0.17% | - |
| XYZ | 1.23 | 1.96 | 1.02 | - |
| YUV | 32.71 | 121.39 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 44 | 21 | 0.66 | 0 | 0.52 | 0.83 | 132.41 | 0.49 | 0.12 |
| Hex | F | 2C | 15 | 42 | 0 | 34 | 53 | 84 | 31 | C |
| Octal | 17 | 54 | 25 | 102 | 0 | 64 | 123 | 204 | 61 | 14 |
| Binary | 1111 | 101100 | 10101 | 1000010 | 0 | 110100 | 1010011 | 10000100 | 110001 | 1100 |
Color Harmonies of #0F2C15
Complementary color
Monochromatic Colors of #0F2C15
Black with #0F2C15
Text Example
Text Example
White with #0F2C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2C15; }
p { color: rgb(15,44,21); }
H1.HeaderClassName
{
color: #0F2C15;
}
.AnyTagClassName
{
color: #0F2C15;
}
</style>
background-color css
<style>
a { background-color: #0F2C15; }
a { background-color: rgb(15,44,21); }
div.DivClassName
{
background-color: #0F2C15;
}
.BgClassName
{
background-color: #0F2C15;
}
</style>
border-color css
<style>
span { border-color: #0F2C15; }
span { border-color: rgb(15,44,21); }
td.TdClassName
{
border-color: #0F2C15;
}
.TagClassName
{
border-color: #0F2C15;
}
</style>