Shades of Blackcurrant #0E060F
Tints of Blackcurrant #0E060F
RGB
CMYK
RGB Variations
Color information
#0E060F (or 0x0E060F) is known color: Blackcurrant. HEX triplet: 0E, 06 and 0F. RGB value is (14,6,15). Sum of RGB (Red+Green+Blue) = 14+6+15=35 (4% of max value = 765). Red value is 14 (5.86% from 255 or 40% from 35); Green value is 6 (2.73% from 255 or 17.14% from 35); Blue value is 15 (6.25% from 255 or 42.86% from 35); Max value from RGB is 15 - color contains mainly: blue. Hex color #0E060F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E060F is #F1F9F0. Grayscale: #090909. Windows color (decimal): -15858161 or 984590. OLE color: 984590.
HSL color Cylindrical-coordinate representation of color #0E060F: hue angle of 293.33º degrees, saturation: 0.43, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #0E060F is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 14 | 6 | 15 | - |
| CMYK | 0.07 | 0.60 | 0 | 0.94 |
| HSL | 293.33º | 0.43% | 0.04% | - |
| HSV(B) | 293.33º | 0.6% | 0.06% | - |
| XYZ | 0.33 | 0.26 | 0.48 | - |
| YUV | 9.42 | 131.15 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 6 | 15 | 0.07 | 0.60 | 0 | 0.94 | 293.33 | 0.43 | 0.04 |
| Hex | E | 6 | F | 7 | 3C | 0 | 5E | 125 | 2B | 4 |
| Octal | 16 | 6 | 17 | 7 | 74 | 0 | 136 | 445 | 53 | 4 |
| Binary | 1110 | 110 | 1111 | 111 | 111100 | 0 | 1011110 | 100100101 | 101011 | 100 |
Color Harmonies of #0E060F
Complementary color
Monochromatic Colors of #0E060F
Black with #0E060F
Text Example
Text Example
White with #0E060F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E060F; }
p { color: rgb(14,6,15); }
H1.HeaderClassName
{
color: #0E060F;
}
.AnyTagClassName
{
color: #0E060F;
}
</style>
background-color css
<style>
a { background-color: #0E060F; }
a { background-color: rgb(14,6,15); }
div.DivClassName
{
background-color: #0E060F;
}
.BgClassName
{
background-color: #0E060F;
}
</style>
border-color css
<style>
span { border-color: #0E060F; }
span { border-color: rgb(14,6,15); }
td.TdClassName
{
border-color: #0E060F;
}
.TagClassName
{
border-color: #0E060F;
}
</style>