Shades of Blackcurrant #0F0B15
Tints of Blackcurrant #0F0B15
RGB
CMYK
RGB Variations
Color information
#0F0B15 (or 0x0F0B15) is known color: Blackcurrant. HEX triplet: 0F, 0B and 15. RGB value is (15,11,21). Sum of RGB (Red+Green+Blue) = 15+11+21=47 (6% of max value = 765). Red value is 15 (6.25% from 255 or 31.91% from 47); Green value is 11 (4.69% from 255 or 23.40% from 47); Blue value is 21 (8.59% from 255 or 44.68% from 47); Max value from RGB is 21 - color contains mainly: blue. Hex color #0F0B15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0B15 is #F0F4EA. Grayscale: #0D0D0D. Windows color (decimal): -15791339 or 1379087. OLE color: 1379087.
HSL color Cylindrical-coordinate representation of color #0F0B15: hue angle of 264º degrees, saturation: 0.31, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #0F0B15 is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 15 | 11 | 21 | - |
| CMYK | 0.29 | 0.48 | 0 | 0.92 |
| HSL | 264º | 0.31% | 0.06% | - |
| HSV(B) | 264º | 0.48% | 0.08% | - |
| XYZ | 0.45 | 0.4 | 0.76 | - |
| YUV | 13.34 | 132.33 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 11 | 21 | 0.29 | 0.48 | 0 | 0.92 | 264 | 0.31 | 0.06 |
| Hex | F | B | 15 | 1D | 30 | 0 | 5C | 108 | 1F | 6 |
| Octal | 17 | 13 | 25 | 35 | 60 | 0 | 134 | 410 | 37 | 6 |
| Binary | 1111 | 1011 | 10101 | 11101 | 110000 | 0 | 1011100 | 100001000 | 11111 | 110 |
Color Harmonies of #0F0B15
Complementary color
Monochromatic Colors of #0F0B15
Black with #0F0B15
Text Example
Text Example
White with #0F0B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0B15; }
p { color: rgb(15,11,21); }
H1.HeaderClassName
{
color: #0F0B15;
}
.AnyTagClassName
{
color: #0F0B15;
}
</style>
background-color css
<style>
a { background-color: #0F0B15; }
a { background-color: rgb(15,11,21); }
div.DivClassName
{
background-color: #0F0B15;
}
.BgClassName
{
background-color: #0F0B15;
}
</style>
border-color css
<style>
span { border-color: #0F0B15; }
span { border-color: rgb(15,11,21); }
td.TdClassName
{
border-color: #0F0B15;
}
.TagClassName
{
border-color: #0F0B15;
}
</style>