Shades of Blackcurrant #0F0E10
Tints of Blackcurrant #0F0E10
RGB
CMYK
RGB Variations
Color information
#0F0E10 (or 0x0F0E10) is known color: Blackcurrant. HEX triplet: 0F, 0E and 10. RGB value is (15,14,16). Sum of RGB (Red+Green+Blue) = 15+14+16=45 (5% of max value = 765). Red value is 15 (6.25% from 255 or 33.33% from 45); Green value is 14 (5.86% from 255 or 31.11% from 45); Blue value is 16 (6.64% from 255 or 35.56% from 45); Max value from RGB is 16 - color contains mainly: blue. Hex color #0F0E10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0E10 is #F0F1EF. Grayscale: #0E0E0E. Windows color (decimal): -15790576 or 1052175. OLE color: 1052175.
HSL color Cylindrical-coordinate representation of color #0F0E10: hue angle of 270º degrees, saturation: 0.07, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #0F0E10 is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 15 | 14 | 16 | - |
| CMYK | 0.06 | 0.13 | 0 | 0.94 |
| HSL | 270º | 0.07% | 0.06% | - |
| HSV(B) | 270º | 0.13% | 0.06% | - |
| XYZ | 0.45 | 0.45 | 0.55 | - |
| YUV | 14.53 | 128.83 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 14 | 16 | 0.06 | 0.13 | 0 | 0.94 | 270 | 0.07 | 0.06 |
| Hex | F | E | 10 | 6 | D | 0 | 5E | 10E | 7 | 6 |
| Octal | 17 | 16 | 20 | 6 | 15 | 0 | 136 | 416 | 7 | 6 |
| Binary | 1111 | 1110 | 10000 | 110 | 1101 | 0 | 1011110 | 100001110 | 111 | 110 |
Color Harmonies of #0F0E10
Complementary color
Monochromatic Colors of #0F0E10
Black with #0F0E10
Text Example
Text Example
White with #0F0E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0E10; }
p { color: rgb(15,14,16); }
H1.HeaderClassName
{
color: #0F0E10;
}
.AnyTagClassName
{
color: #0F0E10;
}
</style>
background-color css
<style>
a { background-color: #0F0E10; }
a { background-color: rgb(15,14,16); }
div.DivClassName
{
background-color: #0F0E10;
}
.BgClassName
{
background-color: #0F0E10;
}
</style>
border-color css
<style>
span { border-color: #0F0E10; }
span { border-color: rgb(15,14,16); }
td.TdClassName
{
border-color: #0F0E10;
}
.TagClassName
{
border-color: #0F0E10;
}
</style>