Shades of Blackcurrant #0F0511
Tints of Blackcurrant #0F0511
RGB
CMYK
RGB Variations
Color information
#0F0511 (or 0x0F0511) is known color: Blackcurrant. HEX triplet: 0F, 05 and 11. RGB value is (15,5,17). Sum of RGB (Red+Green+Blue) = 15+5+17=37 (4% of max value = 765). Red value is 15 (6.25% from 255 or 40.54% from 37); Green value is 5 (2.34% from 255 or 13.51% from 37); Blue value is 17 (7.03% from 255 or 45.95% from 37); Max value from RGB is 17 - color contains mainly: blue. Hex color #0F0511 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0511 is #F0FAEE. Grayscale: #090909. Windows color (decimal): -15792879 or 1115407. OLE color: 1115407.
HSL color Cylindrical-coordinate representation of color #0F0511: hue angle of 290º degrees, saturation: 0.55, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0F0511 is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 15 | 5 | 17 | - |
| CMYK | 0.12 | 0.71 | 0 | 0.93 |
| HSL | 290º | 0.55% | 0.04% | - |
| HSV(B) | 290º | 0.71% | 0.07% | - |
| XYZ | 0.35 | 0.25 | 0.56 | - |
| YUV | 9.36 | 132.31 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 5 | 17 | 0.12 | 0.71 | 0 | 0.93 | 290 | 0.55 | 0.04 |
| Hex | F | 5 | 11 | C | 47 | 0 | 5D | 122 | 37 | 4 |
| Octal | 17 | 5 | 21 | 14 | 107 | 0 | 135 | 442 | 67 | 4 |
| Binary | 1111 | 101 | 10001 | 1100 | 1000111 | 0 | 1011101 | 100100010 | 110111 | 100 |
Color Harmonies of #0F0511
Complementary color
Monochromatic Colors of #0F0511
Black with #0F0511
Text Example
Text Example
White with #0F0511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0511; }
p { color: rgb(15,5,17); }
H1.HeaderClassName
{
color: #0F0511;
}
.AnyTagClassName
{
color: #0F0511;
}
</style>
background-color css
<style>
a { background-color: #0F0511; }
a { background-color: rgb(15,5,17); }
div.DivClassName
{
background-color: #0F0511;
}
.BgClassName
{
background-color: #0F0511;
}
</style>
border-color css
<style>
span { border-color: #0F0511; }
span { border-color: rgb(15,5,17); }
td.TdClassName
{
border-color: #0F0511;
}
.TagClassName
{
border-color: #0F0511;
}
</style>