Shades of Black Bean #0F220F
Tints of Black Bean #0F220F
RGB
CMYK
RGB Variations
Color information
#0F220F (or 0x0F220F) is known color: Black Bean. HEX triplet: 0F, 22 and 0F. RGB value is (15,34,15). Sum of RGB (Red+Green+Blue) = 15+34+15=64 (8% of max value = 765). Red value is 15 (6.25% from 255 or 23.44% from 64); Green value is 34 (13.67% from 255 or 53.12% from 64); Blue value is 15 (6.25% from 255 or 23.44% from 64); Max value from RGB is 34 - color contains mainly: green. Hex color #0F220F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F220F is #F0DDF0. Grayscale: #1A1A1A. Windows color (decimal): -15785457 or 991759. OLE color: 991759.
HSL color Cylindrical-coordinate representation of color #0F220F: hue angle of 120º 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 #0F220F is Cyan = 0.56, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 15 | 34 | 15 | - |
| CMYK | 0.56 | 0 | 0.56 | 0.87 |
| HSL | 120º | 0.39% | 0.1% | - |
| HSV(B) | 120º | 0.56% | 0.13% | - |
| XYZ | 0.86 | 1.28 | 0.65 | - |
| YUV | 26.15 | 121.71 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 34 | 15 | 0.56 | 0 | 0.56 | 0.87 | 120 | 0.39 | 0.1 |
| Hex | F | 22 | F | 38 | 0 | 38 | 57 | 78 | 27 | A |
| Octal | 17 | 42 | 17 | 70 | 0 | 70 | 127 | 170 | 47 | 12 |
| Binary | 1111 | 100010 | 1111 | 111000 | 0 | 111000 | 1010111 | 1111000 | 100111 | 1010 |
Color Harmonies of #0F220F
Complementary color
Monochromatic Colors of #0F220F
Black with #0F220F
Text Example
Text Example
White with #0F220F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F220F; }
p { color: rgb(15,34,15); }
H1.HeaderClassName
{
color: #0F220F;
}
.AnyTagClassName
{
color: #0F220F;
}
</style>
background-color css
<style>
a { background-color: #0F220F; }
a { background-color: rgb(15,34,15); }
div.DivClassName
{
background-color: #0F220F;
}
.BgClassName
{
background-color: #0F220F;
}
</style>
border-color css
<style>
span { border-color: #0F220F; }
span { border-color: rgb(15,34,15); }
td.TdClassName
{
border-color: #0F220F;
}
.TagClassName
{
border-color: #0F220F;
}
</style>