Shades of Blackcurrant #0F0517
Tints of Blackcurrant #0F0517
RGB
CMYK
RGB Variations
Color information
#0F0517 (or 0x0F0517) is known color: Blackcurrant. HEX triplet: 0F, 05 and 17. RGB value is (15,5,23). Sum of RGB (Red+Green+Blue) = 15+5+23=43 (5% of max value = 765). Red value is 15 (6.25% from 255 or 34.88% from 43); Green value is 5 (2.34% from 255 or 11.63% from 43); Blue value is 23 (9.38% from 255 or 53.49% from 43); Max value from RGB is 23 - color contains mainly: blue. Hex color #0F0517 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0517 is #F0FAE8. Grayscale: #090909. Windows color (decimal): -15792873 or 1508623. OLE color: 1508623.
HSL color Cylindrical-coordinate representation of color #0F0517: hue angle of 273.33º degrees, saturation: 0.64, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0F0517 is Cyan = 0.35, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 15 | 5 | 23 | - |
| CMYK | 0.35 | 0.78 | 0 | 0.91 |
| HSL | 273.33º | 0.64% | 0.05% | - |
| HSV(B) | 273.33º | 0.78% | 0.09% | - |
| XYZ | 0.41 | 0.27 | 0.84 | - |
| YUV | 10.04 | 135.31 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 5 | 23 | 0.35 | 0.78 | 0 | 0.91 | 273.33 | 0.64 | 0.05 |
| Hex | F | 5 | 17 | 23 | 4E | 0 | 5B | 111 | 40 | 5 |
| Octal | 17 | 5 | 27 | 43 | 116 | 0 | 133 | 421 | 100 | 5 |
| Binary | 1111 | 101 | 10111 | 100011 | 1001110 | 0 | 1011011 | 100010001 | 1000000 | 101 |
Color Harmonies of #0F0517
Complementary color
Monochromatic Colors of #0F0517
Black with #0F0517
Text Example
Text Example
White with #0F0517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0517; }
p { color: rgb(15,5,23); }
H1.HeaderClassName
{
color: #0F0517;
}
.AnyTagClassName
{
color: #0F0517;
}
</style>
background-color css
<style>
a { background-color: #0F0517; }
a { background-color: rgb(15,5,23); }
div.DivClassName
{
background-color: #0F0517;
}
.BgClassName
{
background-color: #0F0517;
}
</style>
border-color css
<style>
span { border-color: #0F0517; }
span { border-color: rgb(15,5,23); }
td.TdClassName
{
border-color: #0F0517;
}
.TagClassName
{
border-color: #0F0517;
}
</style>