Shades of Black Bean #0F2A12
Tints of Black Bean #0F2A12
RGB
CMYK
RGB Variations
Color information
#0F2A12 (or 0x0F2A12) is known color: Black Bean. HEX triplet: 0F, 2A and 12. RGB value is (15,42,18). Sum of RGB (Red+Green+Blue) = 15+42+18=75 (9% of max value = 765). Red value is 15 (6.25% from 255 or 20% from 75); Green value is 42 (16.80% from 255 or 56% from 75); Blue value is 18 (7.42% from 255 or 24% from 75); Max value from RGB is 42 - color contains mainly: green. Hex color #0F2A12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2A12 is #F0D5ED. Grayscale: #1F1F1F. Windows color (decimal): -15783406 or 1190415. OLE color: 1190415.
HSL color Cylindrical-coordinate representation of color #0F2A12: hue angle of 126.67º 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 #0F2A12 is Cyan = 0.64, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 15 | 42 | 18 | - |
| CMYK | 0.64 | 0 | 0.57 | 0.84 |
| HSL | 126.67º | 0.47% | 0.11% | - |
| HSV(B) | 126.67º | 0.64% | 0.16% | - |
| XYZ | 1.13 | 1.8 | 0.86 | - |
| YUV | 31.19 | 120.55 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 42 | 18 | 0.64 | 0 | 0.57 | 0.84 | 126.67 | 0.47 | 0.11 |
| Hex | F | 2A | 12 | 40 | 0 | 39 | 54 | 7F | 2F | B |
| Octal | 17 | 52 | 22 | 100 | 0 | 71 | 124 | 177 | 57 | 13 |
| Binary | 1111 | 101010 | 10010 | 1000000 | 0 | 111001 | 1010100 | 1111111 | 101111 | 1011 |
Color Harmonies of #0F2A12
Complementary color
Monochromatic Colors of #0F2A12
Black with #0F2A12
Text Example
Text Example
White with #0F2A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2A12; }
p { color: rgb(15,42,18); }
H1.HeaderClassName
{
color: #0F2A12;
}
.AnyTagClassName
{
color: #0F2A12;
}
</style>
background-color css
<style>
a { background-color: #0F2A12; }
a { background-color: rgb(15,42,18); }
div.DivClassName
{
background-color: #0F2A12;
}
.BgClassName
{
background-color: #0F2A12;
}
</style>
border-color css
<style>
span { border-color: #0F2A12; }
span { border-color: rgb(15,42,18); }
td.TdClassName
{
border-color: #0F2A12;
}
.TagClassName
{
border-color: #0F2A12;
}
</style>