Shades of Blackcurrant #0F0217
Tints of Blackcurrant #0F0217
RGB
CMYK
RGB Variations
Color information
#0F0217 (or 0x0F0217) is known color: Blackcurrant. HEX triplet: 0F, 02 and 17. RGB value is (15,2,23). Sum of RGB (Red+Green+Blue) = 15+2+23=40 (5% of max value = 765). Red value is 15 (6.25% from 255 or 37.5% from 40); Green value is 2 (1.17% from 255 or 5% from 40); Blue value is 23 (9.38% from 255 or 57.5% from 40); Max value from RGB is 23 - color contains mainly: blue. Hex color #0F0217 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0217 is #F0FDE8. Grayscale: #080808. Windows color (decimal): -15793641 or 1507855. OLE color: 1507855.
HSL color Cylindrical-coordinate representation of color #0F0217: hue angle of 277.14º degrees, saturation: 0.84, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F0217 is Cyan = 0.35, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 15 | 2 | 23 | - |
| CMYK | 0.35 | 0.91 | 0 | 0.91 |
| HSL | 277.14º | 0.84% | 0.05% | - |
| HSV(B) | 277.14º | 0.91% | 0.09% | - |
| XYZ | 0.37 | 0.21 | 0.83 | - |
| YUV | 8.28 | 136.31 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 2 | 23 | 0.35 | 0.91 | 0 | 0.91 | 277.14 | 0.84 | 0.05 |
| Hex | F | 2 | 17 | 23 | 5B | 0 | 5B | 115 | 54 | 5 |
| Octal | 17 | 2 | 27 | 43 | 133 | 0 | 133 | 425 | 124 | 5 |
| Binary | 1111 | 10 | 10111 | 100011 | 1011011 | 0 | 1011011 | 100010101 | 1010100 | 101 |
Color Harmonies of #0F0217
Complementary color
Monochromatic Colors of #0F0217
Black with #0F0217
Text Example
Text Example
White with #0F0217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0217; }
p { color: rgb(15,2,23); }
H1.HeaderClassName
{
color: #0F0217;
}
.AnyTagClassName
{
color: #0F0217;
}
</style>
background-color css
<style>
a { background-color: #0F0217; }
a { background-color: rgb(15,2,23); }
div.DivClassName
{
background-color: #0F0217;
}
.BgClassName
{
background-color: #0F0217;
}
</style>
border-color css
<style>
span { border-color: #0F0217; }
span { border-color: rgb(15,2,23); }
td.TdClassName
{
border-color: #0F0217;
}
.TagClassName
{
border-color: #0F0217;
}
</style>