Shades of Black Bean #0F2211
Tints of Black Bean #0F2211
RGB
CMYK
RGB Variations
Color information
#0F2211 (or 0x0F2211) is known color: Black Bean. HEX triplet: 0F, 22 and 11. RGB value is (15,34,17). Sum of RGB (Red+Green+Blue) = 15+34+17=66 (8% of max value = 765). Red value is 15 (6.25% from 255 or 22.73% from 66); Green value is 34 (13.67% from 255 or 51.52% from 66); Blue value is 17 (7.03% from 255 or 25.76% from 66); Max value from RGB is 34 - color contains mainly: green. Hex color #0F2211 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2211 is #F0DDEE. Grayscale: #1A1A1A. Windows color (decimal): -15785455 or 1122831. OLE color: 1122831.
HSL color Cylindrical-coordinate representation of color #0F2211: hue angle of 126.32º degrees, saturation: 0.39, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #0F2211 is Cyan = 0.56, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 15 | 34 | 17 | - |
| CMYK | 0.56 | 0 | 0.50 | 0.87 |
| HSL | 126.32º | 0.39% | 0.1% | - |
| HSV(B) | 126.32º | 0.56% | 0.13% | - |
| XYZ | 0.87 | 1.29 | 0.73 | - |
| YUV | 26.38 | 122.71 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 34 | 17 | 0.56 | 0 | 0.50 | 0.87 | 126.32 | 0.39 | 0.1 |
| Hex | F | 22 | 11 | 38 | 0 | 32 | 57 | 7E | 27 | A |
| Octal | 17 | 42 | 21 | 70 | 0 | 62 | 127 | 176 | 47 | 12 |
| Binary | 1111 | 100010 | 10001 | 111000 | 0 | 110010 | 1010111 | 1111110 | 100111 | 1010 |
Color Harmonies of #0F2211
Complementary color
Monochromatic Colors of #0F2211
Black with #0F2211
Text Example
Text Example
White with #0F2211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2211; }
p { color: rgb(15,34,17); }
H1.HeaderClassName
{
color: #0F2211;
}
.AnyTagClassName
{
color: #0F2211;
}
</style>
background-color css
<style>
a { background-color: #0F2211; }
a { background-color: rgb(15,34,17); }
div.DivClassName
{
background-color: #0F2211;
}
.BgClassName
{
background-color: #0F2211;
}
</style>
border-color css
<style>
span { border-color: #0F2211; }
span { border-color: rgb(15,34,17); }
td.TdClassName
{
border-color: #0F2211;
}
.TagClassName
{
border-color: #0F2211;
}
</style>