Shades of Black Bean #0F180F
Tints of Black Bean #0F180F
RGB
CMYK
RGB Variations
Color information
#0F180F (or 0x0F180F) is known color: Black Bean. HEX triplet: 0F, 18 and 0F. RGB value is (15,24,15). Sum of RGB (Red+Green+Blue) = 15+24+15=54 (7% of max value = 765). Red value is 15 (6.25% from 255 or 27.78% from 54); Green value is 24 (9.77% from 255 or 44.44% from 54); Blue value is 15 (6.25% from 255 or 27.78% from 54); Max value from RGB is 24 - color contains mainly: green. Hex color #0F180F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F180F is #F0E7F0. Grayscale: #141414. Windows color (decimal): -15788017 or 989199. OLE color: 989199.
HSL color Cylindrical-coordinate representation of color #0F180F: hue angle of 120º degrees, saturation: 0.23, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #0F180F is Cyan = 0.37, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 15 | 24 | 15 | - |
| CMYK | 0.37 | 0 | 0.37 | 0.91 |
| HSL | 120º | 0.23% | 0.08% | - |
| HSV(B) | 120º | 0.38% | 0.09% | - |
| XYZ | 0.61 | 0.79 | 0.57 | - |
| YUV | 20.28 | 125.02 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 24 | 15 | 0.37 | 0 | 0.37 | 0.91 | 120 | 0.23 | 0.08 |
| Hex | F | 18 | F | 25 | 0 | 25 | 5B | 78 | 17 | 8 |
| Octal | 17 | 30 | 17 | 45 | 0 | 45 | 133 | 170 | 27 | 10 |
| Binary | 1111 | 11000 | 1111 | 100101 | 0 | 100101 | 1011011 | 1111000 | 10111 | 1000 |
Color Harmonies of #0F180F
Complementary color
Monochromatic Colors of #0F180F
Black with #0F180F
Text Example
Text Example
White with #0F180F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F180F; }
p { color: rgb(15,24,15); }
H1.HeaderClassName
{
color: #0F180F;
}
.AnyTagClassName
{
color: #0F180F;
}
</style>
background-color css
<style>
a { background-color: #0F180F; }
a { background-color: rgb(15,24,15); }
div.DivClassName
{
background-color: #0F180F;
}
.BgClassName
{
background-color: #0F180F;
}
</style>
border-color css
<style>
span { border-color: #0F180F; }
span { border-color: rgb(15,24,15); }
td.TdClassName
{
border-color: #0F180F;
}
.TagClassName
{
border-color: #0F180F;
}
</style>