Shades of Black Bean #0F2012
Tints of Black Bean #0F2012
RGB
CMYK
RGB Variations
Color information
#0F2012 (or 0x0F2012) is known color: Black Bean. HEX triplet: 0F, 20 and 12. RGB value is (15,32,18). Sum of RGB (Red+Green+Blue) = 15+32+18=65 (8% of max value = 765). Red value is 15 (6.25% from 255 or 23.08% from 65); Green value is 32 (12.89% from 255 or 49.23% from 65); Blue value is 18 (7.42% from 255 or 27.69% from 65); Max value from RGB is 32 - color contains mainly: green. Hex color #0F2012 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2012 is #F0DFED. Grayscale: #191919. Windows color (decimal): -15785966 or 1187855. OLE color: 1187855.
HSL color Cylindrical-coordinate representation of color #0F2012: hue angle of 130.59º degrees, saturation: 0.36, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #0F2012 is Cyan = 0.53, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 15 | 32 | 18 | - |
| CMYK | 0.53 | 0 | 0.44 | 0.87 |
| HSL | 130.59º | 0.36% | 0.09% | - |
| HSV(B) | 130.59º | 0.53% | 0.13% | - |
| XYZ | 0.82 | 1.18 | 0.76 | - |
| YUV | 25.32 | 123.87 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 32 | 18 | 0.53 | 0 | 0.44 | 0.87 | 130.59 | 0.36 | 0.09 |
| Hex | F | 20 | 12 | 35 | 0 | 2C | 57 | 83 | 24 | 9 |
| Octal | 17 | 40 | 22 | 65 | 0 | 54 | 127 | 203 | 44 | 11 |
| Binary | 1111 | 100000 | 10010 | 110101 | 0 | 101100 | 1010111 | 10000011 | 100100 | 1001 |
Color Harmonies of #0F2012
Complementary color
Monochromatic Colors of #0F2012
Black with #0F2012
Text Example
Text Example
White with #0F2012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2012; }
p { color: rgb(15,32,18); }
H1.HeaderClassName
{
color: #0F2012;
}
.AnyTagClassName
{
color: #0F2012;
}
</style>
background-color css
<style>
a { background-color: #0F2012; }
a { background-color: rgb(15,32,18); }
div.DivClassName
{
background-color: #0F2012;
}
.BgClassName
{
background-color: #0F2012;
}
</style>
border-color css
<style>
span { border-color: #0F2012; }
span { border-color: rgb(15,32,18); }
td.TdClassName
{
border-color: #0F2012;
}
.TagClassName
{
border-color: #0F2012;
}
</style>