Shades of Blackcurrant #0E071A
Tints of Blackcurrant #0E071A
RGB
CMYK
RGB Variations
Color information
#0E071A (or 0x0E071A) is known color: Blackcurrant. HEX triplet: 0E, 07 and 1A. RGB value is (14,7,26). Sum of RGB (Red+Green+Blue) = 14+7+26=47 (6% of max value = 765). Red value is 14 (5.86% from 255 or 29.79% from 47); Green value is 7 (3.12% from 255 or 14.89% from 47); Blue value is 26 (10.55% from 255 or 55.32% from 47); Max value from RGB is 26 - color contains mainly: blue. Hex color #0E071A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E071A is #F1F8E5. Grayscale: #0B0B0B. Windows color (decimal): -15857894 or 1705742. OLE color: 1705742.
HSL color Cylindrical-coordinate representation of color #0E071A: hue angle of 262.11º degrees, saturation: 0.58, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0E071A is Cyan = 0.46, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 14 | 7 | 26 | - |
| CMYK | 0.46 | 0.73 | 0 | 0.90 |
| HSL | 262.11º | 0.58% | 0.06% | - |
| HSV(B) | 262.11º | 0.73% | 0.1% | - |
| XYZ | 0.44 | 0.32 | 1.02 | - |
| YUV | 11.26 | 136.32 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 7 | 26 | 0.46 | 0.73 | 0 | 0.90 | 262.11 | 0.58 | 0.06 |
| Hex | E | 7 | 1A | 2E | 49 | 0 | 5A | 106 | 3A | 6 |
| Octal | 16 | 7 | 32 | 56 | 111 | 0 | 132 | 406 | 72 | 6 |
| Binary | 1110 | 111 | 11010 | 101110 | 1001001 | 0 | 1011010 | 100000110 | 111010 | 110 |
Color Harmonies of #0E071A
Complementary color
Monochromatic Colors of #0E071A
Black with #0E071A
Text Example
Text Example
White with #0E071A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E071A; }
p { color: rgb(14,7,26); }
H1.HeaderClassName
{
color: #0E071A;
}
.AnyTagClassName
{
color: #0E071A;
}
</style>
background-color css
<style>
a { background-color: #0E071A; }
a { background-color: rgb(14,7,26); }
div.DivClassName
{
background-color: #0E071A;
}
.BgClassName
{
background-color: #0E071A;
}
</style>
border-color css
<style>
span { border-color: #0E071A; }
span { border-color: rgb(14,7,26); }
td.TdClassName
{
border-color: #0E071A;
}
.TagClassName
{
border-color: #0E071A;
}
</style>