Shades of Blackcurrant #0F0712
Tints of Blackcurrant #0F0712
RGB
CMYK
RGB Variations
Color information
#0F0712 (or 0x0F0712) is known color: Blackcurrant. HEX triplet: 0F, 07 and 12. RGB value is (15,7,18). Sum of RGB (Red+Green+Blue) = 15+7+18=40 (5% of max value = 765). Red value is 15 (6.25% from 255 or 37.5% from 40); Green value is 7 (3.12% from 255 or 17.5% from 40); Blue value is 18 (7.42% from 255 or 45% from 40); Max value from RGB is 18 - color contains mainly: blue. Hex color #0F0712 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0712 is #F0F8ED. Grayscale: #0A0A0A. Windows color (decimal): -15792366 or 1181455. OLE color: 1181455.
HSL color Cylindrical-coordinate representation of color #0F0712: hue angle of 283.64º degrees, saturation: 0.44, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #0F0712 is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 15 | 7 | 18 | - |
| CMYK | 0.17 | 0.61 | 0 | 0.93 |
| HSL | 283.64º | 0.44% | 0.05% | - |
| HSV(B) | 283.64º | 0.61% | 0.07% | - |
| XYZ | 0.38 | 0.3 | 0.61 | - |
| YUV | 10.65 | 132.15 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 7 | 18 | 0.17 | 0.61 | 0 | 0.93 | 283.64 | 0.44 | 0.05 |
| Hex | F | 7 | 12 | 11 | 3D | 0 | 5D | 11C | 2C | 5 |
| Octal | 17 | 7 | 22 | 21 | 75 | 0 | 135 | 434 | 54 | 5 |
| Binary | 1111 | 111 | 10010 | 10001 | 111101 | 0 | 1011101 | 100011100 | 101100 | 101 |
Color Harmonies of #0F0712
Complementary color
Monochromatic Colors of #0F0712
Black with #0F0712
Text Example
Text Example
White with #0F0712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0712; }
p { color: rgb(15,7,18); }
H1.HeaderClassName
{
color: #0F0712;
}
.AnyTagClassName
{
color: #0F0712;
}
</style>
background-color css
<style>
a { background-color: #0F0712; }
a { background-color: rgb(15,7,18); }
div.DivClassName
{
background-color: #0F0712;
}
.BgClassName
{
background-color: #0F0712;
}
</style>
border-color css
<style>
span { border-color: #0F0712; }
span { border-color: rgb(15,7,18); }
td.TdClassName
{
border-color: #0F0712;
}
.TagClassName
{
border-color: #0F0712;
}
</style>