Shades of Blackcurrant #0F0917
Tints of Blackcurrant #0F0917
RGB
CMYK
RGB Variations
Color information
#0F0917 (or 0x0F0917) is known color: Blackcurrant. HEX triplet: 0F, 09 and 17. RGB value is (15,9,23). Sum of RGB (Red+Green+Blue) = 15+9+23=47 (6% of max value = 765). Red value is 15 (6.25% from 255 or 31.91% from 47); Green value is 9 (3.91% from 255 or 19.15% from 47); Blue value is 23 (9.38% from 255 or 48.94% from 47); Max value from RGB is 23 - color contains mainly: blue. Hex color #0F0917 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0917 is #F0F6E8. Grayscale: #0C0C0C. Windows color (decimal): -15791849 or 1509647. OLE color: 1509647.
HSL color Cylindrical-coordinate representation of color #0F0917: hue angle of 265.71º degrees, saturation: 0.44, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #0F0917 is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 15 | 9 | 23 | - |
| CMYK | 0.35 | 0.61 | 0 | 0.91 |
| HSL | 265.71º | 0.44% | 0.06% | - |
| HSV(B) | 265.71º | 0.61% | 0.09% | - |
| XYZ | 0.45 | 0.36 | 0.86 | - |
| YUV | 12.39 | 133.99 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 9 | 23 | 0.35 | 0.61 | 0 | 0.91 | 265.71 | 0.44 | 0.06 |
| Hex | F | 9 | 17 | 23 | 3D | 0 | 5B | 10A | 2C | 6 |
| Octal | 17 | 11 | 27 | 43 | 75 | 0 | 133 | 412 | 54 | 6 |
| Binary | 1111 | 1001 | 10111 | 100011 | 111101 | 0 | 1011011 | 100001010 | 101100 | 110 |
Color Harmonies of #0F0917
Complementary color
Monochromatic Colors of #0F0917
Black with #0F0917
Text Example
Text Example
White with #0F0917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0917; }
p { color: rgb(15,9,23); }
H1.HeaderClassName
{
color: #0F0917;
}
.AnyTagClassName
{
color: #0F0917;
}
</style>
background-color css
<style>
a { background-color: #0F0917; }
a { background-color: rgb(15,9,23); }
div.DivClassName
{
background-color: #0F0917;
}
.BgClassName
{
background-color: #0F0917;
}
</style>
border-color css
<style>
span { border-color: #0F0917; }
span { border-color: rgb(15,9,23); }
td.TdClassName
{
border-color: #0F0917;
}
.TagClassName
{
border-color: #0F0917;
}
</style>